Factor out the Windows SDK handling into a recipe module

We may be able to share this module with infra/infra, but it's not
possible at the moment so we need cary our own copy of this module.

Change-Id: Ib2ef75062fe514057ec806751be20e1451681cd7
Reviewed-on: https://gn-review.googlesource.com/1780
Reviewed-by: Scott Graham <scottmg@chromium.org>
Commit-Queue: Petr Hosek <phosek@google.com>
10 files changed
tree: a20905afdaf6a03d560cf3dd5745f4205edd8cfa
  1. base/
  2. build/
  3. infra/
  4. tools/
  5. util/
  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