diff options
Diffstat (limited to 'devel/electron36/files/patch-content_child_BUILD.gn')
-rw-r--r-- | devel/electron36/files/patch-content_child_BUILD.gn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/electron36/files/patch-content_child_BUILD.gn b/devel/electron36/files/patch-content_child_BUILD.gn new file mode 100644 index 000000000000..966ccf74c9b4 --- /dev/null +++ b/devel/electron36/files/patch-content_child_BUILD.gn @@ -0,0 +1,16 @@ +--- content/child/BUILD.gn.orig 2025-04-22 20:15:27 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", |