aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_BUILD.gn
blob: 0eb1e2627b47059e10774b8c580aa72fb2bc91c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- content/browser/BUILD.gn.orig	2020-11-13 06:36:42 UTC
+++ content/browser/BUILD.gn
@@ -2113,6 +2113,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) {
     sources += [