aboutsummaryrefslogtreecommitdiff
path: root/devel/electron17/files/patch-content_browser_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron17/files/patch-content_browser_BUILD.gn')
-rw-r--r--devel/electron17/files/patch-content_browser_BUILD.gn16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/electron17/files/patch-content_browser_BUILD.gn b/devel/electron17/files/patch-content_browser_BUILD.gn
deleted file mode 100644
index d4aa35fd61a5..000000000000
--- a/devel/electron17/files/patch-content_browser_BUILD.gn
+++ /dev/null
@@ -1,16 +0,0 @@
---- content/browser/BUILD.gn.orig 2022-05-11 07:16:51 UTC
-+++ content/browser/BUILD.gn
-@@ -2317,6 +2317,13 @@ source_set("browser") {
- ]
- }
-
-+ if (is_bsd) {
-+ sources -= [
-+ "sandbox_ipc_linux.cc",
-+ "sandbox_ipc_linux.h",
-+ ]
-+ }
-+
- if (is_chromeos) {
- sources += [
- "handwriting/handwriting_recognition_service_impl_cros.cc",