summaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-extensions_shell_BUILD.gn
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2021-11-24 17:28:24 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2021-11-24 17:30:52 +0900
commit4da4f5edbf9de5c4269cf66d70044f4cb3abdc41 (patch)
tree21363ca7518a943c48bde3a669c78444685f832e /devel/electron12/files/patch-extensions_shell_BUILD.gn
parentports-mgmt/octopkg: update description and WWW (diff)
devel/electron13: update to 13.6.2 (and rename from devel/electron12)
Changelog: https://www.electronjs.org/blog/electron-13-0
Diffstat (limited to 'devel/electron12/files/patch-extensions_shell_BUILD.gn')
-rw-r--r--devel/electron12/files/patch-extensions_shell_BUILD.gn31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/electron12/files/patch-extensions_shell_BUILD.gn b/devel/electron12/files/patch-extensions_shell_BUILD.gn
deleted file mode 100644
index 77061817ca1f..000000000000
--- a/devel/electron12/files/patch-extensions_shell_BUILD.gn
+++ /dev/null
@@ -1,31 +0,0 @@
---- extensions/shell/BUILD.gn.orig 2021-04-14 01:08:49 UTC
-+++ extensions/shell/BUILD.gn
-@@ -205,16 +205,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",
- ]