aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-chrome_common_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-chrome_common_BUILD.gn')
-rw-r--r--devel/electron12/files/patch-chrome_common_BUILD.gn36
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/electron12/files/patch-chrome_common_BUILD.gn b/devel/electron12/files/patch-chrome_common_BUILD.gn
deleted file mode 100644
index 66f8896eab9a..000000000000
--- a/devel/electron12/files/patch-chrome_common_BUILD.gn
+++ /dev/null
@@ -1,36 +0,0 @@
---- chrome/common/BUILD.gn.orig 2021-04-14 01:08:42 UTC
-+++ chrome/common/BUILD.gn
-@@ -251,6 +251,10 @@ static_library("common") {
- public_deps += [ "//ppapi/shared_impl" ]
- }
-
-+ if (is_bsd) {
-+ deps -= [ "//components/crash/core/app" ]
-+ }
-+
- if (enable_extensions) {
- sources += [
- "extensions/api/commands/commands_handler.cc",
-@@ -481,13 +485,21 @@ static_library("common") {
- public_deps += [ "//chrome/common/safe_browsing" ]
- }
-
-- if (is_linux || is_chromeos) {
-+ if ((is_linux || is_chromeos) && !is_bsd) {
- sources += [
- "auto_start_linux.cc",
- "auto_start_linux.h",
- "multi_process_lock_linux.cc",
- ]
- deps += [ "//sandbox/linux:sandbox_services" ]
-+ }
-+
-+ if (is_bsd) {
-+ sources += [
-+ "auto_start_linux.cc",
-+ "auto_start_linux.h",
-+ "multi_process_lock_linux.cc",
-+ ]
- }
-
- if (enable_cdm_host_verification) {