| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |