Merge pull request #14017 from electron/node-gn

build: build node with GN
This commit is contained in:
John Kleinschmidt 2018-08-14 14:29:17 -07:00 committed by GitHub
commit dda6bb135a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 14 additions and 484 deletions

View file

@ -126,7 +126,7 @@ generate build headers for the modules to compile against, run the following
under `src/` directory.
```sh
$ ninja -C out/Default electron/build/node:headers
$ ninja -C out/Default third_party/electron_node:headers
# Install the test modules with the generated headers
$ (cd electron/spec && npm i --nodedir=../../out/Default/gen/node_headers)
```