aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-content_child_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-content_child_BUILD.gn')
-rw-r--r--devel/electron29/files/patch-content_child_BUILD.gn16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-content_child_BUILD.gn b/devel/electron29/files/patch-content_child_BUILD.gn
new file mode 100644
index 000000000000..c4a9afc9f9ca
--- /dev/null
+++ b/devel/electron29/files/patch-content_child_BUILD.gn
@@ -0,0 +1,16 @@
+--- content/child/BUILD.gn.orig 2024-02-21 00:20:45 UTC
++++ content/child/BUILD.gn
+@@ -131,6 +131,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",