aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-content_browser_BUILD.gn
blob: 9446c419c817f2b939b1557d7f840d4dbcb3cd41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- content/browser/BUILD.gn.orig	2023-02-15 13:08:45 UTC
+++ content/browser/BUILD.gn
@@ -2369,6 +2369,13 @@ source_set("browser") {
     ]
   }
 
+  if (is_bsd) {
+    sources -= [
+      "sandbox_ipc_linux.cc",
+      "sandbox_ipc_linux.h",
+    ]
+  }
+
   if (is_chromeos) {
     sources += [
       "handwriting/handwriting_recognition_service_impl_cros.cc",