tools: update gyp to 25ed9ac
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 29 Jun 2015 09:51:02 +0000 (11:51 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 30 Jun 2015 11:38:26 +0000 (13:38 +0200)
commit99cbbc0a13fdd554bfc74e29de66fbefc00cfd2a
treeab6c63a8e697f90c691153da0f5d54336a04ee94
parent05a73c0f259fd903622445b07bf9ce3f0d7a73a3
tools: update gyp to 25ed9ac

Includes improved support for VS 2015[0] and makes it possible to build
with ninja again[1].

[0] https://codereview.chromium.org/1112753003
[1] https://codereview.chromium.org/1209553002

Fixes: https://github.com/nodejs/io.js/pull/2065
PR-URL: https://github.com/nodejs/io.js/pull/2074
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
16 files changed:
tools/gyp/PRESUBMIT.py
tools/gyp/buildbot/aosp_manifest.xml [deleted file]
tools/gyp/buildbot/buildbot_run.py
tools/gyp/buildbot/commit_queue/cq_config.json
tools/gyp/pylib/gyp/MSVSVersion.py
tools/gyp/pylib/gyp/__init__.py
tools/gyp/pylib/gyp/generator/analyzer.py
tools/gyp/pylib/gyp/generator/android.py [deleted file]
tools/gyp/pylib/gyp/generator/cmake.py
tools/gyp/pylib/gyp/generator/dump_dependency_json.py
tools/gyp/pylib/gyp/generator/make.py
tools/gyp/pylib/gyp/generator/msvs.py
tools/gyp/pylib/gyp/generator/ninja.py
tools/gyp/pylib/gyp/input.py
tools/gyp/pylib/gyp/mac_tool.py
tools/gyp/pylib/gyp/xcode_emulation.py