Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Guo <yangguo@chromium.org>2018-02-09 19:39:58 +0300
committerMyles Borins <mylesborins@google.com>2018-04-11 20:23:24 +0300
commit17d4368cb170041505866a97de88b13c37873428 (patch)
tree70e9f640f05f95c1c9b8648f84e8c7aa03a78133 /node.gypi
parent5c93b3b561ace4c3dcf6b74111e8d8be4be0baca (diff)
deps: split v8_monolith target into separate file
Even if we only use v8_monolith build target, other targets in v8.gyp with possibly outdated file lists are parsed and could cause build to fail even with --build-v8-with-gn. PR-URL: https://github.com/nodejs/node/pull/19201 Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'node.gypi')
-rw-r--r--node.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gypi b/node.gypi
index e5417da015b..0d66a842ad4 100644
--- a/node.gypi
+++ b/node.gypi
@@ -61,7 +61,7 @@
[ 'node_use_bundled_v8=="true"', {
'conditions': [
[ 'build_v8_with_gn=="true"', {
- 'dependencies': ['deps/v8/gypfiles/v8.gyp:v8_monolith'],
+ 'dependencies': ['deps/v8/gypfiles/v8-monolithic.gyp:v8_monolith'],
}, {
'dependencies': [
'deps/v8/gypfiles/v8.gyp:v8',