[Pkg-javascript-commits] [node-gyp] 14/82: Merge tag 'upstream/0.9.2'

Ximin Luo infinity0 at debian.org
Mon Aug 31 00:40:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository node-gyp.

commit 1d3707f5b373cf85c5445467a26405487e30f82a
Merge: e0ce004 f8bfa37
Author: Jérémy Lal <kapouer at melix.org>
Date:   Mon Mar 25 10:04:24 2013 +0100

    Merge tag 'upstream/0.9.2'
    
    Upstream version 0.9.2
    
    # gpg: Signature faite le lun. 25 mars 2013 10:04:21 CET avec la clef RSA d'identifiant DD39F374
    # gpg: Bonne signature de « Jérémy Lal <kapouer at melix.org> »
    # gpg:                 alias « Jérémy Lal <jerry at edagames.com> »

 .jshintrc                                          |    6 +
 LICENSE                                            |   24 +
 README.md                                          |   58 +-
 addon.gypi                                         |   45 +
 bin/node-gyp.js                                    |  181 +-
 {legacy/tools/gyp => gyp}/.npmignore               |    0
 {legacy/tools/gyp => gyp}/AUTHORS                  |    0
 {legacy/tools/gyp => gyp}/DEPS                     |    4 +
 {legacy/tools/gyp => gyp}/LICENSE                  |    0
 {legacy/tools/gyp => gyp}/MANIFEST                 |    0
 {legacy/tools/gyp => gyp}/OWNERS                   |    0
 gyp/PRESUBMIT.py                                   |  109 +
 {legacy/tools/gyp => gyp}/buildbot/buildbot_run.py |    1 +
 {legacy/tools/gyp => gyp}/codereview.settings      |    0
 {legacy/tools/gyp => gyp}/gyp                      |    0
 {legacy/tools/gyp => gyp}/gyp.bat                  |    0
 {legacy/tools/gyp => gyp}/gyp_dummy.c              |    0
 {legacy/tools/gyp => gyp}/gyptest.py               |   14 +-
 {legacy/tools/gyp => gyp}/pylib/gyp/MSVSNew.py     |   33 +-
 {legacy/tools/gyp => gyp}/pylib/gyp/MSVSProject.py |    4 +-
 .../tools/gyp => gyp}/pylib/gyp/MSVSSettings.py    |   30 +-
 .../gyp => gyp}/pylib/gyp/MSVSSettings_test.py     |   17 +-
 .../tools/gyp => gyp}/pylib/gyp/MSVSToolFile.py    |    4 +-
 .../tools/gyp => gyp}/pylib/gyp/MSVSUserFile.py    |    5 +-
 {legacy/tools/gyp => gyp}/pylib/gyp/MSVSVersion.py |  188 +-
 {legacy/tools/gyp => gyp}/pylib/gyp/SCons.py       |    4 +-
 {legacy/tools/gyp => gyp}/pylib/gyp/__init__.py    |   72 +-
 {legacy/tools/gyp => gyp}/pylib/gyp/common.py      |   87 +-
 gyp/pylib/gyp/common_test.py                       |   71 +
 {legacy/tools/gyp => gyp}/pylib/gyp/easy_xml.py    |   17 +-
 .../tools/gyp => gyp}/pylib/gyp/easy_xml_test.py   |    9 +-
 .../gyp => gyp}/pylib/gyp/generator/__init__.py    |    0
 gyp/pylib/gyp/generator/android.py                 | 1092 ++++++
 .../pylib/gyp/generator/dump_dependency_json.py    |   33 +-
 gyp/pylib/gyp/generator/eclipse.py                 |  273 ++
 .../tools/gyp => gyp}/pylib/gyp/generator/gypd.py  |    0
 .../tools/gyp => gyp}/pylib/gyp/generator/gypsh.py |    0
 .../tools/gyp => gyp}/pylib/gyp/generator/make.py  |  360 +-
 .../tools/gyp => gyp}/pylib/gyp/generator/msvs.py  |  450 ++-
 .../gyp => gyp}/pylib/gyp/generator/msvs_test.py   |    6 +-
 .../tools/gyp => gyp}/pylib/gyp/generator/ninja.py |  931 ++++-
 gyp/pylib/gyp/generator/ninja_test.py              |   44 +
 .../tools/gyp => gyp}/pylib/gyp/generator/scons.py |   34 +-
 .../tools/gyp => gyp}/pylib/gyp/generator/xcode.py |   67 +-
 {legacy/tools/gyp => gyp}/pylib/gyp/input.py       | 1083 +++--
 {legacy/tools/gyp => gyp}/pylib/gyp/mac_tool.py    |   38 +-
 gyp/pylib/gyp/msvs_emulation.py                    |  722 ++++
 .../tools/gyp => gyp}/pylib/gyp/ninja_syntax.py    |   29 +-
 {legacy/tools/gyp => gyp}/pylib/gyp/sun_tool.py    |    0
 gyp/pylib/gyp/win_tool.py                          |  193 +
 .../tools/gyp => gyp}/pylib/gyp/xcode_emulation.py |  353 +-
 .../tools/gyp => gyp}/pylib/gyp/xcodeproj_file.py  |  165 +-
 {legacy/tools/gyp => gyp}/pylib/gyp/xml_fix.py     |    0
 {legacy/tools/gyp => gyp}/pylintrc                 |    0
 {legacy/tools/gyp => gyp}/samples/samples          |    0
 {legacy/tools/gyp => gyp}/samples/samples.bat      |    0
 {legacy/tools/gyp => gyp}/setup.py                 |    0
 gyp/test/actions-bare/gyptest-bare.py              |   23 +
 gyp/test/actions-bare/src/bare.gyp                 |   25 +
 gyp/test/actions-bare/src/bare.py                  |   11 +
 gyp/test/actions-multiple/gyptest-all.py           |   72 +
 gyp/test/actions-multiple/src/actions.gyp          |  226 ++
 gyp/test/actions-multiple/src/copy.py              |    9 +
 gyp/test/actions-multiple/src/filter.py            |   12 +
 gyp/test/actions-multiple/src/foo.c                |   11 +
 gyp/test/actions-multiple/src/input.txt            |    1 +
 gyp/test/actions-multiple/src/main.c               |   22 +
 gyp/test/actions-none/gyptest-none.py              |   26 +
 gyp/test/actions-none/src/fake_cross.py            |   12 +
 gyp/test/actions-none/src/foo.cc                   |    1 +
 .../actions-none/src/none_with_source_files.gyp    |   35 +
 gyp/test/actions-subdir/gyptest-action.py          |   26 +
 gyp/test/actions-subdir/src/make-file.py           |   11 +
 gyp/test/actions-subdir/src/none.gyp               |   31 +
 .../actions-subdir/src/subdir/make-subdir-file.py  |   11 +
 gyp/test/actions-subdir/src/subdir/subdir.gyp      |   28 +
 gyp/test/actions/gyptest-all.py                    |  102 +
 gyp/test/actions/gyptest-default.py                |   69 +
 gyp/test/actions/gyptest-errors.py                 |   24 +
 gyp/test/actions/src/action_missing_name.gyp       |   24 +
 gyp/test/actions/src/actions.gyp                   |  114 +
 gyp/test/actions/src/confirm-dep-files.py          |   21 +
 gyp/test/actions/src/subdir1/counter.py            |   46 +
 gyp/test/actions/src/subdir1/executable.gyp        |   74 +
 gyp/test/actions/src/subdir1/make-prog1.py         |   20 +
 gyp/test/actions/src/subdir1/make-prog2.py         |   20 +
 gyp/test/actions/src/subdir1/program.c             |   12 +
 gyp/test/actions/src/subdir2/make-file.py          |   11 +
 gyp/test/actions/src/subdir2/none.gyp              |   33 +
 gyp/test/actions/src/subdir3/generate_main.py      |   21 +
 gyp/test/actions/src/subdir3/null_input.gyp        |   29 +
 gyp/test/additional-targets/gyptest-additional.py  |   56 +
 gyp/test/additional-targets/src/all.gyp            |   13 +
 gyp/test/additional-targets/src/dir1/actions.gyp   |   56 +
 gyp/test/additional-targets/src/dir1/emit.py       |   11 +
 gyp/test/additional-targets/src/dir1/lib1.c        |    6 +
 gyp/test/assembly/gyptest-assembly.py              |   31 +
 gyp/test/assembly/src/as.bat                       |    4 +
 gyp/test/assembly/src/assembly.gyp                 |   62 +
 gyp/test/assembly/src/lib1.S                       |   15 +
 gyp/test/assembly/src/lib1.c                       |    3 +
 gyp/test/assembly/src/program.c                    |   12 +
 gyp/test/build-option/gyptest-build.py             |   22 +
 gyp/test/build-option/hello.c                      |   13 +
 gyp/test/build-option/hello.gyp                    |   15 +
 gyp/test/builddir/gyptest-all.py                   |   85 +
 gyp/test/builddir/gyptest-default.py               |   85 +
 gyp/test/builddir/src/builddir.gypi                |   21 +
 gyp/test/builddir/src/func1.c                      |    6 +
 gyp/test/builddir/src/func2.c                      |    6 +
 gyp/test/builddir/src/func3.c                      |    6 +
 gyp/test/builddir/src/func4.c                      |    6 +
 gyp/test/builddir/src/func5.c                      |    6 +
 gyp/test/builddir/src/prog1.c                      |   10 +
 gyp/test/builddir/src/prog1.gyp                    |   30 +
 gyp/test/builddir/src/subdir2/prog2.c              |   10 +
 gyp/test/builddir/src/subdir2/prog2.gyp            |   19 +
 gyp/test/builddir/src/subdir2/subdir3/prog3.c      |   10 +
 gyp/test/builddir/src/subdir2/subdir3/prog3.gyp    |   19 +
 .../builddir/src/subdir2/subdir3/subdir4/prog4.c   |   10 +
 .../builddir/src/subdir2/subdir3/subdir4/prog4.gyp |   19 +
 .../src/subdir2/subdir3/subdir4/subdir5/prog5.c    |   10 +
 .../src/subdir2/subdir3/subdir4/subdir5/prog5.gyp  |   19 +
 gyp/test/cflags/cflags.c                           |   15 +
 gyp/test/cflags/cflags.gyp                         |   16 +
 gyp/test/cflags/gyptest-cflags.py                  |   65 +
 gyp/test/compilable/gyptest-headers.py             |   29 +
 gyp/test/compilable/src/headers.gyp                |   26 +
 gyp/test/compilable/src/lib1.cpp                   |    7 +
 gyp/test/compilable/src/lib1.hpp                   |    6 +
 gyp/test/compilable/src/program.cpp                |    9 +
 .../compiler-global-settings.gyp.in                |   34 +
 gyp/test/compiler-override/compiler-host.gyp       |   17 +
 gyp/test/compiler-override/compiler.gyp            |   16 +
 gyp/test/compiler-override/cxxtest.cc              |    7 +
 gyp/test/compiler-override/gyptest-compiler-env.py |   55 +
 .../gyptest-compiler-global-settings.py            |   52 +
 gyp/test/compiler-override/my_cc.py                |    6 +
 gyp/test/compiler-override/my_cxx.py               |    6 +
 gyp/test/compiler-override/my_ld.py                |    6 +
 gyp/test/compiler-override/test.c                  |    7 +
 gyp/test/configurations/basics/configurations.c    |   15 +
 gyp/test/configurations/basics/configurations.gyp  |   32 +
 .../basics/gyptest-configurations.py               |   29 +
 .../configurations/inheritance/configurations.c    |   21 +
 .../configurations/inheritance/configurations.gyp  |   40 +
 .../inheritance/gyptest-inheritance.py             |   33 +
 gyp/test/configurations/invalid/actions.gyp        |   18 +
 .../invalid/all_dependent_settings.gyp             |   18 +
 gyp/test/configurations/invalid/configurations.gyp |   18 +
 gyp/test/configurations/invalid/dependencies.gyp   |   18 +
 .../invalid/direct_dependent_settings.gyp          |   18 +
 .../invalid/gyptest-configurations.py              |   39 +
 gyp/test/configurations/invalid/libraries.gyp      |   18 +
 gyp/test/configurations/invalid/link_settings.gyp  |   18 +
 gyp/test/configurations/invalid/sources.gyp        |   18 +
 .../invalid/standalone_static_library.gyp          |   17 +
 gyp/test/configurations/invalid/target_name.gyp    |   18 +
 gyp/test/configurations/invalid/type.gyp           |   18 +
 .../target_platform/configurations.gyp             |   58 +
 gyp/test/configurations/target_platform/front.c    |    8 +
 .../target_platform/gyptest-target_platform.py     |   40 +
 gyp/test/configurations/target_platform/left.c     |    3 +
 gyp/test/configurations/target_platform/right.c    |    3 +
 gyp/test/configurations/x64/configurations.c       |   12 +
 gyp/test/configurations/x64/configurations.gyp     |   38 +
 gyp/test/configurations/x64/gyptest-x86.py         |   31 +
 gyp/test/copies/gyptest-all.py                     |   40 +
 gyp/test/copies/gyptest-default.py                 |   40 +
 gyp/test/copies/gyptest-slash.py                   |   38 +
 gyp/test/copies/gyptest-updir.py                   |   23 +
 gyp/test/copies/src/copies-slash.gyp               |   36 +
 gyp/test/copies/src/copies-updir.gyp               |   21 +
 gyp/test/copies/src/copies.gyp                     |   70 +
 gyp/test/copies/src/directory/file3                |    1 +
 gyp/test/copies/src/directory/file4                |    1 +
 gyp/test/copies/src/directory/subdir/file5         |    1 +
 gyp/test/copies/src/file1                          |    1 +
 gyp/test/copies/src/file2                          |    1 +
 gyp/test/copies/src/parentdir/subdir/file6         |    1 +
 .../custom-generator/gyptest-custom-generator.py   |   18 +
 gyp/test/custom-generator/mygenerator.py           |   14 +
 gyp/test/custom-generator/test.gyp                 |   15 +
 gyp/test/cxxflags/cxxflags.cc                      |   15 +
 gyp/test/cxxflags/cxxflags.gyp                     |   16 +
 gyp/test/cxxflags/gyptest-cxxflags.py              |   65 +
 gyp/test/defines-escaping/defines-escaping.c       |   11 +
 gyp/test/defines-escaping/defines-escaping.gyp     |   19 +
 .../defines-escaping/gyptest-defines-escaping.py   |  184 +
 gyp/test/defines/defines-env.gyp                   |   22 +
 gyp/test/defines/defines.c                         |   23 +
 gyp/test/defines/defines.gyp                       |   38 +
 gyp/test/defines/gyptest-define-override.py        |   34 +
 gyp/test/defines/gyptest-defines-env-regyp.py      |   51 +
 gyp/test/defines/gyptest-defines-env.py            |   85 +
 gyp/test/defines/gyptest-defines.py                |   27 +
 .../gyp/gyp_dummy.c => gyp/test/dependencies/a.c   |    6 +-
 gyp/test/dependencies/b/b.c                        |    3 +
 gyp/test/dependencies/b/b.gyp                      |   22 +
 gyp/test/dependencies/b/b3.c                       |    9 +
 gyp/test/dependencies/c/c.c                        |    4 +
 gyp/test/dependencies/c/c.gyp                      |   22 +
 gyp/test/dependencies/c/d.c                        |    3 +
 gyp/test/dependencies/double_dependency.gyp        |   23 +
 gyp/test/dependencies/double_dependent.gyp         |   12 +
 gyp/test/dependencies/extra_targets.gyp            |   18 +
 gyp/test/dependencies/gyptest-double-dependency.py |   19 +
 gyp/test/dependencies/gyptest-extra-targets.py     |   21 +
 gyp/test/dependencies/gyptest-lib-only.py          |   39 +
 gyp/test/dependencies/gyptest-none-traversal.py    |   25 +
 gyp/test/dependencies/lib_only.gyp                 |   16 +
 gyp/test/dependencies/main.c                       |   14 +
 gyp/test/dependencies/none_traversal.gyp           |   46 +
 gyp/test/dependency-copy/gyptest-copy.py           |   26 +
 gyp/test/dependency-copy/src/copies.gyp            |   25 +
 gyp/test/dependency-copy/src/file1.c               |    7 +
 gyp/test/dependency-copy/src/file2.c               |    7 +
 gyp/test/errors/duplicate_basenames.gyp            |   13 +
 gyp/test/errors/duplicate_node.gyp                 |   12 +
 gyp/test/errors/duplicate_rule.gyp                 |   22 +
 gyp/test/errors/duplicate_targets.gyp              |   14 +
 gyp/test/errors/gyptest-errors.py                  |   49 +
 gyp/test/errors/missing_dep.gyp                    |   15 +
 gyp/test/errors/missing_targets.gyp                |    8 +
 gyp/test/escaping/colon/test.gyp                   |   21 +
 gyp/test/escaping/gyptest-colon.py                 |   43 +
 gyp/test/exclusion/exclusion.gyp                   |   23 +
 gyp/test/exclusion/gyptest-exclusion.py            |   22 +
 gyp/test/exclusion/hello.c                         |   15 +
 gyp/test/external-cross-compile/gyptest-cross.py   |   35 +
 gyp/test/external-cross-compile/src/bogus1.cc      |    1 +
 gyp/test/external-cross-compile/src/bogus2.c       |    1 +
 gyp/test/external-cross-compile/src/cross.gyp      |   83 +
 .../external-cross-compile/src/cross_compile.gypi  |   23 +
 gyp/test/external-cross-compile/src/fake_cross.py  |   18 +
 gyp/test/external-cross-compile/src/program.cc     |   16 +
 gyp/test/external-cross-compile/src/test1.cc       |    1 +
 gyp/test/external-cross-compile/src/test2.c        |    1 +
 gyp/test/external-cross-compile/src/test3.cc       |    1 +
 gyp/test/external-cross-compile/src/test4.c        |    1 +
 gyp/test/external-cross-compile/src/tochar.py      |   13 +
 gyp/test/generator-output/actions/actions.gyp      |   16 +
 gyp/test/generator-output/actions/build/README.txt |    4 +
 .../actions/subdir1/actions-out/README.txt         |    4 +
 .../actions/subdir1/build/README.txt               |    4 +
 .../actions/subdir1/executable.gyp                 |   44 +
 .../generator-output/actions/subdir1/make-prog1.py |   20 +
 .../generator-output/actions/subdir1/make-prog2.py |   20 +
 .../generator-output/actions/subdir1/program.c     |   12 +
 .../actions/subdir2/actions-out/README.txt         |    4 +
 .../actions/subdir2/build/README.txt               |    4 +
 .../generator-output/actions/subdir2/make-file.py  |   11 +
 gyp/test/generator-output/actions/subdir2/none.gyp |   31 +
 gyp/test/generator-output/copies/build/README.txt  |    4 +
 .../generator-output/copies/copies-out/README.txt  |    4 +
 gyp/test/generator-output/copies/copies.gyp        |   50 +
 gyp/test/generator-output/copies/file1             |    1 +
 gyp/test/generator-output/copies/file2             |    1 +
 .../copies/subdir/build/README.txt                 |    4 +
 .../copies/subdir/copies-out/README.txt            |    4 +
 gyp/test/generator-output/copies/subdir/file3      |    1 +
 gyp/test/generator-output/copies/subdir/file4      |    1 +
 gyp/test/generator-output/copies/subdir/subdir.gyp |   32 +
 gyp/test/generator-output/gyptest-actions.py       |   58 +
 gyp/test/generator-output/gyptest-copies.py        |   59 +
 gyp/test/generator-output/gyptest-mac-bundle.py    |   29 +
 gyp/test/generator-output/gyptest-relocate.py      |   60 +
 gyp/test/generator-output/gyptest-rules.py         |   59 +
 gyp/test/generator-output/gyptest-subdir2-deep.py  |   37 +
 gyp/test/generator-output/gyptest-top-all.py       |   54 +
 gyp/test/generator-output/mac-bundle/Info.plist    |   32 +
 gyp/test/generator-output/mac-bundle/app.order     |    1 +
 gyp/test/generator-output/mac-bundle/header.h      |    1 +
 gyp/test/generator-output/mac-bundle/main.c        |    1 +
 gyp/test/generator-output/mac-bundle/resource.sb   |    1 +
 gyp/test/generator-output/mac-bundle/test.gyp      |   25 +
 gyp/test/generator-output/rules/build/README.txt   |    4 +
 gyp/test/generator-output/rules/copy-file.py       |   12 +
 gyp/test/generator-output/rules/rules.gyp          |   16 +
 .../rules/subdir1/build/README.txt                 |    4 +
 .../generator-output/rules/subdir1/define3.in0     |    1 +
 .../generator-output/rules/subdir1/define4.in0     |    1 +
 .../generator-output/rules/subdir1/executable.gyp  |   59 +
 .../generator-output/rules/subdir1/function1.in1   |    6 +
 .../generator-output/rules/subdir1/function2.in1   |    6 +
 gyp/test/generator-output/rules/subdir1/program.c  |   18 +
 .../rules/subdir2/build/README.txt                 |    4 +
 gyp/test/generator-output/rules/subdir2/file1.in0  |    1 +
 gyp/test/generator-output/rules/subdir2/file2.in0  |    1 +
 gyp/test/generator-output/rules/subdir2/file3.in1  |    1 +
 gyp/test/generator-output/rules/subdir2/file4.in1  |    1 +
 gyp/test/generator-output/rules/subdir2/none.gyp   |   49 +
 .../rules/subdir2/rules-out/README.txt             |    4 +
 gyp/test/generator-output/src/build/README.txt     |    4 +
 gyp/test/generator-output/src/inc.h                |    1 +
 gyp/test/generator-output/src/inc1/include1.h      |    1 +
 gyp/test/generator-output/src/prog1.c              |   18 +
 gyp/test/generator-output/src/prog1.gyp            |   28 +
 .../generator-output/src/subdir2/build/README.txt  |    4 +
 .../src/subdir2/deeper/build/README.txt            |    4 +
 .../generator-output/src/subdir2/deeper/deeper.c   |    7 +
 .../generator-output/src/subdir2/deeper/deeper.gyp |   18 +
 .../generator-output/src/subdir2/deeper/deeper.h   |    1 +
 .../generator-output/src/subdir2/inc2/include2.h   |    1 +
 gyp/test/generator-output/src/subdir2/prog2.c      |   18 +
 gyp/test/generator-output/src/subdir2/prog2.gyp    |   28 +
 .../generator-output/src/subdir3/build/README.txt  |    4 +
 .../generator-output/src/subdir3/inc3/include3.h   |    1 +
 gyp/test/generator-output/src/subdir3/prog3.c      |   18 +
 gyp/test/generator-output/src/subdir3/prog3.gyp    |   25 +
 gyp/test/generator-output/src/symroot.gypi         |   16 +
 gyp/test/gyp-defines/defines.gyp                   |   26 +
 gyp/test/gyp-defines/echo.py                       |   11 +
 gyp/test/gyp-defines/gyptest-multiple-values.py    |   34 +
 gyp/test/gyp-defines/gyptest-regyp.py              |   40 +
 .../gyptest-exported-hard-dependency.py            |   37 +
 .../gyptest-no-exported-hard-dependency.py         |   36 +
 .../test/hard_dependency/src/a.c                   |    8 +-
 .../test/hard_dependency/src/a.h                   |   11 +-
 .../test/hard_dependency/src/b.c                   |    8 +-
 gyp/test/hard_dependency/src/b.h                   |   12 +
 gyp/test/hard_dependency/src/c.c                   |   10 +
 gyp/test/hard_dependency/src/c.h                   |   10 +
 .../test/hard_dependency/src/d.c                   |    6 +-
 gyp/test/hard_dependency/src/emit.py               |   11 +
 gyp/test/hard_dependency/src/hard_dependency.gyp   |   78 +
 gyp/test/hello/gyptest-all.py                      |   24 +
 gyp/test/hello/gyptest-default.py                  |   24 +
 gyp/test/hello/gyptest-disable-regyp.py            |   32 +
 gyp/test/hello/gyptest-regyp.py                    |   32 +
 gyp/test/hello/gyptest-target.py                   |   24 +
 .../gyp/gyp_dummy.c => gyp/test/hello/hello.c      |    6 +-
 gyp/test/hello/hello.gyp                           |   15 +
 .../gyp/gyp_dummy.c => gyp/test/hello/hello2.c     |    6 +-
 gyp/test/hello/hello2.gyp                          |   15 +
 .../home_dot_gyp/gyptest-home-includes-regyp.py    |   44 +
 gyp/test/home_dot_gyp/gyptest-home-includes.py     |   30 +
 gyp/test/home_dot_gyp/home/.gyp/include.gypi       |    5 +
 gyp/test/home_dot_gyp/home2/.gyp/include.gypi      |    5 +
 gyp/test/home_dot_gyp/src/all.gyp                  |   22 +
 gyp/test/home_dot_gyp/src/printfoo.c               |    7 +
 gyp/test/include_dirs/gyptest-all.py               |   46 +
 gyp/test/include_dirs/gyptest-default.py           |   46 +
 gyp/test/include_dirs/src/inc.h                    |    1 +
 gyp/test/include_dirs/src/inc1/include1.h          |    1 +
 gyp/test/include_dirs/src/includes.c               |   19 +
 gyp/test/include_dirs/src/includes.gyp             |   27 +
 gyp/test/include_dirs/src/shadow1/shadow.h         |    1 +
 gyp/test/include_dirs/src/shadow2/shadow.h         |    1 +
 gyp/test/include_dirs/src/subdir/inc.h             |    1 +
 gyp/test/include_dirs/src/subdir/inc2/include2.h   |    1 +
 gyp/test/include_dirs/src/subdir/subdir_includes.c |   14 +
 .../include_dirs/src/subdir/subdir_includes.gyp    |   20 +
 .../intermediate_dir/gyptest-intermediate-dir.py   |   42 +
 gyp/test/intermediate_dir/src/script.py            |   24 +
 gyp/test/intermediate_dir/src/shared_infile.txt    |    1 +
 gyp/test/intermediate_dir/src/test.gyp             |   42 +
 gyp/test/intermediate_dir/src/test2.gyp            |   42 +
 gyp/test/lib/README.txt                            |   17 +
 gyp/test/lib/TestCmd.py                            | 1597 ++++++++
 gyp/test/lib/TestCommon.py                         |  570 +++
 gyp/test/lib/TestGyp.py                            | 1050 +++++
 .../library/gyptest-shared-obj-install-path.py     |   42 +
 gyp/test/library/gyptest-shared.py                 |   84 +
 gyp/test/library/gyptest-static.py                 |   84 +
 gyp/test/library/src/lib1.c                        |   10 +
 gyp/test/library/src/lib1_moveable.c               |   10 +
 gyp/test/library/src/lib2.c                        |   10 +
 gyp/test/library/src/lib2_moveable.c               |   10 +
 gyp/test/library/src/library.gyp                   |   58 +
 gyp/test/library/src/program.c                     |   15 +
 gyp/test/library/src/shared_dependency.gyp         |   33 +
 gyp/test/link-objects/base.c                       |    6 +
 gyp/test/link-objects/extra.c                      |    5 +
 gyp/test/link-objects/gyptest-all.py               |   28 +
 gyp/test/link-objects/link-objects.gyp             |   24 +
 gyp/test/mac/action-envvars/action/action.gyp      |   34 +
 gyp/test/mac/action-envvars/action/action.sh       |    8 +
 .../TestApp/English.lproj/InfoPlist.strings        |    3 +
 .../app-bundle/TestApp/English.lproj/MainMenu.xib  | 4119 ++++++++++++++++++++
 gyp/test/mac/app-bundle/TestApp/TestApp-Info.plist |   32 +
 .../mac/app-bundle/TestApp/TestAppAppDelegate.h    |   13 +
 .../mac/app-bundle/TestApp/TestAppAppDelegate.m    |   15 +
 gyp/test/mac/app-bundle/TestApp/main.m             |   10 +
 .../__init__.py => gyp/test/mac/app-bundle/empty.c |    0
 gyp/test/mac/app-bundle/test.gyp                   |   39 +
 .../gyp_dummy.c => gyp/test/mac/archs/my_file.cc   |    7 +-
 .../test/mac/archs/my_main_file.cc                 |    8 +-
 gyp/test/mac/archs/test-archs-x86_64.gyp           |   27 +
 gyp/test/mac/archs/test-no-archs.gyp               |   21 +
 gyp/test/mac/cflags/ccfile.cc                      |    7 +
 gyp/test/mac/cflags/ccfile_withcflags.cc           |    7 +
 gyp/test/mac/cflags/cfile.c                        |    7 +
 gyp/test/mac/cflags/cppfile.cpp                    |    7 +
 gyp/test/mac/cflags/cppfile_withcflags.cpp         |    7 +
 gyp/test/mac/cflags/cxxfile.cxx                    |    7 +
 gyp/test/mac/cflags/cxxfile_withcflags.cxx         |    7 +
 gyp/test/mac/cflags/mfile.m                        |    7 +
 gyp/test/mac/cflags/mmfile.mm                      |    7 +
 gyp/test/mac/cflags/mmfile_withcflags.mm           |    7 +
 gyp/test/mac/cflags/test.gyp                       |  119 +
 gyp/test/mac/copy-dylib/empty.c                    |    1 +
 gyp/test/mac/copy-dylib/test.gyp                   |   31 +
 gyp/test/mac/debuginfo/file.c                      |    6 +
 gyp/test/mac/debuginfo/test.gyp                    |   82 +
 .../English.lproj/InfoPlist.strings                |    1 +
 gyp/test/mac/depend-on-bundle/Info.plist           |   28 +
 gyp/test/mac/depend-on-bundle/bundle.c             |    1 +
 gyp/test/mac/depend-on-bundle/executable.c         |    4 +
 gyp/test/mac/depend-on-bundle/test.gyp             |   28 +
 gyp/test/mac/framework-dirs/calculate.c            |   15 +
 gyp/test/mac/framework-dirs/framework-dirs.gyp     |   21 +
 gyp/test/mac/framework-headers/myframework.h       |    8 +
 gyp/test/mac/framework-headers/myframework.m       |    8 +
 gyp/test/mac/framework-headers/test.gyp            |   44 +
 .../TestFramework/English.lproj/InfoPlist.strings  |    2 +
 gyp/test/mac/framework/TestFramework/Info.plist    |   28 +
 gyp/test/mac/framework/TestFramework/ObjCVector.h  |   28 +
 gyp/test/mac/framework/TestFramework/ObjCVector.mm |   63 +
 .../framework/TestFramework/ObjCVectorInternal.h   |    9 +
 .../TestFramework/TestFramework_Prefix.pch         |    7 +
 .../__init__.py => gyp/test/mac/framework/empty.c  |    0
 gyp/test/mac/framework/framework.gyp               |   74 +
 gyp/test/mac/global-settings/src/dir1/dir1.gyp     |   11 +
 gyp/test/mac/global-settings/src/dir2/dir2.gyp     |   22 +
 gyp/test/mac/global-settings/src/dir2/file.txt     |    1 +
 gyp/test/mac/gyptest-action-envvars.py             |   30 +
 gyp/test/mac/gyptest-app.py                        |   47 +
 gyp/test/mac/gyptest-archs.py                      |   37 +
 gyp/test/mac/gyptest-cflags.py                     |   21 +
 gyp/test/mac/gyptest-copies.py                     |   49 +
 gyp/test/mac/gyptest-copy-dylib.py                 |   25 +
 gyp/test/mac/gyptest-debuginfo.py                  |   36 +
 gyp/test/mac/gyptest-depend-on-bundle.py           |   40 +
 gyp/test/mac/gyptest-framework-dirs.py             |   23 +
 gyp/test/mac/gyptest-framework-headers.py          |   38 +
 gyp/test/mac/gyptest-framework.py                  |   50 +
 gyp/test/mac/gyptest-global-settings.py            |   26 +
 gyp/test/mac/gyptest-infoplist-process.py          |   51 +
 gyp/test/mac/gyptest-installname.py                |   79 +
 gyp/test/mac/gyptest-ldflags-passed-to-libtool.py  |   31 +
 gyp/test/mac/gyptest-ldflags.py                    |   68 +
 gyp/test/mac/gyptest-libraries.py                  |   22 +
 gyp/test/mac/gyptest-loadable-module.py            |   45 +
 gyp/test/mac/gyptest-missing-cfbundlesignature.py  |   29 +
 gyp/test/mac/gyptest-non-strs-flattened-to-env.py  |   33 +
 gyp/test/mac/gyptest-objc-gc.py                    |   45 +
 gyp/test/mac/gyptest-postbuild-copy-bundle.py      |   62 +
 gyp/test/mac/gyptest-postbuild-defaults.py         |   29 +
 gyp/test/mac/gyptest-postbuild-fail.py             |   55 +
 .../gyptest-postbuild-multiple-configurations.py   |   26 +
 gyp/test/mac/gyptest-postbuild-static-library.gyp  |   28 +
 gyp/test/mac/gyptest-postbuild.py                  |   53 +
 gyp/test/mac/gyptest-prefixheader.py               |   19 +
 gyp/test/mac/gyptest-rebuild.py                    |   41 +
 gyp/test/mac/gyptest-rpath.py                      |   49 +
 gyp/test/mac/gyptest-sdkroot.py                    |   20 +
 gyp/test/mac/gyptest-sourceless-module.gyp         |   46 +
 gyp/test/mac/gyptest-strip.py                      |   53 +
 gyp/test/mac/gyptest-type-envvars.py               |   24 +
 gyp/test/mac/gyptest-xcode-env-order.py            |   83 +
 gyp/test/mac/gyptest-xcode-gcc.py                  |   39 +
 gyp/test/mac/infoplist-process/Info.plist          |   36 +
 gyp/test/mac/infoplist-process/main.c              |    7 +
 gyp/test/mac/infoplist-process/test1.gyp           |   25 +
 gyp/test/mac/infoplist-process/test2.gyp           |   25 +
 gyp/test/mac/infoplist-process/test3.gyp           |   25 +
 gyp/test/mac/installname/Info.plist                |   28 +
 gyp/test/mac/installname/file.c                    |    1 +
 gyp/test/mac/installname/main.c                    |    1 +
 gyp/test/mac/installname/test.gyp                  |   93 +
 gyp/test/mac/ldflags-libtool/file.c                |    1 +
 gyp/test/mac/ldflags-libtool/test.gyp              |   17 +
 gyp/test/mac/ldflags/subdirectory/Info.plist       |    8 +
 gyp/test/mac/ldflags/subdirectory/file.c           |    2 +
 gyp/test/mac/ldflags/subdirectory/symbol_list.def  |    1 +
 gyp/test/mac/ldflags/subdirectory/test.gyp         |   66 +
 gyp/test/mac/libraries/subdir/README.txt           |    1 +
 gyp/test/mac/libraries/subdir/hello.cc             |   10 +
 gyp/test/mac/libraries/subdir/mylib.c              |    7 +
 gyp/test/mac/libraries/subdir/test.gyp             |   66 +
 gyp/test/mac/loadable-module/Info.plist            |   26 +
 gyp/test/mac/loadable-module/module.c              |   11 +
 gyp/test/mac/loadable-module/test.gyp              |   18 +
 gyp/test/mac/missing-cfbundlesignature/Info.plist  |   10 +
 .../mac/missing-cfbundlesignature/Other-Info.plist |   12 +
 .../mac/missing-cfbundlesignature/Third-Info.plist |   12 +
 gyp/test/mac/missing-cfbundlesignature/file.c      |    1 +
 gyp/test/mac/missing-cfbundlesignature/test.gyp    |   34 +
 gyp/test/mac/non-strs-flattened-to-env/Info.plist  |   15 +
 gyp/test/mac/non-strs-flattened-to-env/main.c      |    7 +
 gyp/test/mac/non-strs-flattened-to-env/test.gyp    |   24 +
 gyp/test/mac/objc-gc/c-file.c                      |    1 +
 gyp/test/mac/objc-gc/cc-file.cc                    |    1 +
 gyp/test/mac/objc-gc/main.m                        |    6 +
 gyp/test/mac/objc-gc/needs-gc-mm.mm                |    1 +
 gyp/test/mac/objc-gc/needs-gc.m                    |    1 +
 gyp/test/mac/objc-gc/test.gyp                      |  102 +
 .../mac/postbuild-copy-bundle/Framework-Info.plist |   30 +
 .../mac/postbuild-copy-bundle/TestApp-Info.plist   |   32 +
 .../test/mac/postbuild-copy-bundle/empty.c         |    0
 gyp/test/mac/postbuild-copy-bundle/main.c          |    4 +
 .../postbuild-copy-framework.sh                    |    9 +
 .../mac/postbuild-copy-bundle/resource_file.sb     |    1 +
 gyp/test/mac/postbuild-copy-bundle/test.gyp        |   43 +
 gyp/test/mac/postbuild-defaults/Info.plist         |   13 +
 gyp/test/mac/postbuild-defaults/main.c             |    7 +
 .../mac/postbuild-defaults/postbuild-defaults.sh   |   15 +
 gyp/test/mac/postbuild-defaults/test.gyp           |   26 +
 gyp/test/mac/postbuild-fail/file.c                 |    6 +
 gyp/test/mac/postbuild-fail/postbuild-fail.sh      |    6 +
 gyp/test/mac/postbuild-fail/test.gyp               |   38 +
 gyp/test/mac/postbuild-fail/touch-dynamic.sh       |    7 +
 gyp/test/mac/postbuild-fail/touch-static.sh        |    7 +
 .../mac/postbuild-multiple-configurations/main.c   |    4 +
 .../postbuild-touch-file.sh                        |    7 +
 .../mac/postbuild-multiple-configurations/test.gyp |   26 +
 gyp/test/mac/postbuild-static-library/empty.c      |    4 +
 .../postbuild-touch-file.sh                        |    7 +
 gyp/test/mac/postbuild-static-library/test.gyp     |   34 +
 gyp/test/mac/postbuilds/copy.sh                    |    3 +
 gyp/test/mac/postbuilds/file.c                     |    4 +
 gyp/test/mac/postbuilds/file_g.c                   |    4 +
 gyp/test/mac/postbuilds/file_h.c                   |    4 +
 .../postbuilds/script/shared_library_postbuild.sh  |   23 +
 .../postbuilds/script/static_library_postbuild.sh  |   23 +
 .../mac/postbuilds/subdirectory/copied_file.txt    |    1 +
 .../mac/postbuilds/subdirectory/nested_target.gyp  |   53 +
 gyp/test/mac/postbuilds/test.gyp                   |   87 +
 gyp/test/mac/prefixheader/file.c                   |    1 +
 gyp/test/mac/prefixheader/file.cc                  |    1 +
 gyp/test/mac/prefixheader/file.m                   |    1 +
 gyp/test/mac/prefixheader/file.mm                  |    1 +
 gyp/test/mac/prefixheader/header.h                 |    1 +
 gyp/test/mac/prefixheader/test.gyp                 |   82 +
 gyp/test/mac/rebuild/TestApp-Info.plist            |   32 +
 gyp/test/mac/rebuild/delay-touch.sh                |    6 +
 .../__init__.py => gyp/test/mac/rebuild/empty.c    |    0
 gyp/test/mac/rebuild/main.c                        |    1 +
 gyp/test/mac/rebuild/test.gyp                      |   56 +
 gyp/test/mac/rpath/file.c                          |    1 +
 gyp/test/mac/rpath/main.c                          |    1 +
 gyp/test/mac/rpath/test.gyp                        |   48 +
 gyp/test/mac/sdkroot/file.cc                       |    5 +
 gyp/test/mac/sdkroot/test.gyp                      |   21 +
 gyp/test/mac/sdkroot/test_shorthand.sh             |    8 +
 gyp/test/mac/sourceless-module/empty.c             |    1 +
 gyp/test/mac/sourceless-module/test.gyp            |   39 +
 gyp/test/mac/strip/file.c                          |    9 +
 gyp/test/mac/strip/strip.saves                     |    5 +
 gyp/test/mac/strip/subdirectory/nested_file.c      |    1 +
 gyp/test/mac/strip/subdirectory/nested_strip.saves |    5 +
 gyp/test/mac/strip/subdirectory/subdirectory.gyp   |   38 +
 .../test_reading_save_file_from_postbuild.sh       |    5 +
 gyp/test/mac/strip/test.gyp                        |  119 +
 gyp/test/mac/type_envvars/file.c                   |    6 +
 gyp/test/mac/type_envvars/test.gyp                 |  100 +
 .../mac/type_envvars/test_bundle_executable.sh     |   21 +
 .../type_envvars/test_bundle_loadable_module.sh    |   22 +
 .../mac/type_envvars/test_bundle_shared_library.sh |   23 +
 .../mac/type_envvars/test_nonbundle_executable.sh  |   22 +
 .../type_envvars/test_nonbundle_loadable_module.sh |   21 +
 gyp/test/mac/type_envvars/test_nonbundle_none.sh   |   22 +
 .../type_envvars/test_nonbundle_shared_library.sh  |   21 +
 .../type_envvars/test_nonbundle_static_library.sh  |   21 +
 gyp/test/mac/xcode-env-order/Info.plist            |   56 +
 .../test/mac/xcode-env-order/file.ext1             |    0
 .../test/mac/xcode-env-order/file.ext2             |    0
 .../test/mac/xcode-env-order/file.ext3             |    0
 gyp/test/mac/xcode-env-order/main.c                |    7 +
 gyp/test/mac/xcode-env-order/test.gyp              |  121 +
 gyp/test/mac/xcode-gcc/test.gyp                    |   60 +
 gyp/test/mac/xcode-gcc/valid_c.c                   |    8 +
 gyp/test/mac/xcode-gcc/valid_cc.cc                 |    8 +
 gyp/test/mac/xcode-gcc/valid_m.m                   |    8 +
 gyp/test/mac/xcode-gcc/valid_mm.mm                 |    8 +
 .../xcode-gcc/warn_about_invalid_offsetof_macro.cc |   15 +
 .../mac/xcode-gcc/warn_about_missing_newline.c     |    8 +
 gyp/test/make/dependencies.gyp                     |   15 +
 gyp/test/make/gyptest-dependencies.py              |   26 +
 gyp/test/make/gyptest-noload.py                    |   57 +
 .../tools/gyp/gyp_dummy.c => gyp/test/make/main.cc |    7 +-
 .../generator/__init__.py => gyp/test/make/main.h  |    0
 gyp/test/make/noload/all.gyp                       |   18 +
 gyp/test/make/noload/lib/shared.c                  |    3 +
 gyp/test/make/noload/lib/shared.gyp                |   16 +
 gyp/test/make/noload/lib/shared.h                  |    1 +
 gyp/test/make/noload/main.c                        |    9 +
 .../__init__.py => gyp/test/many-actions/file0     |    0
 .../__init__.py => gyp/test/many-actions/file1     |    0
 .../__init__.py => gyp/test/many-actions/file2     |    0
 .../__init__.py => gyp/test/many-actions/file3     |    0
 .../__init__.py => gyp/test/many-actions/file4     |    0
 .../many-actions/gyptest-many-actions-unsorted.py  |   34 +
 gyp/test/many-actions/gyptest-many-actions.py      |   20 +
 gyp/test/many-actions/many-actions-unsorted.gyp    |  154 +
 gyp/test/many-actions/many-actions.gyp             | 1817 +++++++++
 gyp/test/module/gyptest-default.py                 |   29 +
 gyp/test/module/src/lib1.c                         |   10 +
 gyp/test/module/src/lib2.c                         |   10 +
 gyp/test/module/src/module.gyp                     |   55 +
 gyp/test/module/src/program.c                      |  111 +
 gyp/test/msvs/config_attrs/gyptest-config_attrs.py |   31 +
 gyp/test/msvs/config_attrs/hello.c                 |   11 +
 gyp/test/msvs/config_attrs/hello.gyp               |   21 +
 gyp/test/msvs/express/base/base.gyp                |   22 +
 gyp/test/msvs/express/express.gyp                  |   19 +
 gyp/test/msvs/express/gyptest-express.py           |   29 +
 gyp/test/msvs/list_excluded/gyptest-all.py         |   51 +
 gyp/test/msvs/list_excluded/hello.cpp              |   10 +
 gyp/test/msvs/list_excluded/hello_exclude.gyp      |   19 +
 gyp/test/msvs/list_excluded/hello_mac.cpp          |   10 +
 gyp/test/msvs/missing_sources/gyptest-missing.py   |   43 +
 gyp/test/msvs/missing_sources/hello_missing.gyp    |   15 +
 gyp/test/msvs/props/AppName.props                  |   14 +
 gyp/test/msvs/props/AppName.vsprops                |   11 +
 gyp/test/msvs/props/gyptest-props.py               |   22 +
 gyp/test/msvs/props/hello.c                        |   11 +
 gyp/test/msvs/props/hello.gyp                      |   22 +
 gyp/test/msvs/shared_output/common.gypi            |   17 +
 .../msvs/shared_output/gyptest-shared_output.py    |   41 +
 gyp/test/msvs/shared_output/hello.c                |   12 +
 gyp/test/msvs/shared_output/hello.gyp              |   21 +
 gyp/test/msvs/shared_output/there/there.c          |   12 +
 gyp/test/msvs/shared_output/there/there.gyp        |   16 +
 gyp/test/msvs/uldi2010/gyptest-all.py              |   20 +
 gyp/test/msvs/uldi2010/hello.c                     |   13 +
 gyp/test/msvs/uldi2010/hello.gyp                   |   26 +
 .../gyp_dummy.c => gyp/test/msvs/uldi2010/hello2.c |    7 +-
 gyp/test/multiple-targets/gyptest-all.py           |   35 +
 gyp/test/multiple-targets/gyptest-default.py       |   35 +
 gyp/test/multiple-targets/src/common.c             |    7 +
 gyp/test/multiple-targets/src/multiple.gyp         |   24 +
 gyp/test/multiple-targets/src/prog1.c              |   10 +
 gyp/test/multiple-targets/src/prog2.c              |   10 +
 .../gyptest-action-dependencies.py                 |   53 +
 gyp/test/ninja/action_dependencies/src/a.c         |   10 +
 gyp/test/ninja/action_dependencies/src/a.h         |   13 +
 .../src/action_dependencies.gyp                    |   88 +
 gyp/test/ninja/action_dependencies/src/b.c         |   18 +
 gyp/test/ninja/action_dependencies/src/b.h         |   13 +
 gyp/test/ninja/action_dependencies/src/c.c         |   10 +
 gyp/test/ninja/action_dependencies/src/c.h         |   13 +
 gyp/test/ninja/action_dependencies/src/emit.py     |   11 +
 .../chained-dependency/chained-dependency.gyp      |   53 +
 gyp/test/ninja/chained-dependency/chained.c        |    5 +
 .../gyptest-chained-dependency.py                  |   26 +
 .../normalize-paths-win/gyptest-normalize-paths.py |   42 +
 gyp/test/ninja/normalize-paths-win/hello.cc        |    7 +
 .../ninja/normalize-paths-win/normalize-paths.gyp  |   56 +
 gyp/test/ninja/s-needs-no-depfiles/empty.s         |    1 +
 .../gyptest-s-needs-no-depfiles.py                 |   42 +
 .../s-needs-no-depfiles/s-needs-no-depfiles.gyp    |   13 +
 .../gyptest-solibs-avoid-relinking.py              |   41 +
 gyp/test/ninja/solibs_avoid_relinking/main.cc      |    5 +
 gyp/test/ninja/solibs_avoid_relinking/solib.cc     |    8 +
 .../solibs_avoid_relinking.gyp                     |   38 +
 gyp/test/no-output/gyptest-no-output.py            |   21 +
 gyp/test/no-output/src/nooutput.gyp                |   17 +
 gyp/test/product/gyptest-product.py                |   44 +
 .../gyp/gyp_dummy.c => gyp/test/product/hello.c    |   10 +-
 gyp/test/product/product.gyp                       |  128 +
 .../gyp_dummy.c => gyp/test/relative/foo/a/a.cc    |    6 +-
 gyp/test/relative/foo/a/a.gyp                      |   13 +
 gyp/test/relative/foo/a/c/c.cc                     |    9 +
 gyp/test/relative/foo/a/c/c.gyp                    |   12 +
 gyp/test/relative/foo/b/b.cc                       |    9 +
 gyp/test/relative/foo/b/b.gyp                      |    9 +
 gyp/test/relative/gyptest-default.py               |   25 +
 gyp/test/rename/filecase/file.c                    |    1 +
 gyp/test/rename/filecase/test-casesensitive.gyp    |   15 +
 gyp/test/rename/filecase/test.gyp                  |   14 +
 gyp/test/rename/gyptest-filecase.py                |   35 +
 gyp/test/restat/gyptest-restat.py                  |   31 +
 gyp/test/restat/src/create_intermediate.py         |   17 +
 gyp/test/restat/src/restat.gyp                     |   50 +
 gyp/test/restat/src/touch.py                       |   16 +
 gyp/test/rules-dirname/gyptest-dirname.py          |   38 +
 gyp/test/rules-dirname/src/actions.gyp             |   15 +
 gyp/test/rules-dirname/src/copy-file.py            |   11 +
 gyp/test/rules-dirname/src/subdir/a/b/c.gencc      |   11 +
 gyp/test/rules-dirname/src/subdir/a/b/c.printvars  |    1 +
 .../rules-dirname/src/subdir/foo/bar/baz.gencc     |   11 +
 .../rules-dirname/src/subdir/foo/bar/baz.printvars |    1 +
 .../src/subdir/input-rule-dirname.gyp              |   92 +
 gyp/test/rules-dirname/src/subdir/main.cc          |   12 +
 gyp/test/rules-dirname/src/subdir/printvars.py     |   14 +
 gyp/test/rules-rebuild/gyptest-all.py              |   70 +
 gyp/test/rules-rebuild/gyptest-default.py          |   91 +
 gyp/test/rules-rebuild/src/main.c                  |   12 +
 gyp/test/rules-rebuild/src/make-sources.py         |   19 +
 gyp/test/rules-rebuild/src/prog1.in                |    7 +
 gyp/test/rules-rebuild/src/prog2.in                |    7 +
 gyp/test/rules-rebuild/src/same_target.gyp         |   31 +
 .../rules-variables/gyptest-rules-variables.py     |   26 +
 gyp/test/rules-variables/src/input_ext.c           |    9 +
 gyp/test/rules-variables/src/input_name/test.c     |    9 +
 .../rules-variables/src/input_path/subdir/test.c   |    9 +
 .../rules-variables/src/subdir/input_dirname.c     |    9 +
 gyp/test/rules-variables/src/subdir/test.c         |   18 +
 gyp/test/rules-variables/src/test.input_root.c     |    9 +
 gyp/test/rules-variables/src/variables.gyp         |   40 +
 gyp/test/rules/gyptest-all.py                      |   69 +
 gyp/test/rules/gyptest-default.py                  |   55 +
 gyp/test/rules/gyptest-input-root.py               |   26 +
 gyp/test/rules/gyptest-special-variables.py        |   18 +
 gyp/test/rules/src/actions.gyp                     |   22 +
 gyp/test/rules/src/an_asm.S                        |    6 +
 gyp/test/rules/src/as.bat                          |    7 +
 gyp/test/rules/src/copy-file.py                    |   11 +
 gyp/test/rules/src/external/external.gyp           |   66 +
 gyp/test/rules/src/external/file1.in               |    1 +
 gyp/test/rules/src/external/file2.in               |    1 +
 gyp/test/rules/src/input-root.gyp                  |   24 +
 gyp/test/rules/src/noaction/file1.in               |    1 +
 .../src/noaction/no_action_with_rules_fails.gyp    |   37 +
 gyp/test/rules/src/rule.py                         |   17 +
 .../__init__.py => gyp/test/rules/src/somefile.ext |    0
 gyp/test/rules/src/special-variables.gyp           |   35 +
 gyp/test/rules/src/subdir1/executable.gyp          |   37 +
 gyp/test/rules/src/subdir1/function1.in            |    6 +
 gyp/test/rules/src/subdir1/function2.in            |    6 +
 gyp/test/rules/src/subdir1/program.c               |   12 +
 gyp/test/rules/src/subdir2/file1.in                |    1 +
 gyp/test/rules/src/subdir2/file2.in                |    1 +
 gyp/test/rules/src/subdir2/never_used.gyp          |   31 +
 gyp/test/rules/src/subdir2/no_action.gyp           |   38 +
 gyp/test/rules/src/subdir2/no_inputs.gyp           |   32 +
 gyp/test/rules/src/subdir2/none.gyp                |   33 +
 gyp/test/rules/src/subdir3/executable2.gyp         |   37 +
 gyp/test/rules/src/subdir3/function3.in            |    6 +
 gyp/test/rules/src/subdir3/program.c               |   10 +
 gyp/test/rules/src/subdir4/asm-function.asm        |   10 +
 gyp/test/rules/src/subdir4/build-asm.gyp           |   49 +
 gyp/test/rules/src/subdir4/program.c               |   19 +
 gyp/test/same-gyp-name/gyptest-all.py              |   38 +
 gyp/test/same-gyp-name/gyptest-default.py          |   38 +
 gyp/test/same-gyp-name/gyptest-library.py          |   20 +
 gyp/test/same-gyp-name/library/one/sub.gyp         |   11 +
 gyp/test/same-gyp-name/library/test.gyp            |   15 +
 gyp/test/same-gyp-name/library/two/sub.gyp         |   11 +
 gyp/test/same-gyp-name/src/all.gyp                 |   16 +
 gyp/test/same-gyp-name/src/subdir1/executable.gyp  |   15 +
 gyp/test/same-gyp-name/src/subdir1/main1.cc        |    6 +
 gyp/test/same-gyp-name/src/subdir2/executable.gyp  |   15 +
 gyp/test/same-gyp-name/src/subdir2/main2.cc        |    6 +
 gyp/test/same-rule-output-file-name/gyptest-all.py |   23 +
 .../src/subdir1/subdir1.gyp                        |   30 +
 .../src/subdir2/subdir2.gyp                        |   30 +
 .../same-rule-output-file-name/src/subdirs.gyp     |   16 +
 gyp/test/same-rule-output-file-name/src/touch.py   |   11 +
 gyp/test/same-source-file-name/gyptest-all.py      |   34 +
 gyp/test/same-source-file-name/gyptest-default.py  |   34 +
 .../test/same-source-file-name/gyptest-fail.py     |    0
 gyp/test/same-source-file-name/src/all.gyp         |   30 +
 .../test/same-source-file-name/src/double.gyp      |    0
 gyp/test/same-source-file-name/src/func.c          |    6 +
 gyp/test/same-source-file-name/src/prog1.c         |   16 +
 gyp/test/same-source-file-name/src/prog2.c         |   16 +
 gyp/test/same-source-file-name/src/subdir1/func.c  |    6 +
 gyp/test/same-source-file-name/src/subdir2/func.c  |    6 +
 .../gyptest-all.py                                 |   36 +
 .../src/subdir1/subdir1.gyp                        |   66 +
 .../src/subdir2/subdir2.gyp                        |   66 +
 .../src/subdirs.gyp                                |   16 +
 .../src/touch.py                                   |   11 +
 .../same-target-name/gyptest-same-target-name.py   |   18 +
 gyp/test/same-target-name/src/all.gyp              |   16 +
 gyp/test/same-target-name/src/executable1.gyp      |   15 +
 gyp/test/same-target-name/src/executable2.gyp      |   15 +
 .../test/sanitize-rule-names/blah.S                |    0
 .../gyptest-sanitize-rule-names.py                 |   17 +
 gyp/test/sanitize-rule-names/hello.cc              |    7 +
 .../sanitize-rule-names/sanitize-rule-names.gyp    |   27 +
 gyp/test/sanitize-rule-names/script.py             |   10 +
 gyp/test/scons_tools/gyptest-tools.py              |   26 +
 .../scons_tools/site_scons/site_tools/this_tool.py |   10 +
 .../gyp_dummy.c => gyp/test/scons_tools/tools.c    |    8 +-
 gyp/test/scons_tools/tools.gyp                     |   18 +
 gyp/test/sibling/gyptest-all.py                    |   39 +
 gyp/test/sibling/gyptest-relocate.py               |   41 +
 gyp/test/sibling/src/build/all.gyp                 |   17 +
 gyp/test/sibling/src/prog1/prog1.c                 |    7 +
 gyp/test/sibling/src/prog1/prog1.gyp               |   15 +
 gyp/test/sibling/src/prog2/prog2.c                 |    7 +
 gyp/test/sibling/src/prog2/prog2.gyp               |   15 +
 gyp/test/small/gyptest-small.py                    |   53 +
 .../gyptest-standalone-static-library.py           |   53 +
 gyp/test/standalone-static-library/invalid.gyp     |   16 +
 gyp/test/standalone-static-library/mylib.c         |    7 +
 gyp/test/standalone-static-library/mylib.gyp       |   26 +
 gyp/test/standalone-static-library/prog.c          |    7 +
 gyp/test/standalone/gyptest-standalone.py          |   33 +
 gyp/test/standalone/standalone.gyp                 |   12 +
 gyp/test/subdirectory/gyptest-SYMROOT-all.py       |   36 +
 gyp/test/subdirectory/gyptest-SYMROOT-default.py   |   37 +
 gyp/test/subdirectory/gyptest-subdir-all.py        |   33 +
 gyp/test/subdirectory/gyptest-subdir-default.py    |   33 +
 gyp/test/subdirectory/gyptest-subdir2-deep.py      |   25 +
 gyp/test/subdirectory/gyptest-top-all.py           |   43 +
 gyp/test/subdirectory/gyptest-top-default.py       |   43 +
 gyp/test/subdirectory/src/prog1.c                  |    7 +
 gyp/test/subdirectory/src/prog1.gyp                |   21 +
 gyp/test/subdirectory/src/subdir/prog2.c           |    7 +
 gyp/test/subdirectory/src/subdir/prog2.gyp         |   18 +
 gyp/test/subdirectory/src/subdir/subdir2/prog3.c   |    7 +
 gyp/test/subdirectory/src/subdir/subdir2/prog3.gyp |   18 +
 gyp/test/subdirectory/src/symroot.gypi             |   16 +
 gyp/test/toolsets/gyptest-toolsets.py              |   23 +
 .../gyp/gyp_dummy.c => gyp/test/toolsets/main.cc   |    8 +-
 .../gyp_dummy.c => gyp/test/toolsets/toolsets.cc   |    8 +-
 gyp/test/toolsets/toolsets.gyp                     |   49 +
 gyp/test/toplevel-dir/gyptest-toplevel-dir.py      |   31 +
 gyp/test/toplevel-dir/src/sub1/main.gyp            |   18 +
 gyp/test/toplevel-dir/src/sub1/prog1.c             |    7 +
 gyp/test/toplevel-dir/src/sub2/prog2.c             |    7 +
 gyp/test/toplevel-dir/src/sub2/prog2.gyp           |   15 +
 gyp/test/variables/commands/commands-repeated.gyp  |  128 +
 .../commands/commands-repeated.gyp.stdout          |  136 +
 .../commands/commands-repeated.gypd.golden         |   72 +
 gyp/test/variables/commands/commands.gyp           |   86 +
 .../commands/commands.gyp.ignore-env.stdout        |   86 +
 gyp/test/variables/commands/commands.gyp.stdout    |   86 +
 gyp/test/variables/commands/commands.gypd.golden   |   56 +
 gyp/test/variables/commands/commands.gypi          |   16 +
 .../commands/gyptest-commands-ignore-env.py        |   46 +
 .../commands/gyptest-commands-repeated.py          |   38 +
 gyp/test/variables/commands/gyptest-commands.py    |   39 +
 gyp/test/variables/commands/test.py                |    1 +
 gyp/test/variables/commands/update_golden          |   11 +
 gyp/test/variables/filelist/filelist.gyp.stdout    |   26 +
 gyp/test/variables/filelist/filelist.gypd.golden   |   43 +
 gyp/test/variables/filelist/gyptest-filelist.py    |   50 +
 gyp/test/variables/filelist/src/filelist.gyp       |   93 +
 gyp/test/variables/filelist/update_golden          |    8 +
 gyp/test/variables/latelate/gyptest-latelate.py    |   25 +
 gyp/test/variables/latelate/src/latelate.gyp       |   34 +
 gyp/test/variables/latelate/src/program.cc         |   13 +
 gyp/test/variables/variable-in-path/C1/hello.cc    |    7 +
 .../variable-in-path/gyptest-variable-in-path.py   |   23 +
 .../variable-in-path/variable-in-path.gyp          |   31 +
 gyp/test/variants/gyptest-variants.py              |   45 +
 gyp/test/variants/src/variants.c                   |   13 +
 gyp/test/variants/src/variants.gyp                 |   27 +
 gyp/test/win/asm-files/asm-files.gyp               |   17 +
 .../__init__.py => gyp/test/win/asm-files/b.s      |    0
 .../__init__.py => gyp/test/win/asm-files/c.S      |    0
 gyp/test/win/asm-files/hello.cc                    |    7 +
 .../win/batch-file-action/batch-file-action.gyp    |   21 +
 gyp/test/win/batch-file-action/infile              |    1 +
 gyp/test/win/batch-file-action/somecmd.bat         |    5 +
 .../__init__.py => gyp/test/win/command-quote/a.S  |    0
 gyp/test/win/command-quote/bat with spaces.bat     |    7 +
 gyp/test/win/command-quote/command-quote.gyp       |   84 +
 gyp/test/win/command-quote/go.bat                  |    7 +
 .../command-quote/subdir/and/another/in-subdir.gyp |   28 +
 .../win/compiler-flags/additional-include-dirs.cc  |   10 +
 .../win/compiler-flags/additional-include-dirs.gyp |   20 +
 gyp/test/win/compiler-flags/additional-options.cc  |   10 +
 gyp/test/win/compiler-flags/additional-options.gyp |   31 +
 gyp/test/win/compiler-flags/analysis.gyp           |   40 +
 .../win/compiler-flags/buffer-security-check.gyp   |   51 +
 gyp/test/win/compiler-flags/buffer-security.cc     |   12 +
 gyp/test/win/compiler-flags/character-set-mbcs.cc  |   11 +
 .../win/compiler-flags/character-set-unicode.cc    |   15 +
 gyp/test/win/compiler-flags/character-set.gyp      |   35 +
 gyp/test/win/compiler-flags/debug-format.gyp       |   48 +
 .../win/compiler-flags/exception-handling-on.cc    |   24 +
 gyp/test/win/compiler-flags/exception-handling.gyp |   46 +
 .../win/compiler-flags/function-level-linking.cc   |   11 +
 .../win/compiler-flags/function-level-linking.gyp  |   28 +
 gyp/test/win/compiler-flags/hello.cc               |    7 +
 gyp/test/win/compiler-flags/optimizations.gyp      |  147 +
 gyp/test/win/compiler-flags/pdbname.cc             |    7 +
 gyp/test/win/compiler-flags/pdbname.gyp            |   24 +
 gyp/test/win/compiler-flags/rtti-on.cc             |   11 +
 gyp/test/win/compiler-flags/rtti.gyp               |   37 +
 gyp/test/win/compiler-flags/runtime-checks.cc      |   11 +
 gyp/test/win/compiler-flags/runtime-checks.gyp     |   29 +
 gyp/test/win/compiler-flags/runtime-library-md.cc  |   19 +
 gyp/test/win/compiler-flags/runtime-library-mdd.cc |   19 +
 gyp/test/win/compiler-flags/runtime-library-mt.cc  |   19 +
 gyp/test/win/compiler-flags/runtime-library-mtd.cc |   19 +
 gyp/test/win/compiler-flags/runtime-library.gyp    |   48 +
 .../test/win/compiler-flags/subdir/header.h        |    0
 gyp/test/win/compiler-flags/uninit.cc              |   13 +
 gyp/test/win/compiler-flags/warning-as-error.cc    |    9 +
 gyp/test/win/compiler-flags/warning-as-error.gyp   |   37 +
 gyp/test/win/compiler-flags/warning-level.gyp      |  115 +
 gyp/test/win/compiler-flags/warning-level1.cc      |    8 +
 gyp/test/win/compiler-flags/warning-level2.cc      |   14 +
 gyp/test/win/compiler-flags/warning-level3.cc      |   11 +
 gyp/test/win/compiler-flags/warning-level4.cc      |   10 +
 gyp/test/win/gyptest-asm-files.py                  |   26 +
 gyp/test/win/gyptest-cl-additional-include-dirs.py |   22 +
 gyp/test/win/gyptest-cl-additional-options.py      |   28 +
 gyp/test/win/gyptest-cl-analysis.py                |   30 +
 gyp/test/win/gyptest-cl-buffer-security-check.py   |   53 +
 gyp/test/win/gyptest-cl-character-set.py           |   22 +
 gyp/test/win/gyptest-cl-debug-format.py            |   43 +
 gyp/test/win/gyptest-cl-exception-handling.py      |   33 +
 gyp/test/win/gyptest-cl-function-level-linking.py  |   52 +
 gyp/test/win/gyptest-cl-optimizations.py           |   79 +
 gyp/test/win/gyptest-cl-pdbname.py                 |   26 +
 gyp/test/win/gyptest-cl-rtti.py                    |   30 +
 gyp/test/win/gyptest-cl-runtime-checks.py          |   30 +
 gyp/test/win/gyptest-cl-runtime-library.py         |   22 +
 gyp/test/win/gyptest-cl-warning-as-error.py        |   30 +
 gyp/test/win/gyptest-cl-warning-level.py           |   41 +
 gyp/test/win/gyptest-command-quote.py              |   37 +
 gyp/test/win/gyptest-link-additional-deps.py       |   22 +
 gyp/test/win/gyptest-link-additional-options.py    |   22 +
 gyp/test/win/gyptest-link-aslr.py                  |   35 +
 gyp/test/win/gyptest-link-debug-info.py            |   26 +
 gyp/test/win/gyptest-link-default-libs.py          |   22 +
 gyp/test/win/gyptest-link-deffile.py               |   43 +
 gyp/test/win/gyptest-link-delay-load-dlls.py       |   35 +
 gyp/test/win/gyptest-link-entrypointsymbol.py      |   24 +
 gyp/test/win/gyptest-link-fixed-base.py            |   40 +
 gyp/test/win/gyptest-link-generate-manifest.py     |   44 +
 gyp/test/win/gyptest-link-incremental.py           |   37 +
 gyp/test/win/gyptest-link-library-adjust.py        |   21 +
 gyp/test/win/gyptest-link-library-directories.py   |   35 +
 gyp/test/win/gyptest-link-nodefaultlib.py          |   24 +
 gyp/test/win/gyptest-link-nxcompat.py              |   37 +
 gyp/test/win/gyptest-link-opt-icf.py               |   41 +
 gyp/test/win/gyptest-link-opt-ref.py               |   40 +
 gyp/test/win/gyptest-link-outputfile.py            |   28 +
 gyp/test/win/gyptest-link-pdb.py                   |   34 +
 gyp/test/win/gyptest-link-profile.py               |   37 +
 gyp/test/win/gyptest-link-restat-importlib.py      |   39 +
 gyp/test/win/gyptest-link-subsystem.py             |   28 +
 gyp/test/win/gyptest-link-uldi.py                  |   28 +
 gyp/test/win/gyptest-long-command-line.py          |   23 +
 gyp/test/win/gyptest-macro-projectname.py          |   24 +
 gyp/test/win/gyptest-macro-vcinstalldir.py         |   24 +
 gyp/test/win/gyptest-macros-containing-gyp.py      |   21 +
 .../win/gyptest-macros-in-inputs-and-outputs.py    |   27 +
 gyp/test/win/gyptest-midl-rules.py                 |   22 +
 gyp/test/win/gyptest-quoting-commands.py           |   25 +
 gyp/test/win/gyptest-rc-build.py                   |   24 +
 gyp/test/win/idl-rules/basic-idl.gyp               |   30 +
 gyp/test/win/idl-rules/history_indexer.idl         |   17 +
 gyp/test/win/idl-rules/history_indexer_user.cc     |   15 +
 gyp/test/win/importlib/has-exports.cc              |   10 +
 gyp/test/win/importlib/hello.cc                    |    9 +
 gyp/test/win/importlib/importlib.gyp               |   30 +
 gyp/test/win/linker-flags/additional-deps.cc       |   10 +
 gyp/test/win/linker-flags/additional-deps.gyp      |   30 +
 gyp/test/win/linker-flags/additional-options.gyp   |   29 +
 gyp/test/win/linker-flags/aslr.gyp                 |   35 +
 gyp/test/win/linker-flags/debug-info.gyp           |   28 +
 gyp/test/win/linker-flags/default-libs.cc          |   30 +
 gyp/test/win/linker-flags/default-libs.gyp         |   13 +
 gyp/test/win/linker-flags/deffile-multiple.gyp     |   17 +
 gyp/test/win/linker-flags/deffile.cc               |   10 +
 gyp/test/win/linker-flags/deffile.def              |    8 +
 gyp/test/win/linker-flags/deffile.gyp              |   38 +
 gyp/test/win/linker-flags/delay-load-dlls.gyp      |   27 +
 gyp/test/win/linker-flags/delay-load.cc            |   10 +
 gyp/test/win/linker-flags/entrypointsymbol.cc      |   13 +
 gyp/test/win/linker-flags/entrypointsymbol.gyp     |   28 +
 gyp/test/win/linker-flags/extra.manifest           |   11 +
 gyp/test/win/linker-flags/extra2.manifest          |   11 +
 gyp/test/win/linker-flags/fixed-base.gyp           |   52 +
 gyp/test/win/linker-flags/generate-manifest.gyp    |   64 +
 gyp/test/win/linker-flags/hello.cc                 |    7 +
 gyp/test/win/linker-flags/incremental.gyp          |   65 +
 gyp/test/win/linker-flags/library-adjust.cc        |   10 +
 gyp/test/win/linker-flags/library-adjust.gyp       |   16 +
 .../win/linker-flags/library-directories-define.cc |    7 +
 .../linker-flags/library-directories-reference.cc  |   10 +
 gyp/test/win/linker-flags/library-directories.gyp  |   42 +
 gyp/test/win/linker-flags/nodefaultlib.cc          |   13 +
 gyp/test/win/linker-flags/nodefaultlib.gyp         |   30 +
 gyp/test/win/linker-flags/nxcompat.gyp             |   35 +
 gyp/test/win/linker-flags/opt-icf.cc               |   29 +
 gyp/test/win/linker-flags/opt-icf.gyp              |   63 +
 gyp/test/win/linker-flags/opt-ref.cc               |   11 +
 gyp/test/win/linker-flags/opt-ref.gyp              |   56 +
 gyp/test/win/linker-flags/outputfile.gyp           |   58 +
 gyp/test/win/linker-flags/profile.gyp              |   50 +
 gyp/test/win/linker-flags/program-database.gyp     |   39 +
 gyp/test/win/linker-flags/subdir/library.gyp       |   13 +
 gyp/test/win/linker-flags/subsystem-windows.cc     |    9 +
 gyp/test/win/linker-flags/subsystem.gyp            |   48 +
 gyp/test/win/long-command-line/function.cc         |    7 +
 gyp/test/win/long-command-line/hello.cc            |    7 +
 .../win/long-command-line/long-command-line.gyp    |   54 +
 gyp/test/win/precompiled/gyptest-all.py            |   21 +
 gyp/test/win/precompiled/hello.c                   |   14 +
 gyp/test/win/precompiled/hello.gyp                 |   28 +
 gyp/test/win/precompiled/hello2.c                  |   13 +
 gyp/test/win/precompiled/precomp.c                 |    8 +
 gyp/test/win/rc-build/Resource.h                   |   26 +
 gyp/test/win/rc-build/hello.cpp                    |   30 +
 gyp/test/win/rc-build/hello.gyp                    |   58 +
 gyp/test/win/rc-build/hello.h                      |    3 +
 gyp/test/win/rc-build/hello.ico                    |  Bin 0 -> 23558 bytes
 gyp/test/win/rc-build/hello.rc                     |   86 +
 gyp/test/win/rc-build/small.ico                    |  Bin 0 -> 23558 bytes
 gyp/test/win/rc-build/subdir/hello2.rc             |   87 +
 gyp/test/win/rc-build/subdir/include.h             |    1 +
 gyp/test/win/rc-build/targetver.h                  |   24 +
 gyp/test/win/uldi/a.cc                             |    7 +
 gyp/test/win/uldi/b.cc                             |    7 +
 gyp/test/win/uldi/main.cc                          |   10 +
 gyp/test/win/uldi/uldi.gyp                         |   45 +
 gyp/test/win/vs-macros/as.py                       |   18 +
 gyp/test/win/vs-macros/containing-gyp.gyp          |   40 +
 gyp/test/win/vs-macros/do_stuff.py                 |    8 +
 gyp/test/win/vs-macros/hello.cc                    |    7 +
 gyp/test/win/vs-macros/input-output-macros.gyp     |   33 +
 .../__init__.py => gyp/test/win/vs-macros/input.S  |    0
 gyp/test/win/vs-macros/projectname.gyp             |   29 +
 gyp/test/win/vs-macros/stuff.blah                  |    1 +
 gyp/test/win/vs-macros/test_exists.py              |   10 +
 gyp/test/win/vs-macros/vcinstalldir.gyp            |   41 +
 {legacy/tools/gyp => gyp}/tools/README             |    0
 {legacy/tools/gyp => gyp}/tools/Xcode/README       |    0
 .../tools/Xcode/Specifications/gyp.pbfilespec      |    0
 .../tools/Xcode/Specifications/gyp.xclangspec      |    0
 gyp/tools/emacs/README                             |   12 +
 gyp/tools/emacs/gyp-tests.el                       |   54 +
 gyp/tools/emacs/gyp.el                             |  251 ++
 gyp/tools/emacs/run-unit-tests.sh                  |    7 +
 gyp/tools/emacs/testdata/media.gyp                 | 1105 ++++++
 gyp/tools/emacs/testdata/media.gyp.fontified       | 1107 ++++++
 {legacy/tools/gyp => gyp}/tools/graphviz.py        |    0
 {legacy/tools/gyp => gyp}/tools/pretty_gyp.py      |    5 +-
 {legacy/tools/gyp => gyp}/tools/pretty_sln.py      |    4 +-
 {legacy/tools/gyp => gyp}/tools/pretty_vcproj.py   |   57 +-
 legacy/common.gypi                                 |   18 +-
 legacy/tools/addon.gypi                            |   24 -
 legacy/tools/gyp/PRESUBMIT.py                      |   51 -
 legacy/tools/gyp/pylib/gyp/generator/ninja_test.py |   42 -
 legacy/tools/gyp/pylib/gyp/system_test.py          |   68 -
 legacy/tools/gyp_addon                             |   42 -
 lib/build.js                                       |  239 +-
 lib/clean.js                                       |   28 +-
 lib/configure.js                                   |  396 +-
 lib/install.js                                     |  423 +-
 lib/list.js                                        |   15 +-
 lib/node-gyp.js                                    |  141 +-
 lib/rebuild.js                                     |   20 +-
 lib/remove.js                                      |   17 +-
 lib/util/asyncEmit.js                              |   61 -
 lib/util/hook.js                                   |   48 -
 lib/util/mkdirp.js                                 |   29 -
 package.json                                       |   21 +-
 updateLegacy.sh                                    |    9 -
 1051 files changed, 41001 insertions(+), 2209 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-gyp.git



More information about the Pkg-javascript-commits mailing list