v8/tools/node
Yun Liu 8a35207b14 Migrate android SDK path to third_party/android_sdk/public for v8 repo
Bug: chromium:943614
Change-Id: I42fea5af3fdf040e5091f5342401c5e863e1b67e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1533152
Commit-Queue: Tamer Tas <tmrts@chromium.org>
Reviewed-by: Sergiy Belozorov <sergiyb@chromium.org>
Reviewed-by: Tamer Tas <tmrts@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60388}
2019-03-21 12:43:39 +00:00
..
testdata Roll googletest to 1.8.0+. 2018-03-23 07:54:27 +00:00
build_gn.py Revert "[node] accept multiple --extra-gn-args" 2019-02-04 17:02:10 +00:00
fetch_deps.py Migrate android SDK path to third_party/android_sdk/public for v8 repo 2019-03-21 12:43:39 +00:00
node_common.py Preparing v8 to use with python3 /tools 2019-02-19 09:12:07 +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 Preparing v8 to use with python3 /tools 2019-02-19 09:12:07 +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.