summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_BUILD.gn
blob: 1e5968c8314ecf37cb5e4ceccb275614ac7130ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- content/browser/BUILD.gn.orig	2022-08-31 12:19:35 UTC
+++ content/browser/BUILD.gn
@@ -2435,6 +2435,13 @@ source_set("browser") {
     ]
   }
 
+  if (is_bsd) {
+    sources -= [
+      "sandbox_ipc_linux.cc",
+      "sandbox_ipc_linux.h",
+    ]
+  }
+
   if (is_chromeos) {
     deps += [ "//components/value_store:value_store" ]
     sources += [