Doc: Fix toolchain typo and clarify the toolchain syntax

Backport of
https://chromium-review.googlesource.com/c/chromium/src/+/1104159 which
was made to tools/gn since forking to standalone repo.

Change-Id: Ib11bc45c89c5d69305cd8aa39c63dd48a070be52
Reviewed-on: https://gn-review.googlesource.com/1841
Reviewed-by: Brett Wilson <brettw@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
2 files changed
tree: f646681ab4cf9b04a25c907d541b5979c830461d
  1. base/
  2. build/
  3. infra/
  4. tools/
  5. util/
  6. .clang-format
  7. .editorconfig
  8. .gitignore
  9. .style.yapf
  10. AUTHORS
  11. LICENSE
  12. README.md
README.md

GN

GN is a meta-build system that generates build files for Ninja.

Get started with:

git clone https://gn.googlesource.com/gn
cd gn
python build/gen.py
ninja -C out