1--- src/3rdparty/chromium/content/child/BUILD.gn.orig 2025-08-15 18:30:00 UTC 2+++ src/3rdparty/chromium/content/child/BUILD.gn 3@@ -143,6 +143,13 @@ target(link_target_type, "child") { 4 ] 5 } 6 7+ if (is_bsd) { 8+ sources -= [ 9+ "sandboxed_process_thread_type_handler.cc", 10+ "sandboxed_process_thread_type_handler.h", 11+ ] 12+ } 13+ 14 if (is_win) { 15 sources += [ 16 "child_process_sandbox_support_impl_win.cc", 17