2018-10-24 18:24:11 +00:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Ales Pergl <alpergl@microsoft.com>
|
|
|
|
Date: Mon, 22 Oct 2018 10:47:12 -0700
|
|
|
|
Subject: build_gn.patch
|
|
|
|
|
|
|
|
|
2018-09-14 05:02:16 +00:00
|
|
|
diff --git a/BUILD.gn b/BUILD.gn
|
2019-02-26 21:19:53 +00:00
|
|
|
index 8005b08007104b0d972eabc12587b9e1c56f0316..5c3b772c7b71c26b40ba7f69210bff57ed1198e6 100644
|
2018-09-14 05:02:16 +00:00
|
|
|
--- a/BUILD.gn
|
|
|
|
+++ b/BUILD.gn
|
2019-02-14 16:32:03 +00:00
|
|
|
@@ -240,7 +240,7 @@ config("internal_config") {
|
|
|
|
":v8_header_features",
|
|
|
|
]
|
2018-09-14 05:02:16 +00:00
|
|
|
|
|
|
|
- if (is_component_build) {
|
|
|
|
+ if (is_component_build || is_electron_build) {
|
2019-02-14 16:32:03 +00:00
|
|
|
defines += [ "BUILDING_V8_SHARED" ]
|
2018-09-14 05:02:16 +00:00
|
|
|
}
|
|
|
|
}
|
2019-02-26 21:19:53 +00:00
|
|
|
@@ -3482,6 +3482,8 @@ if (v8_use_snapshot && current_toolchain == v8_snapshot_toolchain) {
|
2018-09-14 05:02:16 +00:00
|
|
|
|
|
|
|
configs = [ ":internal_config" ]
|
|
|
|
|
|
|
|
+ configs += [ "//electron/build/config:build_time_executable" ]
|
|
|
|
+
|
|
|
|
deps = [
|
|
|
|
":v8_base",
|
|
|
|
":v8_init",
|