diff options
Diffstat (limited to 'devel/electron33/files/patch-content_child_BUILD.gn')
-rw-r--r-- | devel/electron33/files/patch-content_child_BUILD.gn | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/electron33/files/patch-content_child_BUILD.gn b/devel/electron33/files/patch-content_child_BUILD.gn deleted file mode 100644 index 595edffe65a3..000000000000 --- a/devel/electron33/files/patch-content_child_BUILD.gn +++ /dev/null @@ -1,16 +0,0 @@ ---- content/child/BUILD.gn.orig 2024-06-18 21:43:32 UTC -+++ content/child/BUILD.gn -@@ -130,6 +130,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", |