aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-content_child_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-content_child_BUILD.gn')
-rw-r--r--devel/electron35/files/patch-content_child_BUILD.gn16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/electron35/files/patch-content_child_BUILD.gn b/devel/electron35/files/patch-content_child_BUILD.gn
deleted file mode 100644
index 9dd62f7ee3b7..000000000000
--- a/devel/electron35/files/patch-content_child_BUILD.gn
+++ /dev/null
@@ -1,16 +0,0 @@
---- content/child/BUILD.gn.orig 2025-03-24 20:50:14 UTC
-+++ content/child/BUILD.gn
-@@ -134,6 +134,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",