Remove base/process/launch*

And some unused unittest files.

Change-Id: I9900f676c79644cb0fe1a35a4da6857bc5a5b5bf
Reviewed-on: https://gn-review.googlesource.com/1620
Commit-Queue: Scott Graham <scottmg@chromium.org>
Reviewed-by: Brett Wilson <brettw@chromium.org>
24 files changed
tree: a38f222f7dfa4199d5e8a662ad73642dceac68bc
  1. base/
  2. build/
  3. infra/
  4. src/
  5. third_party/
  6. tools/
  7. .clang-format
  8. .editorconfig
  9. .gitignore
  10. .style.yapf
  11. AUTHORS
  12. LICENSE
  13. 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