summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_child_BUILD.gn
blob: 67475a951683ba2f5028125d5dcba0424257ffcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- content/child/BUILD.gn.orig	2025-04-04 08:52:13 UTC
+++ content/child/BUILD.gn
@@ -135,6 +135,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 += [
       "child_process_sandbox_support_impl_win.cc",