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