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