mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
18 lines
478 B
Text
18 lines
478 B
Text
--- content/browser/BUILD.gn.orig 2021-07-15 19:13:38 UTC
|
|
+++ content/browser/BUILD.gn
|
|
@@ -2222,6 +2222,15 @@ source_set("browser") {
|
|
deps += [ "//third_party/speech-dispatcher" ]
|
|
}
|
|
|
|
+ if (is_bsd) {
|
|
+ sources -= [
|
|
+ "sandbox_host_linux.cc",
|
|
+ "sandbox_host_linux.h",
|
|
+ "sandbox_ipc_linux.cc",
|
|
+ "sandbox_ipc_linux.h",
|
|
+ ]
|
|
+ }
|
|
+
|
|
# ChromeOS also defines linux but their memory-monitors conflict.
|
|
if (is_chromeos_ash) {
|
|
sources += [
|