Use full path to Ninja binary

We no longer prepend CIPD root directory to PATH so we need to specify
a full path to Ninja binary.

Change-Id: I1bdb6fdc0f4b2a3c80820b26e9da3485fda9ba4a
Reviewed-on: https://gn-review.googlesource.com/1402
Reviewed-by: Scott Graham <scottmg@chromium.org>
7 files changed
tree: a33f851d170562306c33b67ec4477f7f0322fb68
  1. base/
  2. build/
  3. infra/
  4. src/
  5. third_party/
  6. tools/
  7. .clang-format
  8. .editorconfig
  9. .gitignore
  10. .style.yapf
  11. AUTHORS
  12. LICENSE
  13. 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