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

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

Issue 1024783002: Add a --markdown flag to GN to be able to output help in markdown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_all_help
Patch Set: fix dropped variable Created 5 years, 8 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/command_help.cc » ('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 [NinjaBuild](NinjaBuild.md) 3 GN is a meta-build system that generates [NinjaBuild](NinjaBuild.md)
4 files. It's meant to be faster and simpler than GYP. It outputs only 4 files. It's meant to be faster and simpler than GYP. It outputs only
5 Ninja build files. 5 Ninja build files.
6 6
7 ## Why bother with GN? 7 ## Why bother with GN?
8 8
9 1. We believe GN files are more readable and more maintainable 9 1. We believe GN files are more readable and more maintainable
10 than GYP files. 10 than GYP files.
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 this space and chromium-dev@ for more info!_. 87 this space and chromium-dev@ for more info!_.
88 88
89 ## I want more info on GN! 89 ## I want more info on GN!
90 90
91 Read these links: 91 Read these links:
92 92
93 * [Quick start](docs/quick_start.md) 93 * [Quick start](docs/quick_start.md)
94 * [FAQ](docs/faq.md) 94 * [FAQ](docs/faq.md)
95 * [GYP conversion cookbook](docs/cookbook.md) 95 * [GYP conversion cookbook](docs/cookbook.md)
96 * [Language and operation details](docs/language.md) 96 * [Language and operation details](docs/language.md)
97 * [Reference](docs/reference.md) The built-in `gn help` documentation.
97 * [Style guide](docs/style_guide.md) 98 * [Style guide](docs/style_guide.md)
98 * [Cross compiling and toolchains](docs/cross_compiles.md) 99 * [Cross compiling and toolchains](docs/cross_compiles.md)
99 * [Hacking on GN itself](docs/hacking.md) 100 * [Hacking on GN itself](docs/hacking.md)
100 * [GNStandalone](docs/standalone.md) Standalone GN projects 101 * [GNStandalone](docs/standalone.md) Standalone GN projects
101 * [UpdateGNBinaries](docs/update_binaries.md) Pushing new binaries 102 * [UpdateGNBinaries](docs/update_binaries.md) Pushing new binaries
OLDNEW
« no previous file with comments | « no previous file | tools/gn/command_help.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698