mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
13 lines
413 B
Text
13 lines
413 B
Text
--- chrome/browser/extensions/BUILD.gn.orig 2025-04-04 08:52:13 UTC
|
|
+++ chrome/browser/extensions/BUILD.gn
|
|
@@ -1436,6 +1436,10 @@ source_set("extensions") {
|
|
deps += [ "//chrome/services/printing/public/mojom" ]
|
|
}
|
|
|
|
+ if (is_bsd) {
|
|
+ sources -= [ "api/image_writer_private/removable_storage_provider_linux.cc" ]
|
|
+ }
|
|
+
|
|
if (enable_pdf) {
|
|
deps += [
|
|
"//chrome/browser/pdf",
|