Remove use of synchronization/lock from tools/gn/command_gen

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