ports/www/chromium/files/patch-content_child_BUILD.gn

16 lines
402 B
Text

--- content/child/BUILD.gn.orig 2023-12-10 06:10:27 UTC
+++ content/child/BUILD.gn
@@ -128,6 +128,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",