summaryrefslogtreecommitdiff
path: root/common.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 /common.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 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 480a36cc8a..7d6ec8da26 100644
--- a/common.gypi
+++ b/common.gypi
@@ -27,7 +27,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.1',
+ 'v8_embedder_string': '-node.2',
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,