summaryrefslogtreecommitdiff
path: root/devel/electron6/files/patch-electron_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron6/files/patch-electron_BUILD.gn')
-rw-r--r--devel/electron6/files/patch-electron_BUILD.gn53
1 files changed, 53 insertions, 0 deletions
diff --git a/devel/electron6/files/patch-electron_BUILD.gn b/devel/electron6/files/patch-electron_BUILD.gn
new file mode 100644
index 000000000000..b128040b6ab8
--- /dev/null
+++ b/devel/electron6/files/patch-electron_BUILD.gn
@@ -0,0 +1,53 @@
+--- electron/BUILD.gn.orig 2019-11-05 00:13:02 UTC
++++ electron/BUILD.gn
+@@ -535,6 +535,15 @@ static_library("electron_lib") {
+ sources = filenames.lib_sources
+ set_sources_assignment_filter(sources_assignment_filter)
+
++ if (is_bsd) {
++ sources -= [
++ "atom/common/crash_reporter/crash_reporter_linux.cc",
++ "atom/common/crash_reporter/crash_reporter_linux.h",
++ "atom/common/crash_reporter/linux/crash_dump_handler.cc",
++ "atom/common/crash_reporter/linux/crash_dump_handler.h",
++ ]
++ }
++
+ if (is_component_build) {
+ defines += [ "NODE_SHARED_MODE" ]
+ }
+@@ -601,6 +610,12 @@ static_library("electron_lib") {
+
+ sources += filenames.lib_sources_nss
+ }
++ if (is_bsd) {
++ deps -= [
++ "//third_party/breakpad:client",
++ ]
++ include_dirs -= [ "//third_party/breakpad" ]
++ }
+ if (is_win) {
+ libs += [ "dwmapi.lib" ]
+ deps += [
+@@ -622,6 +637,12 @@ static_library("electron_lib") {
+ ]
+ deps += [ "//third_party/crashpad/crashpad/client" ]
+ }
++ if (is_bsd) {
++ deps += [
++ "//ui/views/controls/webview",
++ "//ui/wm",
++ ]
++ }
+
+ if (enable_pdf) {
+ deps += [ "//pdf" ]
+@@ -1320,7 +1341,7 @@ dist_zip("electron_dist_zip") {
+ ":licenses",
+ ":electron_version",
+ ]
+- if (is_linux) {
++ if (is_linux && !is_bsd) {
+ data_deps += [ "//sandbox/linux:chrome_sandbox" ]
+ }
+ outputs = [