mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
15 lines
435 B
Text
15 lines
435 B
Text
--- chrome/browser/extensions/BUILD.gn.orig 2019-03-15 06:37:03 UTC
|
|
+++ chrome/browser/extensions/BUILD.gn
|
|
@@ -1133,6 +1133,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",
|