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

Side by Side Diff: tools/gn/README.md

Issue 2647443003: Remove obsolete GN check.md documentation. (Closed)
Patch Set: Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/gn/docs/check.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # What is GN? 1 # What is GN?
2 2
3 GN is a meta-build system that generates 3 GN is a meta-build system that generates
4 [NinjaBuild](https://ninja-build.org) 4 [NinjaBuild](https://ninja-build.org)
5 files so that you can build Chromium with Ninja. 5 files so that you can build Chromium with Ninja.
6 6
7 ## Why did you switch from GYP? 7 ## Why did you switch from GYP?
8 8
9 1. We believe GN files are more readable and more maintainable than GYP files. 9 1. We believe GN files are more readable and more maintainable than GYP files.
10 2. GN is fast: 10 2. GN is fast:
(...skipping 27 matching lines...) Expand all
38 38
39 * [Quick start](docs/quick_start.md) 39 * [Quick start](docs/quick_start.md)
40 * [FAQ](docs/faq.md) 40 * [FAQ](docs/faq.md)
41 * [Language and operation details](docs/language.md) 41 * [Language and operation details](docs/language.md)
42 * [Reference](docs/reference.md) The built-in `gn help` documentation. 42 * [Reference](docs/reference.md) The built-in `gn help` documentation.
43 * [Style guide](docs/style_guide.md) 43 * [Style guide](docs/style_guide.md)
44 * [Cross compiling and toolchains](docs/cross_compiles.md) 44 * [Cross compiling and toolchains](docs/cross_compiles.md)
45 * [Hacking on GN itself](docs/hacking.md) 45 * [Hacking on GN itself](docs/hacking.md)
46 * [GNStandalone](docs/standalone.md) Standalone GN projects 46 * [GNStandalone](docs/standalone.md) Standalone GN projects
47 * [UpdateGNBinaries](docs/update_binaries.md) Pushing new binaries 47 * [UpdateGNBinaries](docs/update_binaries.md) Pushing new binaries
48 * [Check](docs/check.md) `gn check` command reference
OLDNEW
« no previous file with comments | « no previous file | tools/gn/docs/check.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698