Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: tools/gn/docs/language.md

Issue 2407523002: Update GN documentation. (Closed)
Patch Set: for initial review Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/docs/faq.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/docs/language.md
diff --git a/tools/gn/docs/language.md b/tools/gn/docs/language.md
index 6032329227ba3605397137457fc073fc4e62548b..e6e80d31493eefe859b68b72027b4762c0184fcb 100644
--- a/tools/gn/docs/language.md
+++ b/tools/gn/docs/language.md
@@ -341,7 +341,10 @@ prefer to omit the colon and name in these cases.
5. When a target's dependencies are resolved, write out the `.ninja`
file to disk.
6. When all targets are resolved, write out the root `build.ninja`
- file.
+ file. If the top-level build file defines a group called "default"
+ (i.e., `//:default`), GN will tell Ninja to use that for the
+ default build target, rather than building everything. (You can
+ still use `ninja all` to build everything).
### The build config file
« no previous file with comments | « tools/gn/docs/faq.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698