mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
13 lines
418 B
Text
13 lines
418 B
Text
--- chrome/browser/extensions/BUILD.gn.orig 2023-02-08 09:03:45 UTC
|
|
+++ chrome/browser/extensions/BUILD.gn
|
|
@@ -1328,6 +1328,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",
|