summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorcclauss <cclauss@me.com>2019-08-14 14:55:35 +0200
committerRich Trott <rtrott@gmail.com>2019-08-15 20:54:53 -0700
commit1173199e81aba723d57c4c49c8078b91be333096 (patch)
tree2271e5cceee9245c2c13865033a055b5771cb028 /common.gypi
parenta582c6b07ccce44973acaba4c60c4549cbaa5c38 (diff)
downloadandroid-node-v8-1173199e81aba723d57c4c49c8078b91be333096.tar.gz
android-node-v8-1173199e81aba723d57c4c49c8078b91be333096.tar.bz2
android-node-v8-1173199e81aba723d57c4c49c8078b91be333096.zip
deps: V8: cherry-pick e3d7f8a
Original commit message: [build] update gen-postmortem-metadata for Python 3 This change makes the code compatible with both Python 2 and Python 3. Change-Id: I99d68af9c3163607c3a2fdbafac339a98b7471e4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1751331 Commit-Queue: Yang Guo <yangguo@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#63207} Refs: https://github.com/v8/v8/commit/e3d7f8a58887d25919641757a91345c56dda2a52 PR-URL: https://github.com/nodejs/node/pull/29105 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Rich Trott <rtrott@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 78a57d9291..cc9107616a 100644
--- a/common.gypi
+++ b/common.gypi
@@ -39,7 +39,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.14',
+ 'v8_embedder_string': '-node.15',
##### V8 defaults for Node.js #####