1--- src/3rdparty/chromium/chrome/browser/extensions/BUILD.gn.orig 2025-08-15 18:30:00 UTC 2+++ src/3rdparty/chromium/chrome/browser/extensions/BUILD.gn 3@@ -1398,6 +1398,10 @@ source_set("extensions") { 4 deps += [ "//chrome/services/printing/public/mojom" ] 5 } 6 7+ if (is_bsd) { 8+ sources -= [ "api/image_writer_private/removable_storage_provider_linux.cc" ] 9+ } 10+ 11 if (enable_pdf) { 12 deps += [ 13 "//chrome/browser/pdf", 14