naiveproxy/tools/gn/README.md
2018-08-11 05:35:24 +00:00

19 lines
628 B
Markdown

# What is GN?
GN is a meta-build system that generates [Ninja](https://ninja-build.org)
build files so that you can build Chromium with Ninja.
## I want more info on GN!
Read these links:
* [Quick start](docs/quick_start.md)
* [FAQ](docs/faq.md)
* [Language and operation details](docs/language.md)
* [Reference](docs/reference.md): The built-in `gn help` documentation.
* [Style guide](docs/style_guide.md)
* [Cross compiling and toolchains](docs/cross_compiles.md)
* [Hacking on GN itself](docs/hacking.md)
* [Standaline GN projects](docs/standalone.md)
* [Pushing new binaries](docs/update_binaries.md)