gn: Swap the order of two declarations.

Backports
https://chromium-review.googlesource.com/c/chromium/src/+/1098515 which
was made to src.git/tools/gn after forking to gn.googlesource.com.

Change-Id: Ie7488b31d824ab1caa631c955373842eb2c16b3a
Reviewed-on: https://gn-review.googlesource.com/1840
Reviewed-by: Brett Wilson <brettw@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
1 file changed
tree: 7f16a38248f4c7963b757941bf4da2c60127ca68
  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