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:
Vadim Macagon 2016-06-09 10:58:58 +07:00
parent 8a92ee403c
commit 537c62a9a8

View file

@ -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