mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
15 lines
435 B
Text
15 lines
435 B
Text
--- 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",
|