Update Build System Overview doc
`atom.gyp` was renamed to `electron.gyp` not long ago but this document wasn't updated.
This commit is contained in:
parent
8a92ee403c
commit
537c62a9a8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ be found in the `.gyp` and `.gypi` files.
|
|||
|
||||
Following `gyp` files contain the main rules for building Electron:
|
||||
|
||||
* `atom.gyp` defines how Electron itself is built.
|
||||
* `electron.gyp` defines how Electron itself is built.
|
||||
* `common.gypi` adjusts the build configurations of Node to make it build
|
||||
together with Chromium.
|
||||
* `vendor/brightray/brightray.gyp` defines how `brightray` is built and
|
||||
|
|
Loading…
Add table
Reference in a new issue