mirror of https://git.FreeBSD.org/ports.git
14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
--- chrome/browser/extensions/BUILD.gn.orig 2025-08-07 06:57:29 UTC
|
|
+++ chrome/browser/extensions/BUILD.gn
|
|
@@ -1493,6 +1493,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",
|