aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-content_browser_BUILD.gn
blob: b6356efc7f0cc28e3e0eee939dbb5f0e30138898 (plain) (tree)
1
2
3
4
5
6
7
8
                                                               
                            
                                              
                                                                 



                 




                              
                     
                 
                                                                  
--- content/browser/BUILD.gn.orig	2024-05-21 18:07:39 UTC
+++ content/browser/BUILD.gn
@@ -2407,6 +2407,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",