aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_BUILD.gn
blob: e0a7d2ae1478a7062b5ce900e00cbe36a62497c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- content/browser/BUILD.gn.orig	2024-01-30 07:53:34 UTC
+++ content/browser/BUILD.gn
@@ -2453,6 +2453,13 @@ source_set("browser") {
     deps += [ "//media/mojo/mojom/stable:stable_video_decoder" ]
   }
 
+  if (is_bsd) {
+    sources -= [
+      "sandbox_ipc_linux.cc",
+      "sandbox_ipc_linux.h",
+    ]
+  }
+
   if (is_chromeos) {
     sources += [
       "handwriting/handwriting_recognition_service_impl_cros.cc",