v8/tools/node
Yang Guo 91344c5f65 [node] accept multiple --extra-gn-args
R=machenbach@chromium.org
NOTRY=true

Change-Id: I8c861a051c8b75d3c631e7dedded5746ea9151d7
Reviewed-on: https://chromium-review.googlesource.com/c/1430066
Commit-Queue: Yang Guo <yangguo@chromium.org>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59054}
2019-01-24 09:57:06 +00:00
..
testdata Roll googletest to 1.8.0+. 2018-03-23 07:54:27 +00:00
build_gn.py [node] accept multiple --extra-gn-args 2019-01-24 09:57:06 +00:00
fetch_deps.py [node] also remove deleted files that are gitignored. 2018-12-13 09:10:54 +00:00
node_common.py [tools] Fix missing import in node script 2018-07-25 13:18:25 +00:00
README.md [tools] Remove node backport script and leave a readme 2018-11-09 14:08:43 +00:00
test_update_node.py Roll googletest to 1.8.0+. 2018-03-23 07:54:27 +00:00
update_node.py [node] remove everything before updating v8. 2018-12-14 14:14:26 +00:00

Node.js Backports

We no longer maintain our own backport script.

For backporting V8 changes to Node.js, there is a useful script in node-core-utils. You can use the git node v8 backport command, which will bump the necessary V8 version numbers depending on the specific branch.

See the Node.js documentation on V8 backports for a guide.