commit | 1dbe0e89d5b1c553e2ca24d388177b7de840d853 | [log] [tgz] |
---|---|---|
author | Yang Guo <yangguo@chromium.org> | Tue Feb 19 13:21:18 2019 |
committer | Yang Guo <yangguo@chromium.org> | Tue Feb 19 14:46:03 2019 |
tree | 78fb76ea4d1942df3485e8c83926e18ae4ad4e72 | |
parent | d85f8e048721477ac7ce1feae879c8de800a0346 [diff] |
Update Node and generate inspector file list A new file has been added to the inspector target recently, so it made sense to auto-generate the file list for that target. R=machenbach@chromium.org Change-Id: I0836bc972532638c92425990ff5a76299f9b8ceb Reviewed-on: https://chromium-review.googlesource.com/c/1476404 Reviewed-by: Michael Achenbach <machenbach@chromium.org>
This project is a set of dependency and build configurations to build Node.js with GN.
V8 was originally built with SCons. Following Chromium, it made the switch to GYP, completing around 2012. That was when Node.js started its success story. However, again following Chromium, V8 made the switch to GN, completing in 2016. So far, Node.js has hesitated in adopting GN. One of the reasons is its now established native modules ecosystem that relies on GYP for build configuration.
Electron, having both Chromium and Node.js as its dependencies, adopted GN. Many files in this repository have been derived from the Electron project, with appropriate changes to avoid the need for forking files, to implement a standalone build, or to fix test failures.
Some reading material:
Get depot_tools first.
mkdir node-ci cd node-ci fetch node-ci
Alternatively, you can
mkdir node-ci cd node-ci git clone https://chromium.googlesource.com/v8/node-ci gclient config https://chromium.googlesource.com/v8/node-ci --unmanaged
cd node-ci make deps make node
JOBS=4 make test
DEPS
.