Remove use of synchronization/lock in tools/gn/args

Change-Id: I615c921b78474ba0b93c4b2013bdd762be41f733
Reviewed-on: https://gn-review.googlesource.com/1702
Reviewed-by: Brett Wilson <brettw@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
2 files changed
tree: 315ec1d34a957f93624d27a0c367ff2656d0e239
  1. base/
  2. build/
  3. infra/
  4. src/
  5. tools/
  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