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

Change-Id: I3d8f4c81db2aec9af16c5b594d849e06e4551b10
Reviewed-on: https://gn-review.googlesource.com/1705
Commit-Queue: Scott Graham <scottmg@chromium.org>
Reviewed-by: Brett Wilson <brettw@chromium.org>
4 files changed
tree: 8ce761221da408cdee308383e534ffafa8fb7a75
  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