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

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