Make Windows build work

Various warning fixes, and deletions of unused stuff.

Change-Id: I0682b450b5fca0de7c1d1763e1e011c258669015
Reviewed-on: https://gn-review.googlesource.com/1380
Reviewed-by: Brett Wilson <brettw@chromium.org>
15 files changed
tree: 816c7b04883e14136ba2d7be8ca61ff594f9847f
  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