[wip] build: try building node with GN

This commit is contained in:
Jeremy Apthorp 2018-08-08 10:43:52 -07:00
parent 19cb5bad94
commit 6d277ec784
10 changed files with 14 additions and 484 deletions

View file

@ -120,7 +120,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)
```