aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-extensions_shell_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-extensions_shell_BUILD.gn')
-rw-r--r--devel/electron13/files/patch-extensions_shell_BUILD.gn31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/electron13/files/patch-extensions_shell_BUILD.gn b/devel/electron13/files/patch-extensions_shell_BUILD.gn
deleted file mode 100644
index d1402841a55c..000000000000
--- a/devel/electron13/files/patch-extensions_shell_BUILD.gn
+++ /dev/null
@@ -1,31 +0,0 @@
---- extensions/shell/BUILD.gn.orig 2021-07-15 19:13:40 UTC
-+++ extensions/shell/BUILD.gn
-@@ -209,16 +209,24 @@ source_set("app_shell_lib") {
- }
-
- if (is_linux || is_chromeos_lacros) {
-+ if (!is_bsd) {
-+ sources += [
-+ "app/shell_crash_reporter_client.cc",
-+ "app/shell_crash_reporter_client.h",
-+ ]
-+ }
- sources += [
-- "app/shell_crash_reporter_client.cc",
-- "app/shell_crash_reporter_client.h",
- "browser/api/file_system/shell_file_system_delegate.cc",
- "browser/api/file_system/shell_file_system_delegate.h",
- ]
-+ if (!is_bsd) {
-+ deps += [
-+ "//components/crash/core/app",
-+ "//components/crash/core/common",
-+ ]
-+ }
- deps += [
- "//build:branding_buildflags",
-- "//components/crash/core/app",
-- "//components/crash/core/common",
- "//components/upload_list",
- "//components/version_info:generate_version_info",
- ]