mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
16 lines
402 B
Text
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",
|