summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_browser_BUILD.gn
blob: fe6bdde7874d065a25fe51aaf4496ed82e15be9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- content/browser/BUILD.gn.orig	2023-12-23 12:33:28 UTC
+++ content/browser/BUILD.gn
@@ -2474,6 +2474,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",