summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn
blob: 42d115e10c9cb3645fd36268d317fbcaba54abf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- chrome/browser/extensions/BUILD.gn.orig	2019-07-24 18:58:09 UTC
+++ chrome/browser/extensions/BUILD.gn
@@ -1135,6 +1135,12 @@ jumbo_static_library("extensions") {
     deps += [ "//chrome/common:service_process_mojom" ]
   }
 
+  if (is_bsd) {
+    sources -= [
+      "api/image_writer_private/removable_storage_provider_linux.cc",
+    ]
+  }
+
   if (enable_service_discovery) {
     sources += [
       "api/mdns/mdns_api.cc",