aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn
blob: 90a90ea68cd31ed2f3f69d5a0e17e453de862dd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- chrome/browser/extensions/BUILD.gn.orig	2024-05-21 18:07:39 UTC
+++ chrome/browser/extensions/BUILD.gn
@@ -1376,6 +1376,10 @@ static_library("extensions") {
     deps += [ "//chrome/services/printing/public/mojom" ]
   }
 
+  if (is_bsd) {
+    sources -= [ "api/image_writer_private/removable_storage_provider_linux.cc" ]
+  }
+
   if (enable_service_discovery) {
     sources += [
       "api/mdns/mdns_api.cc",