summaryrefslogtreecommitdiff
path: root/node.gypi
diff options
context:
space:
mode:
authorYang Guo <yangguo@chromium.org>2018-02-09 17:39:58 +0100
committerMyles Borins <mylesborins@google.com>2018-04-11 13:23:24 -0400
commit17d4368cb170041505866a97de88b13c37873428 (patch)
tree70e9f640f05f95c1c9b8648f84e8c7aa03a78133 /node.gypi
parent5c93b3b561ace4c3dcf6b74111e8d8be4be0baca (diff)
downloadandroid-node-v8-17d4368cb170041505866a97de88b13c37873428.tar.gz
android-node-v8-17d4368cb170041505866a97de88b13c37873428.tar.bz2
android-node-v8-17d4368cb170041505866a97de88b13c37873428.zip
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 e5417da015..0d66a842ad 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',