aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-content_child_BUILD.gn
blob: cb012a7933390f4f6399a96f579ae2dfe8083849 (plain) (tree)
1
2
3
                                                       
                          
                                                        












                                                              
--- content/child/BUILD.gn.orig	2024-05-21 18:07:39 UTC
+++ content/child/BUILD.gn
@@ -130,6 +130,13 @@ target(link_target_type, "child") {
     ]
   }
 
+  if (is_bsd) {
+    sources -= [
+      "sandboxed_process_thread_type_handler.cc",
+      "sandboxed_process_thread_type_handler.h",
+    ]
+  }
+
   if (is_win) {
     sources += [
       "dwrite_font_proxy/dwrite_font_proxy_init_impl_win.cc",