blob: 0f4082027c51a93f3b9e8fe4c3eec04f30177c9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- content/browser/BUILD.gn.orig 2021-09-24 04:26:05 UTC
+++ content/browser/BUILD.gn
@@ -2311,6 +2311,17 @@ source_set("browser") {
deps += [ "//third_party/speech-dispatcher" ]
}
+ if (is_bsd) {
+ sources -= [
+ "compute_pressure/cpu_probe_linux.cc",
+ "compute_pressure/cpu_probe_linux.h",
+ "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 += [
|