blob: f975a399234e269dd1765c8320c95a16e47e38ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- chrome/browser/extensions/BUILD.gn.orig 2019-03-11 22:00:53 UTC
+++ chrome/browser/extensions/BUILD.gn
@@ -1104,6 +1104,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",
|