From 537c62a9a8a99bc5a5758078779cd0f041e65821 Mon Sep 17 00:00:00 2001 From: Vadim Macagon Date: Thu, 9 Jun 2016 10:58:58 +0700 Subject: [PATCH] Update Build System Overview doc `atom.gyp` was renamed to `electron.gyp` not long ago but this document wasn't updated. --- docs/development/build-system-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build-system-overview.md b/docs/development/build-system-overview.md index bc27c1932fa6..4336092b7213 100644 --- a/docs/development/build-system-overview.md +++ b/docs/development/build-system-overview.md @@ -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