Remove use of base/synchronization in scheduler

1:1 replacment with std classes.

Change-Id: Ie753a49f84da32a8d440dd307a6f871d6fee2985
Reviewed-on: https://gn-review.googlesource.com/1700
Reviewed-by: Brett Wilson <brettw@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
2 files changed
tree: 988582e581d91408448f4838c8075a88617932fb
  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