tools: update gyp to b3cef02
authorImran Iqbal <imrani@ca.ibm.com>
Mon, 19 Oct 2015 19:57:06 +0000 (15:57 -0400)
committerMyles Borins <mborins@us.ibm.com>
Mon, 21 Mar 2016 20:07:10 +0000 (13:07 -0700)
commit4b6a8f4321f720104c9e22458dccffedbaffbead
treeb86967f3c582e6670f5336b4a4a88839b4208ef0
parent9952bcf203d21988dc58f1a0f27bda7bef3b6f78
tools: update gyp to b3cef02

Includes two patches for AIX. Adds support for both 32-bit and 64-bit
files[0] and uses -RPf for cp instead of -af (which is unsupported)[1]

[0] https://codereview.chromium.org/1319663007
[1] https://codereview.chromium.org/1368133002

PR-URL: https://github.com/nodejs/node/pull/3487
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
13 files changed:
tools/gyp/PRESUBMIT.py
tools/gyp/gyp_main.py
tools/gyp/pylib/gyp/MSVSSettings.py
tools/gyp/pylib/gyp/MSVSSettings_test.py
tools/gyp/pylib/gyp/common.py
tools/gyp/pylib/gyp/generator/analyzer.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/msvs_emulation.py
tools/gyp/pylib/gyp/win_tool.py
tools/gyp/pylib/gyp/xcode_emulation.py