bundle gyp
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 19 Sep 2014 10:04:47 +0000 (12:04 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 19 Sep 2014 10:13:21 +0000 (12:13 +0200)
commit390c369f081a5601e18fdb44b9054d9d29e1356d
treeb32ae4505bb6690fac4d0672d8b165ee25ef3ec5
parent6bcc194aec4d5d51c3856826198c203f58a10de0
bundle gyp

This is the same approach as used in other Crosswalk projects.
Could be replaced with a Tizen gyp package if someone was willing
to maintain it.
1369 files changed:
gyp/AUTHORS [new file with mode: 0644]
gyp/DEPS [new file with mode: 0644]
gyp/LICENSE [new file with mode: 0644]
gyp/OWNERS [new file with mode: 0644]
gyp/PRESUBMIT.py [new file with mode: 0644]
gyp/buildbot/buildbot_run.py [new file with mode: 0755]
gyp/codereview.settings [new file with mode: 0644]
gyp/data/win/large-pdb-shim.cc [new file with mode: 0644]
gyp/gyp [new file with mode: 0755]
gyp/gyp.bat [new file with mode: 0755]
gyp/gyp_main.py [new file with mode: 0755]
gyp/gyptest.py [new file with mode: 0755]
gyp/pylib/gyp/MSVSNew.py [new file with mode: 0644]
gyp/pylib/gyp/MSVSProject.py [new file with mode: 0644]
gyp/pylib/gyp/MSVSSettings.py [new file with mode: 0644]
gyp/pylib/gyp/MSVSSettings_test.py [new file with mode: 0755]
gyp/pylib/gyp/MSVSToolFile.py [new file with mode: 0644]
gyp/pylib/gyp/MSVSUserFile.py [new file with mode: 0644]
gyp/pylib/gyp/MSVSUtil.py [new file with mode: 0644]
gyp/pylib/gyp/MSVSVersion.py [new file with mode: 0644]
gyp/pylib/gyp/__init__.py [new file with mode: 0755]
gyp/pylib/gyp/common.py [new file with mode: 0644]
gyp/pylib/gyp/common_test.py [new file with mode: 0755]
gyp/pylib/gyp/easy_xml.py [new file with mode: 0644]
gyp/pylib/gyp/easy_xml_test.py [new file with mode: 0755]
gyp/pylib/gyp/flock_tool.py [new file with mode: 0755]
gyp/pylib/gyp/generator/__init__.py [new file with mode: 0644]
gyp/pylib/gyp/generator/analyzer.py [new file with mode: 0644]
gyp/pylib/gyp/generator/android.py [new file with mode: 0644]
gyp/pylib/gyp/generator/cmake.py [new file with mode: 0644]
gyp/pylib/gyp/generator/dump_dependency_json.py [new file with mode: 0644]
gyp/pylib/gyp/generator/eclipse.py [new file with mode: 0644]
gyp/pylib/gyp/generator/gypd.py [new file with mode: 0644]
gyp/pylib/gyp/generator/gypsh.py [new file with mode: 0644]
gyp/pylib/gyp/generator/make.py [new file with mode: 0644]
gyp/pylib/gyp/generator/msvs.py [new file with mode: 0644]
gyp/pylib/gyp/generator/msvs_test.py [new file with mode: 0755]
gyp/pylib/gyp/generator/ninja.py [new file with mode: 0644]
gyp/pylib/gyp/generator/ninja_test.py [new file with mode: 0644]
gyp/pylib/gyp/generator/xcode.py [new file with mode: 0644]
gyp/pylib/gyp/generator/xcode_test.py [new file with mode: 0644]
gyp/pylib/gyp/input.py [new file with mode: 0644]
gyp/pylib/gyp/input_test.py [new file with mode: 0755]
gyp/pylib/gyp/mac_tool.py [new file with mode: 0755]
gyp/pylib/gyp/msvs_emulation.py [new file with mode: 0644]
gyp/pylib/gyp/ninja_syntax.py [new file with mode: 0644]
gyp/pylib/gyp/ordered_dict.py [new file with mode: 0644]
gyp/pylib/gyp/simple_copy.py [new file with mode: 0644]
gyp/pylib/gyp/win_tool.py [new file with mode: 0755]
gyp/pylib/gyp/xcode_emulation.py [new file with mode: 0644]
gyp/pylib/gyp/xcode_ninja.py [new file with mode: 0644]
gyp/pylib/gyp/xcodeproj_file.py [new file with mode: 0644]
gyp/pylib/gyp/xml_fix.py [new file with mode: 0644]
gyp/samples/samples [new file with mode: 0755]
gyp/samples/samples.bat [new file with mode: 0644]
gyp/setup.py [new file with mode: 0755]
gyp/test/actions-bare/gyptest-bare.py [new file with mode: 0755]
gyp/test/actions-bare/src/bare.gyp [new file with mode: 0644]
gyp/test/actions-bare/src/bare.py [new file with mode: 0755]
gyp/test/actions-multiple/gyptest-all.py [new file with mode: 0755]
gyp/test/actions-multiple/src/actions.gyp [new file with mode: 0644]
gyp/test/actions-multiple/src/copy.py [new file with mode: 0755]
gyp/test/actions-multiple/src/filter.py [new file with mode: 0755]
gyp/test/actions-multiple/src/foo.c [new file with mode: 0644]
gyp/test/actions-multiple/src/input.txt [new file with mode: 0644]
gyp/test/actions-multiple/src/main.c [new file with mode: 0644]
gyp/test/actions-none/gyptest-none.py [new file with mode: 0755]
gyp/test/actions-none/src/fake_cross.py [new file with mode: 0644]
gyp/test/actions-none/src/foo.cc [new file with mode: 0644]
gyp/test/actions-none/src/none_with_source_files.gyp [new file with mode: 0644]
gyp/test/actions-subdir/gyptest-action.py [new file with mode: 0755]
gyp/test/actions-subdir/src/make-file.py [new file with mode: 0755]
gyp/test/actions-subdir/src/none.gyp [new file with mode: 0644]
gyp/test/actions-subdir/src/subdir/make-subdir-file.py [new file with mode: 0755]
gyp/test/actions-subdir/src/subdir/subdir.gyp [new file with mode: 0644]
gyp/test/actions/generated-header/action.py [new file with mode: 0644]
gyp/test/actions/generated-header/main.cc [new file with mode: 0644]
gyp/test/actions/generated-header/test.gyp [new file with mode: 0644]
gyp/test/actions/gyptest-all.py [new file with mode: 0755]
gyp/test/actions/gyptest-default.py [new file with mode: 0755]
gyp/test/actions/gyptest-errors.py [new file with mode: 0755]
gyp/test/actions/gyptest-generated-header.py [new file with mode: 0644]
gyp/test/actions/src/action_missing_name.gyp [new file with mode: 0644]
gyp/test/actions/src/actions.gyp [new file with mode: 0644]
gyp/test/actions/src/confirm-dep-files.py [new file with mode: 0755]
gyp/test/actions/src/subdir1/counter.py [new file with mode: 0755]
gyp/test/actions/src/subdir1/executable.gyp [new file with mode: 0644]
gyp/test/actions/src/subdir1/make-prog1.py [new file with mode: 0755]
gyp/test/actions/src/subdir1/make-prog2.py [new file with mode: 0755]
gyp/test/actions/src/subdir1/program.c [new file with mode: 0644]
gyp/test/actions/src/subdir2/make-file.py [new file with mode: 0755]
gyp/test/actions/src/subdir2/none.gyp [new file with mode: 0644]
gyp/test/actions/src/subdir3/generate_main.py [new file with mode: 0755]
gyp/test/actions/src/subdir3/null_input.gyp [new file with mode: 0644]
gyp/test/additional-targets/gyptest-additional.py [new file with mode: 0755]
gyp/test/additional-targets/src/all.gyp [new file with mode: 0644]
gyp/test/additional-targets/src/dir1/actions.gyp [new file with mode: 0644]
gyp/test/additional-targets/src/dir1/emit.py [new file with mode: 0755]
gyp/test/additional-targets/src/dir1/lib1.c [new file with mode: 0644]
gyp/test/analyzer/common.gypi [new file with mode: 0644]
gyp/test/analyzer/gyptest-analyzer.new.py [new file with mode: 0644]
gyp/test/analyzer/gyptest-analyzer.py [new file with mode: 0644]
gyp/test/analyzer/subdir/subdir.gyp [new file with mode: 0644]
gyp/test/analyzer/subdir/subdir2/subdir2.gyp [new file with mode: 0644]
gyp/test/analyzer/subdir2/subdir.gyp [new file with mode: 0644]
gyp/test/analyzer/subdir2/subdir.includes.gypi [new file with mode: 0644]
gyp/test/analyzer/test.gyp [new file with mode: 0644]
gyp/test/analyzer/test2.gyp [new file with mode: 0644]
gyp/test/analyzer/test2.includes.gypi [new file with mode: 0644]
gyp/test/analyzer/test2.includes.includes.gypi [new file with mode: 0644]
gyp/test/analyzer/test2.toplevel_includes.gypi [new file with mode: 0644]
gyp/test/android/file.in [new file with mode: 0644]
gyp/test/android/gyptest-make-functions.py [new file with mode: 0755]
gyp/test/android/gyptest-noalias.py [new file with mode: 0755]
gyp/test/android/gyptest-space-filenames.py [new file with mode: 0755]
gyp/test/android/hello.c [new file with mode: 0644]
gyp/test/android/hello.gyp [new file with mode: 0644]
gyp/test/android/make_functions.gyp [new file with mode: 0644]
gyp/test/android/space_filenames.gyp [new file with mode: 0644]
gyp/test/assembly/gyptest-assembly.py [new file with mode: 0755]
gyp/test/assembly/gyptest-override.py [new file with mode: 0644]
gyp/test/assembly/src/as.bat [new file with mode: 0644]
gyp/test/assembly/src/assembly.gyp [new file with mode: 0644]
gyp/test/assembly/src/lib1.S [new file with mode: 0644]
gyp/test/assembly/src/lib1.c [new file with mode: 0644]
gyp/test/assembly/src/override.gyp [new file with mode: 0644]
gyp/test/assembly/src/override_asm.asm [new file with mode: 0644]
gyp/test/assembly/src/program.c [new file with mode: 0644]
gyp/test/build-option/gyptest-build.py [new file with mode: 0755]
gyp/test/build-option/hello.c [new file with mode: 0644]
gyp/test/build-option/hello.gyp [new file with mode: 0644]
gyp/test/builddir/gyptest-all.py [new file with mode: 0755]
gyp/test/builddir/gyptest-default.py [new file with mode: 0755]
gyp/test/builddir/src/builddir.gypi [new file with mode: 0644]
gyp/test/builddir/src/func1.c [new file with mode: 0644]
gyp/test/builddir/src/func2.c [new file with mode: 0644]
gyp/test/builddir/src/func3.c [new file with mode: 0644]
gyp/test/builddir/src/func4.c [new file with mode: 0644]
gyp/test/builddir/src/func5.c [new file with mode: 0644]
gyp/test/builddir/src/prog1.c [new file with mode: 0644]
gyp/test/builddir/src/prog1.gyp [new file with mode: 0644]
gyp/test/builddir/src/subdir2/prog2.c [new file with mode: 0644]
gyp/test/builddir/src/subdir2/prog2.gyp [new file with mode: 0644]
gyp/test/builddir/src/subdir2/subdir3/prog3.c [new file with mode: 0644]
gyp/test/builddir/src/subdir2/subdir3/prog3.gyp [new file with mode: 0644]
gyp/test/builddir/src/subdir2/subdir3/subdir4/prog4.c [new file with mode: 0644]
gyp/test/builddir/src/subdir2/subdir3/subdir4/prog4.gyp [new file with mode: 0644]
gyp/test/builddir/src/subdir2/subdir3/subdir4/subdir5/prog5.c [new file with mode: 0644]
gyp/test/builddir/src/subdir2/subdir3/subdir4/subdir5/prog5.gyp [new file with mode: 0644]
gyp/test/cflags/cflags.c [new file with mode: 0644]
gyp/test/cflags/cflags.gyp [new file with mode: 0644]
gyp/test/cflags/gyptest-cflags.py [new file with mode: 0755]
gyp/test/compilable/gyptest-headers.py [new file with mode: 0755]
gyp/test/compilable/src/headers.gyp [new file with mode: 0644]
gyp/test/compilable/src/lib1.cpp [new file with mode: 0644]
gyp/test/compilable/src/lib1.hpp [new file with mode: 0644]
gyp/test/compilable/src/program.cpp [new file with mode: 0644]
gyp/test/compiler-override/compiler-global-settings.gyp.in [new file with mode: 0644]
gyp/test/compiler-override/compiler-host.gyp [new file with mode: 0644]
gyp/test/compiler-override/compiler.gyp [new file with mode: 0644]
gyp/test/compiler-override/cxxtest.cc [new file with mode: 0644]
gyp/test/compiler-override/gyptest-compiler-env.py [new file with mode: 0755]
gyp/test/compiler-override/gyptest-compiler-global-settings.py [new file with mode: 0755]
gyp/test/compiler-override/my_cc.py [new file with mode: 0755]
gyp/test/compiler-override/my_cxx.py [new file with mode: 0755]
gyp/test/compiler-override/my_ld.py [new file with mode: 0755]
gyp/test/compiler-override/test.c [new file with mode: 0644]
gyp/test/configurations/basics/configurations.c [new file with mode: 0644]
gyp/test/configurations/basics/configurations.gyp [new file with mode: 0644]
gyp/test/configurations/basics/gyptest-configurations.py [new file with mode: 0755]
gyp/test/configurations/inheritance/configurations.c [new file with mode: 0644]
gyp/test/configurations/inheritance/configurations.gyp [new file with mode: 0644]
gyp/test/configurations/inheritance/duplicates.gyp [new file with mode: 0644]
gyp/test/configurations/inheritance/duplicates.gypd.golden [new file with mode: 0644]
gyp/test/configurations/inheritance/gyptest-duplicates.py [new file with mode: 0755]
gyp/test/configurations/inheritance/gyptest-inheritance.py [new file with mode: 0755]
gyp/test/configurations/invalid/actions.gyp [new file with mode: 0644]
gyp/test/configurations/invalid/all_dependent_settings.gyp [new file with mode: 0644]
gyp/test/configurations/invalid/configurations.gyp [new file with mode: 0644]
gyp/test/configurations/invalid/dependencies.gyp [new file with mode: 0644]
gyp/test/configurations/invalid/direct_dependent_settings.gyp [new file with mode: 0644]
gyp/test/configurations/invalid/gyptest-configurations.py [new file with mode: 0755]
gyp/test/configurations/invalid/libraries.gyp [new file with mode: 0644]
gyp/test/configurations/invalid/link_settings.gyp [new file with mode: 0644]
gyp/test/configurations/invalid/sources.gyp [new file with mode: 0644]
gyp/test/configurations/invalid/standalone_static_library.gyp [new file with mode: 0644]
gyp/test/configurations/invalid/target_name.gyp [new file with mode: 0644]
gyp/test/configurations/invalid/type.gyp [new file with mode: 0644]
gyp/test/configurations/target_platform/configurations.gyp [new file with mode: 0644]
gyp/test/configurations/target_platform/front.c [new file with mode: 0644]
gyp/test/configurations/target_platform/gyptest-target_platform.py [new file with mode: 0755]
gyp/test/configurations/target_platform/left.c [new file with mode: 0644]
gyp/test/configurations/target_platform/right.c [new file with mode: 0644]
gyp/test/configurations/x64/configurations.c [new file with mode: 0644]
gyp/test/configurations/x64/configurations.gyp [new file with mode: 0644]
gyp/test/configurations/x64/gyptest-x86.py [new file with mode: 0755]
gyp/test/copies/gyptest-all.py [new file with mode: 0755]
gyp/test/copies/gyptest-attribs.py [new file with mode: 0644]
gyp/test/copies/gyptest-default.py [new file with mode: 0755]
gyp/test/copies/gyptest-samedir.py [new file with mode: 0755]
gyp/test/copies/gyptest-slash.py [new file with mode: 0755]
gyp/test/copies/gyptest-updir.py [new file with mode: 0755]
gyp/test/copies/src/copies-attribs.gyp [new file with mode: 0644]
gyp/test/copies/src/copies-samedir.gyp [new file with mode: 0644]
gyp/test/copies/src/copies-slash.gyp [new file with mode: 0644]
gyp/test/copies/src/copies-updir.gyp [new file with mode: 0644]
gyp/test/copies/src/copies.gyp [new file with mode: 0644]
gyp/test/copies/src/directory/file3 [new file with mode: 0644]
gyp/test/copies/src/directory/file4 [new file with mode: 0644]
gyp/test/copies/src/directory/subdir/file5 [new file with mode: 0644]
gyp/test/copies/src/executable-file.sh [new file with mode: 0755]
gyp/test/copies/src/file1 [new file with mode: 0644]
gyp/test/copies/src/file2 [new file with mode: 0644]
gyp/test/copies/src/parentdir/subdir/file6 [new file with mode: 0644]
gyp/test/custom-generator/gyptest-custom-generator.py [new file with mode: 0755]
gyp/test/custom-generator/mygenerator.py [new file with mode: 0644]
gyp/test/custom-generator/test.gyp [new file with mode: 0644]
gyp/test/cxxflags/cxxflags.cc [new file with mode: 0644]
gyp/test/cxxflags/cxxflags.gyp [new file with mode: 0644]
gyp/test/cxxflags/gyptest-cxxflags.py [new file with mode: 0755]
gyp/test/defines-escaping/defines-escaping.c [new file with mode: 0644]
gyp/test/defines-escaping/defines-escaping.gyp [new file with mode: 0644]
gyp/test/defines-escaping/gyptest-defines-escaping.py [new file with mode: 0755]
gyp/test/defines/defines-env.gyp [new file with mode: 0644]
gyp/test/defines/defines.c [new file with mode: 0644]
gyp/test/defines/defines.gyp [new file with mode: 0644]
gyp/test/defines/gyptest-define-override.py [new file with mode: 0755]
gyp/test/defines/gyptest-defines-env-regyp.py [new file with mode: 0755]
gyp/test/defines/gyptest-defines-env.py [new file with mode: 0755]
gyp/test/defines/gyptest-defines.py [new file with mode: 0755]
gyp/test/dependencies/a.c [new file with mode: 0755]
gyp/test/dependencies/b/b.c [new file with mode: 0755]
gyp/test/dependencies/b/b.gyp [new file with mode: 0755]
gyp/test/dependencies/b/b3.c [new file with mode: 0755]
gyp/test/dependencies/c/c.c [new file with mode: 0644]
gyp/test/dependencies/c/c.gyp [new file with mode: 0644]
gyp/test/dependencies/c/d.c [new file with mode: 0644]
gyp/test/dependencies/double_dependency.gyp [new file with mode: 0644]
gyp/test/dependencies/double_dependent.gyp [new file with mode: 0644]
gyp/test/dependencies/extra_targets.gyp [new file with mode: 0644]
gyp/test/dependencies/gyptest-double-dependency.py [new file with mode: 0644]
gyp/test/dependencies/gyptest-extra-targets.py [new file with mode: 0755]
gyp/test/dependencies/gyptest-lib-only.py [new file with mode: 0755]
gyp/test/dependencies/gyptest-none-traversal.py [new file with mode: 0755]
gyp/test/dependencies/gyptest-sharedlib-linksettings.py [new file with mode: 0644]
gyp/test/dependencies/lib_only.gyp [new file with mode: 0755]
gyp/test/dependencies/main.c [new file with mode: 0644]
gyp/test/dependencies/none_traversal.gyp [new file with mode: 0755]
gyp/test/dependencies/sharedlib-linksettings/program.c [new file with mode: 0644]
gyp/test/dependencies/sharedlib-linksettings/sharedlib.c [new file with mode: 0644]
gyp/test/dependencies/sharedlib-linksettings/staticlib.c [new file with mode: 0644]
gyp/test/dependencies/sharedlib-linksettings/test.gyp [new file with mode: 0644]
gyp/test/dependency-copy/gyptest-copy.py [new file with mode: 0755]
gyp/test/dependency-copy/src/copies.gyp [new file with mode: 0644]
gyp/test/dependency-copy/src/file1.c [new file with mode: 0644]
gyp/test/dependency-copy/src/file2.c [new file with mode: 0644]
gyp/test/errors/duplicate_basenames.gyp [new file with mode: 0644]
gyp/test/errors/duplicate_node.gyp [new file with mode: 0644]
gyp/test/errors/duplicate_rule.gyp [new file with mode: 0644]
gyp/test/errors/duplicate_targets.gyp [new file with mode: 0644]
gyp/test/errors/gyptest-errors.py [new file with mode: 0755]
gyp/test/errors/missing_dep.gyp [new file with mode: 0644]
gyp/test/errors/missing_targets.gyp [new file with mode: 0644]
gyp/test/escaping/colon/test.gyp [new file with mode: 0644]
gyp/test/escaping/gyptest-colon.py [new file with mode: 0644]
gyp/test/exclusion/exclusion.gyp [new file with mode: 0644]
gyp/test/exclusion/gyptest-exclusion.py [new file with mode: 0755]
gyp/test/exclusion/hello.c [new file with mode: 0644]
gyp/test/external-cross-compile/gyptest-cross.py [new file with mode: 0755]
gyp/test/external-cross-compile/src/bogus1.cc [new file with mode: 0644]
gyp/test/external-cross-compile/src/bogus2.c [new file with mode: 0644]
gyp/test/external-cross-compile/src/cross.gyp [new file with mode: 0644]
gyp/test/external-cross-compile/src/cross_compile.gypi [new file with mode: 0644]
gyp/test/external-cross-compile/src/fake_cross.py [new file with mode: 0644]
gyp/test/external-cross-compile/src/program.cc [new file with mode: 0644]
gyp/test/external-cross-compile/src/test1.cc [new file with mode: 0644]
gyp/test/external-cross-compile/src/test2.c [new file with mode: 0644]
gyp/test/external-cross-compile/src/test3.cc [new file with mode: 0644]
gyp/test/external-cross-compile/src/test4.c [new file with mode: 0644]
gyp/test/external-cross-compile/src/tochar.py [new file with mode: 0644]
gyp/test/generator-output/actions/actions.gyp [new file with mode: 0644]
gyp/test/generator-output/actions/build/README.txt [new file with mode: 0644]
gyp/test/generator-output/actions/subdir1/actions-out/README.txt [new file with mode: 0644]
gyp/test/generator-output/actions/subdir1/build/README.txt [new file with mode: 0644]
gyp/test/generator-output/actions/subdir1/executable.gyp [new file with mode: 0644]
gyp/test/generator-output/actions/subdir1/make-prog1.py [new file with mode: 0755]
gyp/test/generator-output/actions/subdir1/make-prog2.py [new file with mode: 0755]
gyp/test/generator-output/actions/subdir1/program.c [new file with mode: 0644]
gyp/test/generator-output/actions/subdir2/actions-out/README.txt [new file with mode: 0644]
gyp/test/generator-output/actions/subdir2/build/README.txt [new file with mode: 0644]
gyp/test/generator-output/actions/subdir2/make-file.py [new file with mode: 0755]
gyp/test/generator-output/actions/subdir2/none.gyp [new file with mode: 0644]
gyp/test/generator-output/copies/build/README.txt [new file with mode: 0644]
gyp/test/generator-output/copies/copies-out/README.txt [new file with mode: 0644]
gyp/test/generator-output/copies/copies.gyp [new file with mode: 0644]
gyp/test/generator-output/copies/file1 [new file with mode: 0644]
gyp/test/generator-output/copies/file2 [new file with mode: 0644]
gyp/test/generator-output/copies/subdir/build/README.txt [new file with mode: 0644]
gyp/test/generator-output/copies/subdir/copies-out/README.txt [new file with mode: 0644]
gyp/test/generator-output/copies/subdir/file3 [new file with mode: 0644]
gyp/test/generator-output/copies/subdir/file4 [new file with mode: 0644]
gyp/test/generator-output/copies/subdir/subdir.gyp [new file with mode: 0644]
gyp/test/generator-output/gyptest-actions.py [new file with mode: 0755]
gyp/test/generator-output/gyptest-copies.py [new file with mode: 0755]
gyp/test/generator-output/gyptest-depth.py [new file with mode: 0755]
gyp/test/generator-output/gyptest-mac-bundle.py [new file with mode: 0644]
gyp/test/generator-output/gyptest-relocate.py [new file with mode: 0755]
gyp/test/generator-output/gyptest-rules.py [new file with mode: 0755]
gyp/test/generator-output/gyptest-subdir2-deep.py [new file with mode: 0755]
gyp/test/generator-output/gyptest-symlink.py [new file with mode: 0755]
gyp/test/generator-output/gyptest-top-all.py [new file with mode: 0755]
gyp/test/generator-output/mac-bundle/Info.plist [new file with mode: 0644]
gyp/test/generator-output/mac-bundle/app.order [new file with mode: 0644]
gyp/test/generator-output/mac-bundle/header.h [new file with mode: 0644]
gyp/test/generator-output/mac-bundle/main.c [new file with mode: 0644]
gyp/test/generator-output/mac-bundle/resource.sb [new file with mode: 0644]
gyp/test/generator-output/mac-bundle/test.gyp [new file with mode: 0644]
gyp/test/generator-output/rules/build/README.txt [new file with mode: 0644]
gyp/test/generator-output/rules/copy-file.py [new file with mode: 0755]
gyp/test/generator-output/rules/rules.gyp [new file with mode: 0644]
gyp/test/generator-output/rules/subdir1/build/README.txt [new file with mode: 0644]
gyp/test/generator-output/rules/subdir1/define3.in0 [new file with mode: 0644]
gyp/test/generator-output/rules/subdir1/define4.in0 [new file with mode: 0644]
gyp/test/generator-output/rules/subdir1/executable.gyp [new file with mode: 0644]
gyp/test/generator-output/rules/subdir1/function1.in1 [new file with mode: 0644]
gyp/test/generator-output/rules/subdir1/function2.in1 [new file with mode: 0644]
gyp/test/generator-output/rules/subdir1/program.c [new file with mode: 0644]
gyp/test/generator-output/rules/subdir2/build/README.txt [new file with mode: 0644]
gyp/test/generator-output/rules/subdir2/file1.in0 [new file with mode: 0644]
gyp/test/generator-output/rules/subdir2/file2.in0 [new file with mode: 0644]
gyp/test/generator-output/rules/subdir2/file3.in1 [new file with mode: 0644]
gyp/test/generator-output/rules/subdir2/file4.in1 [new file with mode: 0644]
gyp/test/generator-output/rules/subdir2/none.gyp [new file with mode: 0644]
gyp/test/generator-output/rules/subdir2/rules-out/README.txt [new file with mode: 0644]
gyp/test/generator-output/src/build/README.txt [new file with mode: 0644]
gyp/test/generator-output/src/inc.h [new file with mode: 0644]
gyp/test/generator-output/src/inc1/include1.h [new file with mode: 0644]
gyp/test/generator-output/src/prog1.c [new file with mode: 0644]
gyp/test/generator-output/src/prog1.gyp [new file with mode: 0644]
gyp/test/generator-output/src/subdir2/build/README.txt [new file with mode: 0644]
gyp/test/generator-output/src/subdir2/deeper/build/README.txt [new file with mode: 0644]
gyp/test/generator-output/src/subdir2/deeper/deeper.c [new file with mode: 0644]
gyp/test/generator-output/src/subdir2/deeper/deeper.gyp [new file with mode: 0644]
gyp/test/generator-output/src/subdir2/deeper/deeper.h [new file with mode: 0644]
gyp/test/generator-output/src/subdir2/inc2/include2.h [new file with mode: 0644]
gyp/test/generator-output/src/subdir2/prog2.c [new file with mode: 0644]
gyp/test/generator-output/src/subdir2/prog2.gyp [new file with mode: 0644]
gyp/test/generator-output/src/subdir3/build/README.txt [new file with mode: 0644]
gyp/test/generator-output/src/subdir3/inc3/include3.h [new file with mode: 0644]
gyp/test/generator-output/src/subdir3/prog3.c [new file with mode: 0644]
gyp/test/generator-output/src/subdir3/prog3.gyp [new file with mode: 0644]
gyp/test/generator-output/src/symroot.gypi [new file with mode: 0644]
gyp/test/gyp-defines/defines.gyp [new file with mode: 0644]
gyp/test/gyp-defines/echo.py [new file with mode: 0644]
gyp/test/gyp-defines/gyptest-multiple-values.py [new file with mode: 0644]
gyp/test/gyp-defines/gyptest-regyp.py [new file with mode: 0644]
gyp/test/hard_dependency/gyptest-exported-hard-dependency.py [new file with mode: 0755]
gyp/test/hard_dependency/gyptest-no-exported-hard-dependency.py [new file with mode: 0755]
gyp/test/hard_dependency/src/a.c [new file with mode: 0644]
gyp/test/hard_dependency/src/a.h [new file with mode: 0644]
gyp/test/hard_dependency/src/b.c [new file with mode: 0644]
gyp/test/hard_dependency/src/b.h [new file with mode: 0644]
gyp/test/hard_dependency/src/c.c [new file with mode: 0644]
gyp/test/hard_dependency/src/c.h [new file with mode: 0644]
gyp/test/hard_dependency/src/d.c [new file with mode: 0644]
gyp/test/hard_dependency/src/emit.py [new file with mode: 0755]
gyp/test/hard_dependency/src/hard_dependency.gyp [new file with mode: 0644]
gyp/test/hello/gyptest-all.py [new file with mode: 0755]
gyp/test/hello/gyptest-default.py [new file with mode: 0755]
gyp/test/hello/gyptest-disable-regyp.py [new file with mode: 0755]
gyp/test/hello/gyptest-regyp-output.py [new file with mode: 0644]
gyp/test/hello/gyptest-regyp.py [new file with mode: 0755]
gyp/test/hello/gyptest-target.py [new file with mode: 0755]
gyp/test/hello/hello.c [new file with mode: 0644]
gyp/test/hello/hello.gyp [new file with mode: 0644]
gyp/test/hello/hello2.c [new file with mode: 0644]
gyp/test/hello/hello2.gyp [new file with mode: 0644]
gyp/test/home_dot_gyp/gyptest-home-includes-config-arg.py [new file with mode: 0755]
gyp/test/home_dot_gyp/gyptest-home-includes-config-env.py [new file with mode: 0755]
gyp/test/home_dot_gyp/gyptest-home-includes-regyp.py [new file with mode: 0755]
gyp/test/home_dot_gyp/gyptest-home-includes.py [new file with mode: 0755]
gyp/test/home_dot_gyp/home/.gyp/include.gypi [new file with mode: 0644]
gyp/test/home_dot_gyp/home2/.gyp/include.gypi [new file with mode: 0644]
gyp/test/home_dot_gyp/home2/.gyp_new/include.gypi [new file with mode: 0644]
gyp/test/home_dot_gyp/src/all.gyp [new file with mode: 0644]
gyp/test/home_dot_gyp/src/printfoo.c [new file with mode: 0644]
gyp/test/include_dirs/gyptest-all.py [new file with mode: 0755]
gyp/test/include_dirs/gyptest-default.py [new file with mode: 0755]
gyp/test/include_dirs/src/inc.h [new file with mode: 0644]
gyp/test/include_dirs/src/inc1/include1.h [new file with mode: 0644]
gyp/test/include_dirs/src/includes.c [new file with mode: 0644]
gyp/test/include_dirs/src/includes.gyp [new file with mode: 0644]
gyp/test/include_dirs/src/shadow1/shadow.h [new file with mode: 0644]
gyp/test/include_dirs/src/shadow2/shadow.h [new file with mode: 0644]
gyp/test/include_dirs/src/subdir/inc.h [new file with mode: 0644]
gyp/test/include_dirs/src/subdir/inc2/include2.h [new file with mode: 0644]
gyp/test/include_dirs/src/subdir/subdir_includes.c [new file with mode: 0644]
gyp/test/include_dirs/src/subdir/subdir_includes.gyp [new file with mode: 0644]
gyp/test/intermediate_dir/gyptest-intermediate-dir.py [new file with mode: 0755]
gyp/test/intermediate_dir/src/script.py [new file with mode: 0755]
gyp/test/intermediate_dir/src/shared_infile.txt [new file with mode: 0644]
gyp/test/intermediate_dir/src/test.gyp [new file with mode: 0644]
gyp/test/intermediate_dir/src/test2.gyp [new file with mode: 0644]
gyp/test/ios/app-bundle/TestApp/English.lproj/InfoPlist-error.strings [new file with mode: 0644]
gyp/test/ios/app-bundle/TestApp/English.lproj/InfoPlist.strings [new file with mode: 0644]
gyp/test/ios/app-bundle/TestApp/English.lproj/MainMenu.xib [new file with mode: 0644]
gyp/test/ios/app-bundle/TestApp/English.lproj/Main_iPhone.storyboard [new file with mode: 0644]
gyp/test/ios/app-bundle/TestApp/TestApp-Info.plist [new file with mode: 0644]
gyp/test/ios/app-bundle/TestApp/check_no_signature.py [new file with mode: 0644]
gyp/test/ios/app-bundle/TestApp/main.m [new file with mode: 0644]
gyp/test/ios/app-bundle/TestApp/only-compile-in-32-bits.m [new file with mode: 0644]
gyp/test/ios/app-bundle/TestApp/only-compile-in-64-bits.m [new file with mode: 0644]
gyp/test/ios/app-bundle/test-archs.gyp [new file with mode: 0644]
gyp/test/ios/app-bundle/test-crosscompile.gyp [new file with mode: 0644]
gyp/test/ios/app-bundle/test-device.gyp [new file with mode: 0644]
gyp/test/ios/app-bundle/test.gyp [new file with mode: 0644]
gyp/test/ios/app-bundle/tool_main.cc [new file with mode: 0644]
gyp/test/ios/deployment-target/check-version-min.c [new file with mode: 0644]
gyp/test/ios/deployment-target/deployment-target.gyp [new file with mode: 0644]
gyp/test/ios/extension/ActionExtension/ActionViewController.h [new file with mode: 0644]
gyp/test/ios/extension/ActionExtension/ActionViewController.m [new file with mode: 0644]
gyp/test/ios/extension/ActionExtension/Info.plist [new file with mode: 0644]
gyp/test/ios/extension/ActionExtension/MainInterface.storyboard [new file with mode: 0644]
gyp/test/ios/extension/ExtensionContainer/AppDelegate.h [new file with mode: 0644]
gyp/test/ios/extension/ExtensionContainer/AppDelegate.m [new file with mode: 0644]
gyp/test/ios/extension/ExtensionContainer/Base.lproj/Main.storyboard [new file with mode: 0644]
gyp/test/ios/extension/ExtensionContainer/Images.xcassets/AppIcon.appiconset/Contents.json [new file with mode: 0644]
gyp/test/ios/extension/ExtensionContainer/Images.xcassets/LaunchImage.launchimage/Contents.json [new file with mode: 0644]
gyp/test/ios/extension/ExtensionContainer/Info.plist [new file with mode: 0644]
gyp/test/ios/extension/ExtensionContainer/ViewController.h [new file with mode: 0644]
gyp/test/ios/extension/ExtensionContainer/ViewController.m [new file with mode: 0644]
gyp/test/ios/extension/ExtensionContainer/main.m [new file with mode: 0644]
gyp/test/ios/extension/extension.gyp [new file with mode: 0644]
gyp/test/ios/gyptest-app-ios.py [new file with mode: 0755]
gyp/test/ios/gyptest-archs.py [new file with mode: 0644]
gyp/test/ios/gyptest-crosscompile.py [new file with mode: 0644]
gyp/test/ios/gyptest-deployment-target.py [new file with mode: 0644]
gyp/test/ios/gyptest-extension.py [new file with mode: 0755]
gyp/test/ios/gyptest-per-config-settings.py [new file with mode: 0644]
gyp/test/ios/gyptest-xcode-ninja.py [new file with mode: 0644]
gyp/test/lib/README.txt [new file with mode: 0644]
gyp/test/lib/TestCmd.py [new file with mode: 0644]
gyp/test/lib/TestCommon.py [new file with mode: 0644]
gyp/test/lib/TestGyp.py [new file with mode: 0644]
gyp/test/lib/TestMac.py [new file with mode: 0644]
gyp/test/lib/TestWin.py [new file with mode: 0644]
gyp/test/library/gyptest-shared-obj-install-path.py [new file with mode: 0755]
gyp/test/library/gyptest-shared.py [new file with mode: 0755]
gyp/test/library/gyptest-static.py [new file with mode: 0755]
gyp/test/library/src/lib1.c [new file with mode: 0644]
gyp/test/library/src/lib1_moveable.c [new file with mode: 0644]
gyp/test/library/src/lib2.c [new file with mode: 0644]
gyp/test/library/src/lib2_moveable.c [new file with mode: 0644]
gyp/test/library/src/library.gyp [new file with mode: 0644]
gyp/test/library/src/program.c [new file with mode: 0644]
gyp/test/library/src/shared_dependency.gyp [new file with mode: 0644]
gyp/test/library_dirs/gyptest-library-dirs.py [new file with mode: 0644]
gyp/test/library_dirs/subdir/README.txt [new file with mode: 0644]
gyp/test/library_dirs/subdir/hello.cc [new file with mode: 0644]
gyp/test/library_dirs/subdir/mylib.cc [new file with mode: 0644]
gyp/test/library_dirs/subdir/mylib.h [new file with mode: 0644]
gyp/test/library_dirs/subdir/test-win.gyp [new file with mode: 0644]
gyp/test/library_dirs/subdir/test.gyp [new file with mode: 0644]
gyp/test/link-dependency/gyptest-link-dependency.py [new file with mode: 0755]
gyp/test/link-dependency/main.c [new file with mode: 0644]
gyp/test/link-dependency/mymalloc.c [new file with mode: 0644]
gyp/test/link-dependency/test.gyp [new file with mode: 0644]
gyp/test/link-objects/base.c [new file with mode: 0644]
gyp/test/link-objects/extra.c [new file with mode: 0644]
gyp/test/link-objects/gyptest-all.py [new file with mode: 0755]
gyp/test/link-objects/link-objects.gyp [new file with mode: 0644]
gyp/test/linux/gyptest-implicit-rpath.py [new file with mode: 0644]
gyp/test/linux/implicit-rpath/file.c [new file with mode: 0644]
gyp/test/linux/implicit-rpath/main.c [new file with mode: 0644]
gyp/test/linux/implicit-rpath/test.gyp [new file with mode: 0644]
gyp/test/mac/action-envvars/action/action.gyp [new file with mode: 0644]
gyp/test/mac/action-envvars/action/action.sh [new file with mode: 0755]
gyp/test/mac/app-bundle/TestApp/English.lproj/InfoPlist-error.strings [new file with mode: 0644]
gyp/test/mac/app-bundle/TestApp/English.lproj/InfoPlist.strings [new file with mode: 0644]
gyp/test/mac/app-bundle/TestApp/English.lproj/MainMenu.xib [new file with mode: 0644]
gyp/test/mac/app-bundle/TestApp/English.lproj/utf-16be.strings [new file with mode: 0644]
gyp/test/mac/app-bundle/TestApp/English.lproj/utf-16le.strings [new file with mode: 0644]
gyp/test/mac/app-bundle/TestApp/TestApp-Info.plist [new file with mode: 0644]
gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.h [new file with mode: 0644]
gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m [new file with mode: 0644]
gyp/test/mac/app-bundle/TestApp/main.m [new file with mode: 0644]
gyp/test/mac/app-bundle/empty.c [new file with mode: 0644]
gyp/test/mac/app-bundle/test-error.gyp [new file with mode: 0644]
gyp/test/mac/app-bundle/test.gyp [new file with mode: 0644]
gyp/test/mac/archs/empty_main.cc [new file with mode: 0644]
gyp/test/mac/archs/file.mm [new file with mode: 0644]
gyp/test/mac/archs/header.h [new file with mode: 0644]
gyp/test/mac/archs/my_file.cc [new file with mode: 0644]
gyp/test/mac/archs/my_main_file.cc [new file with mode: 0644]
gyp/test/mac/archs/test-archs-multiarch.gyp [new file with mode: 0644]
gyp/test/mac/archs/test-archs-x86_64.gyp [new file with mode: 0644]
gyp/test/mac/archs/test-no-archs.gyp [new file with mode: 0644]
gyp/test/mac/archs/test-valid-archs.gyp [new file with mode: 0644]
gyp/test/mac/bundle-resources/change.sh [new file with mode: 0755]
gyp/test/mac/bundle-resources/executable-file.sh [new file with mode: 0755]
gyp/test/mac/bundle-resources/secret.txt [new file with mode: 0644]
gyp/test/mac/bundle-resources/test.gyp [new file with mode: 0644]
gyp/test/mac/cflags/ccfile.cc [new file with mode: 0644]
gyp/test/mac/cflags/ccfile_withcflags.cc [new file with mode: 0644]
gyp/test/mac/cflags/cfile.c [new file with mode: 0644]
gyp/test/mac/cflags/cppfile.cpp [new file with mode: 0644]
gyp/test/mac/cflags/cppfile_withcflags.cpp [new file with mode: 0644]
gyp/test/mac/cflags/cxxfile.cxx [new file with mode: 0644]
gyp/test/mac/cflags/cxxfile_withcflags.cxx [new file with mode: 0644]
gyp/test/mac/cflags/mfile.m [new file with mode: 0644]
gyp/test/mac/cflags/mmfile.mm [new file with mode: 0644]
gyp/test/mac/cflags/mmfile_withcflags.mm [new file with mode: 0644]
gyp/test/mac/cflags/test.gyp [new file with mode: 0644]
gyp/test/mac/clang-cxx-language-standard/c++11.cc [new file with mode: 0644]
gyp/test/mac/clang-cxx-language-standard/c++98.cc [new file with mode: 0644]
gyp/test/mac/clang-cxx-language-standard/clang-cxx-language-standard.gyp [new file with mode: 0644]
gyp/test/mac/clang-cxx-library/clang-cxx-library.gyp [new file with mode: 0644]
gyp/test/mac/clang-cxx-library/libc++.cc [new file with mode: 0644]
gyp/test/mac/clang-cxx-library/libstdc++.cc [new file with mode: 0644]
gyp/test/mac/copy-dylib/empty.c [new file with mode: 0644]
gyp/test/mac/copy-dylib/test.gyp [new file with mode: 0644]
gyp/test/mac/debuginfo/file.c [new file with mode: 0644]
gyp/test/mac/debuginfo/test.gyp [new file with mode: 0644]
gyp/test/mac/depend-on-bundle/English.lproj/InfoPlist.strings [new file with mode: 0644]
gyp/test/mac/depend-on-bundle/Info.plist [new file with mode: 0644]
gyp/test/mac/depend-on-bundle/bundle.c [new file with mode: 0644]
gyp/test/mac/depend-on-bundle/executable.c [new file with mode: 0644]
gyp/test/mac/depend-on-bundle/test.gyp [new file with mode: 0644]
gyp/test/mac/deployment-target/check-version-min.c [new file with mode: 0644]
gyp/test/mac/deployment-target/deployment-target.gyp [new file with mode: 0644]
gyp/test/mac/framework-dirs/calculate.c [new file with mode: 0644]
gyp/test/mac/framework-dirs/framework-dirs.gyp [new file with mode: 0644]
gyp/test/mac/framework-headers/myframework.h [new file with mode: 0644]
gyp/test/mac/framework-headers/myframework.m [new file with mode: 0644]
gyp/test/mac/framework-headers/test.gyp [new file with mode: 0644]
gyp/test/mac/framework/TestFramework/English.lproj/InfoPlist.strings [new file with mode: 0644]
gyp/test/mac/framework/TestFramework/Info.plist [new file with mode: 0644]
gyp/test/mac/framework/TestFramework/ObjCVector.h [new file with mode: 0644]
gyp/test/mac/framework/TestFramework/ObjCVector.mm [new file with mode: 0644]
gyp/test/mac/framework/TestFramework/ObjCVectorInternal.h [new file with mode: 0644]
gyp/test/mac/framework/TestFramework/TestFramework_Prefix.pch [new file with mode: 0644]
gyp/test/mac/framework/empty.c [new file with mode: 0644]
gyp/test/mac/framework/framework.gyp [new file with mode: 0644]
gyp/test/mac/global-settings/src/dir1/dir1.gyp [new file with mode: 0644]
gyp/test/mac/global-settings/src/dir2/dir2.gyp [new file with mode: 0644]
gyp/test/mac/global-settings/src/dir2/file.txt [new file with mode: 0644]
gyp/test/mac/gyptest-action-envvars.py [new file with mode: 0644]
gyp/test/mac/gyptest-app-error.py [new file with mode: 0755]
gyp/test/mac/gyptest-app.py [new file with mode: 0755]
gyp/test/mac/gyptest-archs.py [new file with mode: 0644]
gyp/test/mac/gyptest-bundle-resources.py [new file with mode: 0644]
gyp/test/mac/gyptest-cflags.py [new file with mode: 0644]
gyp/test/mac/gyptest-clang-cxx-language-standard.py [new file with mode: 0644]
gyp/test/mac/gyptest-clang-cxx-library.py [new file with mode: 0644]
gyp/test/mac/gyptest-copies.py [new file with mode: 0755]
gyp/test/mac/gyptest-copy-dylib.py [new file with mode: 0644]
gyp/test/mac/gyptest-debuginfo.py [new file with mode: 0755]
gyp/test/mac/gyptest-depend-on-bundle.py [new file with mode: 0644]
gyp/test/mac/gyptest-deployment-target.py [new file with mode: 0644]
gyp/test/mac/gyptest-framework-dirs.py [new file with mode: 0644]
gyp/test/mac/gyptest-framework-headers.py [new file with mode: 0644]
gyp/test/mac/gyptest-framework.py [new file with mode: 0755]
gyp/test/mac/gyptest-global-settings.py [new file with mode: 0644]
gyp/test/mac/gyptest-infoplist-process.py [new file with mode: 0755]
gyp/test/mac/gyptest-installname.py [new file with mode: 0644]
gyp/test/mac/gyptest-ldflags-passed-to-libtool.py [new file with mode: 0644]
gyp/test/mac/gyptest-ldflags.py [new file with mode: 0644]
gyp/test/mac/gyptest-libraries.py [new file with mode: 0755]
gyp/test/mac/gyptest-loadable-module-bundle-product-extension.py [new file with mode: 0644]
gyp/test/mac/gyptest-loadable-module.py [new file with mode: 0755]
gyp/test/mac/gyptest-missing-cfbundlesignature.py [new file with mode: 0644]
gyp/test/mac/gyptest-non-strs-flattened-to-env.py [new file with mode: 0644]
gyp/test/mac/gyptest-objc-arc.py [new file with mode: 0755]
gyp/test/mac/gyptest-objc-gc.py [new file with mode: 0644]
gyp/test/mac/gyptest-postbuild-copy-bundle.py [new file with mode: 0644]
gyp/test/mac/gyptest-postbuild-defaults.py [new file with mode: 0644]
gyp/test/mac/gyptest-postbuild-fail.py [new file with mode: 0755]
gyp/test/mac/gyptest-postbuild-multiple-configurations.py [new file with mode: 0644]
gyp/test/mac/gyptest-postbuild-static-library.py [new file with mode: 0644]
gyp/test/mac/gyptest-postbuild.py [new file with mode: 0755]
gyp/test/mac/gyptest-prefixheader.py [new file with mode: 0755]
gyp/test/mac/gyptest-rebuild.py [new file with mode: 0755]
gyp/test/mac/gyptest-rpath.py [new file with mode: 0644]
gyp/test/mac/gyptest-sdkroot.py [new file with mode: 0644]
gyp/test/mac/gyptest-sourceless-module.py [new file with mode: 0644]
gyp/test/mac/gyptest-strip-default.py [new file with mode: 0644]
gyp/test/mac/gyptest-strip.py [new file with mode: 0755]
gyp/test/mac/gyptest-type-envvars.py [new file with mode: 0755]
gyp/test/mac/gyptest-unicode-settings.py [new file with mode: 0644]
gyp/test/mac/gyptest-xcode-env-order.py [new file with mode: 0755]
gyp/test/mac/gyptest-xcode-gcc-clang.py [new file with mode: 0644]
gyp/test/mac/gyptest-xcode-gcc.py [new file with mode: 0644]
gyp/test/mac/gyptest-xcode-support-actions.py [new file with mode: 0755]
gyp/test/mac/gyptest-xctest.py [new file with mode: 0644]
gyp/test/mac/infoplist-process/Info.plist [new file with mode: 0644]
gyp/test/mac/infoplist-process/main.c [new file with mode: 0644]
gyp/test/mac/infoplist-process/test1.gyp [new file with mode: 0644]
gyp/test/mac/infoplist-process/test2.gyp [new file with mode: 0644]
gyp/test/mac/infoplist-process/test3.gyp [new file with mode: 0644]
gyp/test/mac/installname/Info.plist [new file with mode: 0644]
gyp/test/mac/installname/file.c [new file with mode: 0644]
gyp/test/mac/installname/main.c [new file with mode: 0644]
gyp/test/mac/installname/test.gyp [new file with mode: 0644]
gyp/test/mac/ldflags-libtool/file.c [new file with mode: 0644]
gyp/test/mac/ldflags-libtool/test.gyp [new file with mode: 0644]
gyp/test/mac/ldflags/subdirectory/Info.plist [new file with mode: 0644]
gyp/test/mac/ldflags/subdirectory/file.c [new file with mode: 0644]
gyp/test/mac/ldflags/subdirectory/symbol_list.def [new file with mode: 0644]
gyp/test/mac/ldflags/subdirectory/test.gyp [new file with mode: 0644]
gyp/test/mac/libraries/subdir/README.txt [new file with mode: 0644]
gyp/test/mac/libraries/subdir/hello.cc [new file with mode: 0644]
gyp/test/mac/libraries/subdir/mylib.c [new file with mode: 0644]
gyp/test/mac/libraries/subdir/test.gyp [new file with mode: 0644]
gyp/test/mac/loadable-module-bundle-product-extension/src.cc [new file with mode: 0644]
gyp/test/mac/loadable-module-bundle-product-extension/test.gyp [new file with mode: 0644]
gyp/test/mac/loadable-module/Info.plist [new file with mode: 0644]
gyp/test/mac/loadable-module/module.c [new file with mode: 0644]
gyp/test/mac/loadable-module/test.gyp [new file with mode: 0644]
gyp/test/mac/missing-cfbundlesignature/Info.plist [new file with mode: 0644]
gyp/test/mac/missing-cfbundlesignature/Other-Info.plist [new file with mode: 0644]
gyp/test/mac/missing-cfbundlesignature/Third-Info.plist [new file with mode: 0644]
gyp/test/mac/missing-cfbundlesignature/file.c [new file with mode: 0644]
gyp/test/mac/missing-cfbundlesignature/test.gyp [new file with mode: 0644]
gyp/test/mac/non-strs-flattened-to-env/Info.plist [new file with mode: 0644]
gyp/test/mac/non-strs-flattened-to-env/main.c [new file with mode: 0644]
gyp/test/mac/non-strs-flattened-to-env/test.gyp [new file with mode: 0644]
gyp/test/mac/objc-arc/c-file.c [new file with mode: 0644]
gyp/test/mac/objc-arc/cc-file.cc [new file with mode: 0644]
gyp/test/mac/objc-arc/m-file-no-arc.m [new file with mode: 0644]
gyp/test/mac/objc-arc/m-file.m [new file with mode: 0644]
gyp/test/mac/objc-arc/mm-file-no-arc.mm [new file with mode: 0644]
gyp/test/mac/objc-arc/mm-file.mm [new file with mode: 0644]
gyp/test/mac/objc-arc/test.gyp [new file with mode: 0644]
gyp/test/mac/objc-gc/c-file.c [new file with mode: 0644]
gyp/test/mac/objc-gc/cc-file.cc [new file with mode: 0644]
gyp/test/mac/objc-gc/main.m [new file with mode: 0644]
gyp/test/mac/objc-gc/needs-gc-mm.mm [new file with mode: 0644]
gyp/test/mac/objc-gc/needs-gc.m [new file with mode: 0644]
gyp/test/mac/objc-gc/test.gyp [new file with mode: 0644]
gyp/test/mac/postbuild-copy-bundle/Framework-Info.plist [new file with mode: 0644]
gyp/test/mac/postbuild-copy-bundle/TestApp-Info.plist [new file with mode: 0644]
gyp/test/mac/postbuild-copy-bundle/copied.txt [new file with mode: 0644]
gyp/test/mac/postbuild-copy-bundle/empty.c [new file with mode: 0644]
gyp/test/mac/postbuild-copy-bundle/main.c [new file with mode: 0644]
gyp/test/mac/postbuild-copy-bundle/postbuild-copy-framework.sh [new file with mode: 0755]
gyp/test/mac/postbuild-copy-bundle/resource_file.sb [new file with mode: 0644]
gyp/test/mac/postbuild-copy-bundle/test.gyp [new file with mode: 0644]
gyp/test/mac/postbuild-defaults/Info.plist [new file with mode: 0644]
gyp/test/mac/postbuild-defaults/main.c [new file with mode: 0644]
gyp/test/mac/postbuild-defaults/postbuild-defaults.sh [new file with mode: 0755]
gyp/test/mac/postbuild-defaults/test.gyp [new file with mode: 0644]
gyp/test/mac/postbuild-fail/file.c [new file with mode: 0644]
gyp/test/mac/postbuild-fail/postbuild-fail.sh [new file with mode: 0755]
gyp/test/mac/postbuild-fail/test.gyp [new file with mode: 0644]
gyp/test/mac/postbuild-fail/touch-dynamic.sh [new file with mode: 0755]
gyp/test/mac/postbuild-fail/touch-static.sh [new file with mode: 0755]
gyp/test/mac/postbuild-multiple-configurations/main.c [new file with mode: 0644]
gyp/test/mac/postbuild-multiple-configurations/postbuild-touch-file.sh [new file with mode: 0755]
gyp/test/mac/postbuild-multiple-configurations/test.gyp [new file with mode: 0644]
gyp/test/mac/postbuild-static-library/empty.c [new file with mode: 0644]
gyp/test/mac/postbuild-static-library/postbuild-touch-file.sh [new file with mode: 0755]
gyp/test/mac/postbuild-static-library/test.gyp [new file with mode: 0644]
gyp/test/mac/postbuilds/copy.sh [new file with mode: 0755]
gyp/test/mac/postbuilds/file.c [new file with mode: 0644]
gyp/test/mac/postbuilds/file_g.c [new file with mode: 0644]
gyp/test/mac/postbuilds/file_h.c [new file with mode: 0644]
gyp/test/mac/postbuilds/script/shared_library_postbuild.sh [new file with mode: 0755]
gyp/test/mac/postbuilds/script/static_library_postbuild.sh [new file with mode: 0755]
gyp/test/mac/postbuilds/subdirectory/copied_file.txt [new file with mode: 0644]
gyp/test/mac/postbuilds/subdirectory/nested_target.gyp [new file with mode: 0644]
gyp/test/mac/postbuilds/test.gyp [new file with mode: 0644]
gyp/test/mac/prefixheader/file.c [new file with mode: 0644]
gyp/test/mac/prefixheader/file.cc [new file with mode: 0644]
gyp/test/mac/prefixheader/file.m [new file with mode: 0644]
gyp/test/mac/prefixheader/file.mm [new file with mode: 0644]
gyp/test/mac/prefixheader/header.h [new file with mode: 0644]
gyp/test/mac/prefixheader/test.gyp [new file with mode: 0644]
gyp/test/mac/rebuild/TestApp-Info.plist [new file with mode: 0644]
gyp/test/mac/rebuild/delay-touch.sh [new file with mode: 0755]
gyp/test/mac/rebuild/empty.c [new file with mode: 0644]
gyp/test/mac/rebuild/main.c [new file with mode: 0644]
gyp/test/mac/rebuild/test.gyp [new file with mode: 0644]
gyp/test/mac/rpath/file.c [new file with mode: 0644]
gyp/test/mac/rpath/main.c [new file with mode: 0644]
gyp/test/mac/rpath/test.gyp [new file with mode: 0644]
gyp/test/mac/sdkroot/file.cc [new file with mode: 0644]
gyp/test/mac/sdkroot/test.gyp [new file with mode: 0644]
gyp/test/mac/sdkroot/test_shorthand.sh [new file with mode: 0755]
gyp/test/mac/sourceless-module/empty.c [new file with mode: 0644]
gyp/test/mac/sourceless-module/empty.txt [new file with mode: 0644]
gyp/test/mac/sourceless-module/fun.c [new file with mode: 0644]
gyp/test/mac/sourceless-module/test.gyp [new file with mode: 0644]
gyp/test/mac/strip/file.c [new file with mode: 0644]
gyp/test/mac/strip/main.c [new file with mode: 0644]
gyp/test/mac/strip/strip.saves [new file with mode: 0644]
gyp/test/mac/strip/subdirectory/nested_file.c [new file with mode: 0644]
gyp/test/mac/strip/subdirectory/nested_strip.saves [new file with mode: 0644]
gyp/test/mac/strip/subdirectory/subdirectory.gyp [new file with mode: 0644]
gyp/test/mac/strip/subdirectory/test_reading_save_file_from_postbuild.sh [new file with mode: 0755]
gyp/test/mac/strip/test-defaults.gyp [new file with mode: 0644]
gyp/test/mac/strip/test.gyp [new file with mode: 0644]
gyp/test/mac/type_envvars/file.c [new file with mode: 0644]
gyp/test/mac/type_envvars/test.gyp [new file with mode: 0644]
gyp/test/mac/type_envvars/test_bundle_executable.sh [new file with mode: 0755]
gyp/test/mac/type_envvars/test_bundle_loadable_module.sh [new file with mode: 0755]
gyp/test/mac/type_envvars/test_bundle_shared_library.sh [new file with mode: 0755]
gyp/test/mac/type_envvars/test_check_sdkroot.sh [new file with mode: 0755]
gyp/test/mac/type_envvars/test_nonbundle_executable.sh [new file with mode: 0755]
gyp/test/mac/type_envvars/test_nonbundle_loadable_module.sh [new file with mode: 0755]
gyp/test/mac/type_envvars/test_nonbundle_none.sh [new file with mode: 0755]
gyp/test/mac/type_envvars/test_nonbundle_shared_library.sh [new file with mode: 0755]
gyp/test/mac/type_envvars/test_nonbundle_static_library.sh [new file with mode: 0755]
gyp/test/mac/unicode-settings/file.cc [new file with mode: 0644]
gyp/test/mac/unicode-settings/test.gyp [new file with mode: 0644]
gyp/test/mac/unicode-settings/test_bundle_display_name.sh [new file with mode: 0755]
gyp/test/mac/xcode-env-order/Info.plist [new file with mode: 0644]
gyp/test/mac/xcode-env-order/file.ext1 [new file with mode: 0644]
gyp/test/mac/xcode-env-order/file.ext2 [new file with mode: 0644]
gyp/test/mac/xcode-env-order/file.ext3 [new file with mode: 0644]
gyp/test/mac/xcode-env-order/main.c [new file with mode: 0644]
gyp/test/mac/xcode-env-order/test.gyp [new file with mode: 0644]
gyp/test/mac/xcode-gcc/aliasing.cc [new file with mode: 0644]
gyp/test/mac/xcode-gcc/test-clang.gyp [new file with mode: 0644]
gyp/test/mac/xcode-gcc/test.gyp [new file with mode: 0644]
gyp/test/mac/xcode-gcc/valid_c.c [new file with mode: 0644]
gyp/test/mac/xcode-gcc/valid_cc.cc [new file with mode: 0644]
gyp/test/mac/xcode-gcc/valid_m.m [new file with mode: 0644]
gyp/test/mac/xcode-gcc/valid_mm.mm [new file with mode: 0644]
gyp/test/mac/xcode-gcc/warn_about_invalid_offsetof_macro.cc [new file with mode: 0644]
gyp/test/mac/xcode-gcc/warn_about_missing_newline.c [new file with mode: 0644]
gyp/test/mac/xcode-support-actions/source.c [new file with mode: 0644]
gyp/test/mac/xcode-support-actions/test.gyp [new file with mode: 0644]
gyp/test/mac/xctest/MyClass.h [new file with mode: 0644]
gyp/test/mac/xctest/MyClass.m [new file with mode: 0644]
gyp/test/mac/xctest/TestCase.m [new file with mode: 0644]
gyp/test/mac/xctest/resource.txt [new file with mode: 0644]
gyp/test/mac/xctest/test.gyp [new file with mode: 0644]
gyp/test/mac/xctest/test.xcodeproj/xcshareddata/xcschemes/classes.xcscheme [new file with mode: 0644]
gyp/test/make/dependencies.gyp [new file with mode: 0644]
gyp/test/make/gyptest-dependencies.py [new file with mode: 0755]
gyp/test/make/gyptest-noload.py [new file with mode: 0755]
gyp/test/make/main.cc [new file with mode: 0644]
gyp/test/make/main.h [new file with mode: 0644]
gyp/test/make/noload/all.gyp [new file with mode: 0644]
gyp/test/make/noload/lib/shared.c [new file with mode: 0644]
gyp/test/make/noload/lib/shared.gyp [new file with mode: 0644]
gyp/test/make/noload/lib/shared.h [new file with mode: 0644]
gyp/test/make/noload/main.c [new file with mode: 0644]
gyp/test/make_global_settings/ar/gyptest-make_global_settings_ar.py [new file with mode: 0644]
gyp/test/make_global_settings/ar/make_global_settings_ar.gyp [new file with mode: 0644]
gyp/test/make_global_settings/basics/gyptest-make_global_settings.py [new file with mode: 0644]
gyp/test/make_global_settings/basics/make_global_settings.gyp [new file with mode: 0644]
gyp/test/make_global_settings/env-wrapper/gyptest-wrapper.py [new file with mode: 0644]
gyp/test/make_global_settings/env-wrapper/wrapper.gyp [new file with mode: 0644]
gyp/test/make_global_settings/ld/gyptest-make_global_settings_ld.py [new file with mode: 0644]
gyp/test/make_global_settings/ld/make_global_settings_ld.gyp [new file with mode: 0644]
gyp/test/make_global_settings/wrapper/gyptest-wrapper.py [new file with mode: 0644]
gyp/test/make_global_settings/wrapper/wrapper.gyp [new file with mode: 0644]
gyp/test/many-actions/file0 [new file with mode: 0644]
gyp/test/many-actions/file1 [new file with mode: 0644]
gyp/test/many-actions/file2 [new file with mode: 0644]
gyp/test/many-actions/file3 [new file with mode: 0644]
gyp/test/many-actions/file4 [new file with mode: 0644]
gyp/test/many-actions/gyptest-many-actions-unsorted.py [new file with mode: 0644]
gyp/test/many-actions/gyptest-many-actions.py [new file with mode: 0644]
gyp/test/many-actions/many-actions-unsorted.gyp [new file with mode: 0644]
gyp/test/many-actions/many-actions.gyp [new file with mode: 0644]
gyp/test/module/gyptest-default.py [new file with mode: 0755]
gyp/test/module/src/lib1.c [new file with mode: 0644]
gyp/test/module/src/lib2.c [new file with mode: 0644]
gyp/test/module/src/module.gyp [new file with mode: 0644]
gyp/test/module/src/program.c [new file with mode: 0644]
gyp/test/msvs/buildevents/buildevents.gyp [new file with mode: 0644]
gyp/test/msvs/buildevents/gyptest-msbuild-supports-prepostbuild.py [new file with mode: 0755]
gyp/test/msvs/buildevents/gyptest-ninja-warnings.py [new file with mode: 0755]
gyp/test/msvs/buildevents/main.cc [new file with mode: 0644]
gyp/test/msvs/config_attrs/gyptest-config_attrs.py [new file with mode: 0644]
gyp/test/msvs/config_attrs/hello.c [new file with mode: 0644]
gyp/test/msvs/config_attrs/hello.gyp [new file with mode: 0644]
gyp/test/msvs/express/base/base.gyp [new file with mode: 0644]
gyp/test/msvs/express/express.gyp [new file with mode: 0644]
gyp/test/msvs/express/gyptest-express.py [new file with mode: 0755]
gyp/test/msvs/external_builder/external.gyp [new file with mode: 0644]
gyp/test/msvs/external_builder/external_builder.py [new file with mode: 0644]
gyp/test/msvs/external_builder/gyptest-all.py [new file with mode: 0644]
gyp/test/msvs/external_builder/hello.cpp [new file with mode: 0644]
gyp/test/msvs/external_builder/hello.z [new file with mode: 0644]
gyp/test/msvs/external_builder/msbuild_action.py [new file with mode: 0644]
gyp/test/msvs/external_builder/msbuild_rule.py [new file with mode: 0644]
gyp/test/msvs/filters/filters.gyp [new file with mode: 0644]
gyp/test/msvs/filters/gyptest-filters-2008.py [new file with mode: 0644]
gyp/test/msvs/filters/gyptest-filters-2010.py [new file with mode: 0644]
gyp/test/msvs/list_excluded/gyptest-all.py [new file with mode: 0644]
gyp/test/msvs/list_excluded/hello.cpp [new file with mode: 0644]
gyp/test/msvs/list_excluded/hello_exclude.gyp [new file with mode: 0644]
gyp/test/msvs/list_excluded/hello_mac.cpp [new file with mode: 0644]
gyp/test/msvs/missing_sources/gyptest-missing.py [new file with mode: 0644]
gyp/test/msvs/missing_sources/hello_missing.gyp [new file with mode: 0644]
gyp/test/msvs/multiple_actions_error_handling/action_fail.py [new file with mode: 0644]
gyp/test/msvs/multiple_actions_error_handling/action_succeed.py [new file with mode: 0644]
gyp/test/msvs/multiple_actions_error_handling/actions.gyp [new file with mode: 0644]
gyp/test/msvs/multiple_actions_error_handling/gyptest.py [new file with mode: 0644]
gyp/test/msvs/props/AppName.props [new file with mode: 0644]
gyp/test/msvs/props/AppName.vsprops [new file with mode: 0644]
gyp/test/msvs/props/gyptest-props.py [new file with mode: 0644]
gyp/test/msvs/props/hello.c [new file with mode: 0644]
gyp/test/msvs/props/hello.gyp [new file with mode: 0644]
gyp/test/msvs/shared_output/common.gypi [new file with mode: 0644]
gyp/test/msvs/shared_output/gyptest-shared_output.py [new file with mode: 0644]
gyp/test/msvs/shared_output/hello.c [new file with mode: 0644]
gyp/test/msvs/shared_output/hello.gyp [new file with mode: 0644]
gyp/test/msvs/shared_output/there/there.c [new file with mode: 0644]
gyp/test/msvs/shared_output/there/there.gyp [new file with mode: 0644]
gyp/test/msvs/uldi2010/gyptest-all.py [new file with mode: 0644]
gyp/test/msvs/uldi2010/hello.c [new file with mode: 0644]
gyp/test/msvs/uldi2010/hello.gyp [new file with mode: 0644]
gyp/test/msvs/uldi2010/hello2.c [new file with mode: 0644]
gyp/test/multiple-targets/gyptest-all.py [new file with mode: 0755]
gyp/test/multiple-targets/gyptest-default.py [new file with mode: 0755]
gyp/test/multiple-targets/src/common.c [new file with mode: 0644]
gyp/test/multiple-targets/src/multiple.gyp [new file with mode: 0644]
gyp/test/multiple-targets/src/prog1.c [new file with mode: 0644]
gyp/test/multiple-targets/src/prog2.c [new file with mode: 0644]
gyp/test/ninja/action_dependencies/gyptest-action-dependencies.py [new file with mode: 0755]
gyp/test/ninja/action_dependencies/src/a.c [new file with mode: 0644]
gyp/test/ninja/action_dependencies/src/a.h [new file with mode: 0644]
gyp/test/ninja/action_dependencies/src/action_dependencies.gyp [new file with mode: 0644]
gyp/test/ninja/action_dependencies/src/b.c [new file with mode: 0644]
gyp/test/ninja/action_dependencies/src/b.h [new file with mode: 0644]
gyp/test/ninja/action_dependencies/src/c.c [new file with mode: 0644]
gyp/test/ninja/action_dependencies/src/c.h [new file with mode: 0644]
gyp/test/ninja/action_dependencies/src/emit.py [new file with mode: 0755]
gyp/test/ninja/chained-dependency/chained-dependency.gyp [new file with mode: 0644]
gyp/test/ninja/chained-dependency/chained.c [new file with mode: 0644]
gyp/test/ninja/chained-dependency/gyptest-chained-dependency.py [new file with mode: 0755]
gyp/test/ninja/normalize-paths-win/gyptest-normalize-paths.py [new file with mode: 0644]
gyp/test/ninja/normalize-paths-win/hello.cc [new file with mode: 0644]
gyp/test/ninja/normalize-paths-win/normalize-paths.gyp [new file with mode: 0644]
gyp/test/ninja/s-needs-no-depfiles/empty.s [new file with mode: 0644]
gyp/test/ninja/s-needs-no-depfiles/gyptest-s-needs-no-depfiles.py [new file with mode: 0755]
gyp/test/ninja/s-needs-no-depfiles/s-needs-no-depfiles.gyp [new file with mode: 0644]
gyp/test/ninja/solibs_avoid_relinking/gyptest-solibs-avoid-relinking.py [new file with mode: 0755]
gyp/test/ninja/solibs_avoid_relinking/main.cc [new file with mode: 0644]
gyp/test/ninja/solibs_avoid_relinking/solib.cc [new file with mode: 0644]
gyp/test/ninja/solibs_avoid_relinking/solibs_avoid_relinking.gyp [new file with mode: 0644]
gyp/test/ninja/use-console/foo.bar [new file with mode: 0644]
gyp/test/ninja/use-console/gyptest-use-console.py [new file with mode: 0644]
gyp/test/ninja/use-console/use-console.gyp [new file with mode: 0644]
gyp/test/ninja/use-custom-environment-files/gyptest-use-custom-environment-files.py [new file with mode: 0644]
gyp/test/ninja/use-custom-environment-files/use-custom-environment-files.cc [new file with mode: 0644]
gyp/test/ninja/use-custom-environment-files/use-custom-environment-files.gyp [new file with mode: 0644]
gyp/test/no-cpp/gyptest-no-cpp.py [new file with mode: 0644]
gyp/test/no-cpp/src/call-f-main.c [new file with mode: 0644]
gyp/test/no-cpp/src/empty-main.c [new file with mode: 0644]
gyp/test/no-cpp/src/f.cc [new file with mode: 0644]
gyp/test/no-cpp/src/test.gyp [new file with mode: 0644]
gyp/test/no-output/gyptest-no-output.py [new file with mode: 0755]
gyp/test/no-output/src/nooutput.gyp [new file with mode: 0644]
gyp/test/product/gyptest-product.py [new file with mode: 0755]
gyp/test/product/hello.c [new file with mode: 0644]
gyp/test/product/product.gyp [new file with mode: 0644]
gyp/test/prune_targets/gyptest-prune-targets.py [new file with mode: 0644]
gyp/test/prune_targets/lib1.cc [new file with mode: 0644]
gyp/test/prune_targets/lib2.cc [new file with mode: 0644]
gyp/test/prune_targets/lib3.cc [new file with mode: 0644]
gyp/test/prune_targets/lib_indirect.cc [new file with mode: 0644]
gyp/test/prune_targets/program.cc [new file with mode: 0644]
gyp/test/prune_targets/test1.gyp [new file with mode: 0644]
gyp/test/prune_targets/test2.gyp [new file with mode: 0644]
gyp/test/relative/foo/a/a.cc [new file with mode: 0644]
gyp/test/relative/foo/a/a.gyp [new file with mode: 0644]
gyp/test/relative/foo/a/c/c.cc [new file with mode: 0644]
gyp/test/relative/foo/a/c/c.gyp [new file with mode: 0644]
gyp/test/relative/foo/b/b.cc [new file with mode: 0644]
gyp/test/relative/foo/b/b.gyp [new file with mode: 0644]
gyp/test/relative/gyptest-default.py [new file with mode: 0755]
gyp/test/rename/filecase/file.c [new file with mode: 0644]
gyp/test/rename/filecase/test-casesensitive.gyp [new file with mode: 0644]
gyp/test/rename/filecase/test.gyp [new file with mode: 0644]
gyp/test/rename/gyptest-filecase.py [new file with mode: 0644]
gyp/test/restat/gyptest-restat.py [new file with mode: 0644]
gyp/test/restat/src/create_intermediate.py [new file with mode: 0644]
gyp/test/restat/src/restat.gyp [new file with mode: 0644]
gyp/test/restat/src/touch.py [new file with mode: 0644]
gyp/test/rules-dirname/gyptest-dirname.py [new file with mode: 0755]
gyp/test/rules-dirname/src/actions.gyp [new file with mode: 0644]
gyp/test/rules-dirname/src/copy-file.py [new file with mode: 0755]
gyp/test/rules-dirname/src/subdir/a/b/c.gencc [new file with mode: 0644]
gyp/test/rules-dirname/src/subdir/a/b/c.printvars [new file with mode: 0644]
gyp/test/rules-dirname/src/subdir/foo/bar/baz.gencc [new file with mode: 0644]
gyp/test/rules-dirname/src/subdir/foo/bar/baz.printvars [new file with mode: 0644]
gyp/test/rules-dirname/src/subdir/input-rule-dirname.gyp [new file with mode: 0644]
gyp/test/rules-dirname/src/subdir/main.cc [new file with mode: 0644]
gyp/test/rules-dirname/src/subdir/nodir.gencc [new file with mode: 0644]
gyp/test/rules-dirname/src/subdir/printvars.py [new file with mode: 0755]
gyp/test/rules-rebuild/gyptest-all.py [new file with mode: 0755]
gyp/test/rules-rebuild/gyptest-default.py [new file with mode: 0755]
gyp/test/rules-rebuild/src/main.c [new file with mode: 0644]
gyp/test/rules-rebuild/src/make-sources.py [new file with mode: 0755]
gyp/test/rules-rebuild/src/prog1.in [new file with mode: 0644]
gyp/test/rules-rebuild/src/prog2.in [new file with mode: 0644]
gyp/test/rules-rebuild/src/same_target.gyp [new file with mode: 0644]
gyp/test/rules-use-built-dependencies/gyptest-use-built-dependencies.py [new file with mode: 0755]
gyp/test/rules-use-built-dependencies/src/main.cc [new file with mode: 0644]
gyp/test/rules-use-built-dependencies/src/use-built-dependencies-rule.gyp [new file with mode: 0644]
gyp/test/rules-variables/gyptest-rules-variables.py [new file with mode: 0755]
gyp/test/rules-variables/src/input_ext.c [new file with mode: 0644]
gyp/test/rules-variables/src/input_name/test.c [new file with mode: 0644]
gyp/test/rules-variables/src/input_path/subdir/test.c [new file with mode: 0644]
gyp/test/rules-variables/src/subdir/input_dirname.c [new file with mode: 0644]
gyp/test/rules-variables/src/subdir/test.c [new file with mode: 0644]
gyp/test/rules-variables/src/test.input_root.c [new file with mode: 0644]
gyp/test/rules-variables/src/variables.gyp [new file with mode: 0644]
gyp/test/rules/gyptest-all.py [new file with mode: 0755]
gyp/test/rules/gyptest-default.py [new file with mode: 0755]
gyp/test/rules/gyptest-input-root.py [new file with mode: 0755]
gyp/test/rules/gyptest-special-variables.py [new file with mode: 0644]
gyp/test/rules/src/actions.gyp [new file with mode: 0644]
gyp/test/rules/src/an_asm.S [new file with mode: 0644]
gyp/test/rules/src/as.bat [new file with mode: 0644]
gyp/test/rules/src/copy-file.py [new file with mode: 0755]
gyp/test/rules/src/external/external.gyp [new file with mode: 0644]
gyp/test/rules/src/external/file1.in [new file with mode: 0644]
gyp/test/rules/src/external/file2.in [new file with mode: 0644]
gyp/test/rules/src/input-root.gyp [new file with mode: 0644]
gyp/test/rules/src/noaction/file1.in [new file with mode: 0644]
gyp/test/rules/src/noaction/no_action_with_rules_fails.gyp [new file with mode: 0644]
gyp/test/rules/src/rule.py [new file with mode: 0755]
gyp/test/rules/src/somefile.ext [new file with mode: 0644]
gyp/test/rules/src/special-variables.gyp [new file with mode: 0644]
gyp/test/rules/src/subdir1/executable.gyp [new file with mode: 0644]
gyp/test/rules/src/subdir1/function1.in [new file with mode: 0644]
gyp/test/rules/src/subdir1/function2.in [new file with mode: 0644]
gyp/test/rules/src/subdir1/program.c [new file with mode: 0644]
gyp/test/rules/src/subdir2/both_rule_and_action_input.gyp [new file with mode: 0644]
gyp/test/rules/src/subdir2/file1.in [new file with mode: 0644]
gyp/test/rules/src/subdir2/file2.in [new file with mode: 0644]
gyp/test/rules/src/subdir2/never_used.gyp [new file with mode: 0644]
gyp/test/rules/src/subdir2/no_action.gyp [new file with mode: 0644]
gyp/test/rules/src/subdir2/no_inputs.gyp [new file with mode: 0644]
gyp/test/rules/src/subdir2/none.gyp [new file with mode: 0644]
gyp/test/rules/src/subdir2/program.c [new file with mode: 0644]
gyp/test/rules/src/subdir3/executable2.gyp [new file with mode: 0644]
gyp/test/rules/src/subdir3/function3.in [new file with mode: 0644]
gyp/test/rules/src/subdir3/program.c [new file with mode: 0644]
gyp/test/rules/src/subdir4/asm-function.assem [new file with mode: 0644]
gyp/test/rules/src/subdir4/build-asm.gyp [new file with mode: 0644]
gyp/test/rules/src/subdir4/program.c [new file with mode: 0644]
gyp/test/same-gyp-name/gyptest-all.py [new file with mode: 0755]
gyp/test/same-gyp-name/gyptest-default.py [new file with mode: 0755]
gyp/test/same-gyp-name/gyptest-library.py [new file with mode: 0644]
gyp/test/same-gyp-name/library/one/sub.gyp [new file with mode: 0644]
gyp/test/same-gyp-name/library/test.gyp [new file with mode: 0644]
gyp/test/same-gyp-name/library/two/sub.gyp [new file with mode: 0644]
gyp/test/same-gyp-name/src/all.gyp [new file with mode: 0644]
gyp/test/same-gyp-name/src/subdir1/executable.gyp [new file with mode: 0644]
gyp/test/same-gyp-name/src/subdir1/main1.cc [new file with mode: 0644]
gyp/test/same-gyp-name/src/subdir2/executable.gyp [new file with mode: 0644]
gyp/test/same-gyp-name/src/subdir2/main2.cc [new file with mode: 0644]
gyp/test/same-rule-output-file-name/gyptest-all.py [new file with mode: 0644]
gyp/test/same-rule-output-file-name/src/subdir1/subdir1.gyp [new file with mode: 0644]
gyp/test/same-rule-output-file-name/src/subdir2/subdir2.gyp [new file with mode: 0644]
gyp/test/same-rule-output-file-name/src/subdirs.gyp [new file with mode: 0644]
gyp/test/same-rule-output-file-name/src/touch.py [new file with mode: 0644]
gyp/test/same-source-file-name/gyptest-all.py [new file with mode: 0755]
gyp/test/same-source-file-name/gyptest-default.py [new file with mode: 0755]
gyp/test/same-source-file-name/gyptest-pass-executable.py [new file with mode: 0755]
gyp/test/same-source-file-name/gyptest-shared.py [new file with mode: 0755]
gyp/test/same-source-file-name/gyptest-static.py [new file with mode: 0755]
gyp/test/same-source-file-name/src/all.gyp [new file with mode: 0644]
gyp/test/same-source-file-name/src/double-executable.gyp [new file with mode: 0644]
gyp/test/same-source-file-name/src/double-shared.gyp [new file with mode: 0644]
gyp/test/same-source-file-name/src/double-static.gyp [new file with mode: 0644]
gyp/test/same-source-file-name/src/func.c [new file with mode: 0644]
gyp/test/same-source-file-name/src/prog1.c [new file with mode: 0644]
gyp/test/same-source-file-name/src/prog2.c [new file with mode: 0644]
gyp/test/same-source-file-name/src/prog3.c [new file with mode: 0644]
gyp/test/same-source-file-name/src/subdir1/func.c [new file with mode: 0644]
gyp/test/same-source-file-name/src/subdir2/func.c [new file with mode: 0644]
gyp/test/same-target-name-different-directory/gyptest-all.py [new file with mode: 0644]
gyp/test/same-target-name-different-directory/src/subdir1/subdir1.gyp [new file with mode: 0644]
gyp/test/same-target-name-different-directory/src/subdir2/subdir2.gyp [new file with mode: 0644]
gyp/test/same-target-name-different-directory/src/subdirs.gyp [new file with mode: 0644]
gyp/test/same-target-name-different-directory/src/touch.py [new file with mode: 0644]
gyp/test/same-target-name/gyptest-same-target-name.py [new file with mode: 0755]
gyp/test/same-target-name/src/all.gyp [new file with mode: 0644]
gyp/test/same-target-name/src/executable1.gyp [new file with mode: 0644]
gyp/test/same-target-name/src/executable2.gyp [new file with mode: 0644]
gyp/test/sanitize-rule-names/blah.S [new file with mode: 0644]
gyp/test/sanitize-rule-names/gyptest-sanitize-rule-names.py [new file with mode: 0644]
gyp/test/sanitize-rule-names/hello.cc [new file with mode: 0644]
gyp/test/sanitize-rule-names/sanitize-rule-names.gyp [new file with mode: 0644]
gyp/test/sanitize-rule-names/script.py [new file with mode: 0644]
gyp/test/self-dependency/common.gypi [new file with mode: 0644]
gyp/test/self-dependency/dep.gyp [new file with mode: 0644]
gyp/test/self-dependency/gyptest-self-dependency.py [new file with mode: 0755]
gyp/test/self-dependency/self_dependency.gyp [new file with mode: 0644]
gyp/test/sibling/gyptest-all.py [new file with mode: 0755]
gyp/test/sibling/gyptest-relocate.py [new file with mode: 0755]
gyp/test/sibling/src/build/all.gyp [new file with mode: 0644]
gyp/test/sibling/src/prog1/prog1.c [new file with mode: 0644]
gyp/test/sibling/src/prog1/prog1.gyp [new file with mode: 0644]
gyp/test/sibling/src/prog2/prog2.c [new file with mode: 0644]
gyp/test/sibling/src/prog2/prog2.gyp [new file with mode: 0644]
gyp/test/small/gyptest-small.py [new file with mode: 0755]
gyp/test/standalone-static-library/gyptest-standalone-static-library.py [new file with mode: 0644]
gyp/test/standalone-static-library/invalid.gyp [new file with mode: 0644]
gyp/test/standalone-static-library/mylib.c [new file with mode: 0644]
gyp/test/standalone-static-library/mylib.gyp [new file with mode: 0644]
gyp/test/standalone-static-library/prog.c [new file with mode: 0644]
gyp/test/standalone/gyptest-standalone.py [new file with mode: 0644]
gyp/test/standalone/standalone.gyp [new file with mode: 0644]
gyp/test/subdirectory/gyptest-SYMROOT-all.py [new file with mode: 0755]
gyp/test/subdirectory/gyptest-SYMROOT-default.py [new file with mode: 0755]
gyp/test/subdirectory/gyptest-subdir-all.py [new file with mode: 0755]
gyp/test/subdirectory/gyptest-subdir-default.py [new file with mode: 0755]
gyp/test/subdirectory/gyptest-subdir2-deep.py [new file with mode: 0755]
gyp/test/subdirectory/gyptest-top-all.py [new file with mode: 0755]
gyp/test/subdirectory/gyptest-top-default.py [new file with mode: 0755]
gyp/test/subdirectory/src/prog1.c [new file with mode: 0644]
gyp/test/subdirectory/src/prog1.gyp [new file with mode: 0644]
gyp/test/subdirectory/src/subdir/prog2.c [new file with mode: 0644]
gyp/test/subdirectory/src/subdir/prog2.gyp [new file with mode: 0644]
gyp/test/subdirectory/src/subdir/subdir2/prog3.c [new file with mode: 0644]
gyp/test/subdirectory/src/subdir/subdir2/prog3.gyp [new file with mode: 0644]
gyp/test/subdirectory/src/symroot.gypi [new file with mode: 0644]
gyp/test/target/gyptest-target.py [new file with mode: 0644]
gyp/test/target/hello.c [new file with mode: 0644]
gyp/test/target/target.gyp [new file with mode: 0644]
gyp/test/toolsets/gyptest-toolsets.py [new file with mode: 0755]
gyp/test/toolsets/main.cc [new file with mode: 0644]
gyp/test/toolsets/toolsets.cc [new file with mode: 0644]
gyp/test/toolsets/toolsets.gyp [new file with mode: 0644]
gyp/test/toolsets/toolsets_shared.cc [new file with mode: 0644]
gyp/test/toplevel-dir/gyptest-toplevel-dir.py [new file with mode: 0755]
gyp/test/toplevel-dir/src/sub1/main.gyp [new file with mode: 0644]
gyp/test/toplevel-dir/src/sub1/prog1.c [new file with mode: 0644]
gyp/test/toplevel-dir/src/sub2/prog2.c [new file with mode: 0644]
gyp/test/toplevel-dir/src/sub2/prog2.gyp [new file with mode: 0644]
gyp/test/variables/commands/commands-repeated.gyp [new file with mode: 0644]
gyp/test/variables/commands/commands-repeated.gyp.stdout [new file with mode: 0644]
gyp/test/variables/commands/commands-repeated.gypd.golden [new file with mode: 0644]
gyp/test/variables/commands/commands.gyp [new file with mode: 0644]
gyp/test/variables/commands/commands.gyp.ignore-env.stdout [new file with mode: 0644]
gyp/test/variables/commands/commands.gyp.stdout [new file with mode: 0644]
gyp/test/variables/commands/commands.gypd.golden [new file with mode: 0644]
gyp/test/variables/commands/commands.gypi [new file with mode: 0644]
gyp/test/variables/commands/gyptest-commands-ignore-env.py [new file with mode: 0755]
gyp/test/variables/commands/gyptest-commands-repeated-multidir.py [new file with mode: 0755]
gyp/test/variables/commands/gyptest-commands-repeated.py [new file with mode: 0755]
gyp/test/variables/commands/gyptest-commands.py [new file with mode: 0755]
gyp/test/variables/commands/repeated_multidir/dir_1/test_1.gyp [new file with mode: 0644]
gyp/test/variables/commands/repeated_multidir/dir_2/test_2.gyp [new file with mode: 0644]
gyp/test/variables/commands/repeated_multidir/main.gyp [new file with mode: 0644]
gyp/test/variables/commands/repeated_multidir/print_cwd_basename.py [new file with mode: 0755]
gyp/test/variables/commands/repeated_multidir/repeated_command_common.gypi [new file with mode: 0644]
gyp/test/variables/commands/test.py [new file with mode: 0644]
gyp/test/variables/commands/update_golden [new file with mode: 0755]
gyp/test/variables/filelist/filelist.gyp.stdout [new file with mode: 0644]
gyp/test/variables/filelist/filelist.gypd.golden [new file with mode: 0644]
gyp/test/variables/filelist/gyptest-filelist-golden.py [new file with mode: 0644]
gyp/test/variables/filelist/gyptest-filelist.py [new file with mode: 0755]
gyp/test/variables/filelist/src/dummy.py [new file with mode: 0644]
gyp/test/variables/filelist/src/filelist.gyp [new file with mode: 0644]
gyp/test/variables/filelist/src/filelist2.gyp [new file with mode: 0644]
gyp/test/variables/filelist/update_golden [new file with mode: 0755]
gyp/test/variables/latelate/gyptest-latelate.py [new file with mode: 0755]
gyp/test/variables/latelate/src/latelate.gyp [new file with mode: 0644]
gyp/test/variables/latelate/src/program.cc [new file with mode: 0644]
gyp/test/variables/variable-in-path/C1/hello.cc [new file with mode: 0644]
gyp/test/variables/variable-in-path/gyptest-variable-in-path.py [new file with mode: 0644]
gyp/test/variables/variable-in-path/variable-in-path.gyp [new file with mode: 0644]
gyp/test/win/asm-files/asm-files.gyp [new file with mode: 0644]
gyp/test/win/asm-files/b.s [new file with mode: 0644]
gyp/test/win/asm-files/c.S [new file with mode: 0644]
gyp/test/win/asm-files/hello.cc [new file with mode: 0644]
gyp/test/win/batch-file-action/batch-file-action.gyp [new file with mode: 0644]
gyp/test/win/batch-file-action/infile [new file with mode: 0644]
gyp/test/win/batch-file-action/somecmd.bat [new file with mode: 0644]
gyp/test/win/command-quote/a.S [new file with mode: 0644]
gyp/test/win/command-quote/bat with spaces.bat [new file with mode: 0644]
gyp/test/win/command-quote/command-quote.gyp [new file with mode: 0644]
gyp/test/win/command-quote/go.bat [new file with mode: 0644]
gyp/test/win/command-quote/subdir/and/another/in-subdir.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/additional-include-dirs.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/additional-include-dirs.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/additional-options.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/additional-options.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/analysis.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/buffer-security-check.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/buffer-security.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/character-set-mbcs.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/character-set-unicode.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/character-set.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/debug-format.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/default-char-is-unsigned.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/default-char-is-unsigned.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/disable-specific-warnings.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/disable-specific-warnings.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/enable-enhanced-instruction-set.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/enable-enhanced-instruction-set.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/exception-handling-on.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/exception-handling.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/force-include-files-with-precompiled.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/force-include-files.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/force-include-files.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/function-level-linking.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/function-level-linking.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/hello.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/optimizations.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/pdbname-override.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/pdbname.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/pdbname.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/precomp.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/rtti-on.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/rtti.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/runtime-checks.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/runtime-checks.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/runtime-library-md.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/runtime-library-mdd.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/runtime-library-mt.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/runtime-library-mtd.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/runtime-library.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/subdir/header.h [new file with mode: 0644]
gyp/test/win/compiler-flags/treat-wchar-t-as-built-in-type.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/treat-wchar-t-as-built-in-type1.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/treat-wchar-t-as-built-in-type2.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/uninit.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/warning-as-error.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/warning-as-error.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/warning-level.gyp [new file with mode: 0644]
gyp/test/win/compiler-flags/warning-level1.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/warning-level2.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/warning-level3.cc [new file with mode: 0644]
gyp/test/win/compiler-flags/warning-level4.cc [new file with mode: 0644]
gyp/test/win/generator-output-different-drive/gyptest-generator-output-different-drive.py [new file with mode: 0644]
gyp/test/win/generator-output-different-drive/prog.c [new file with mode: 0644]
gyp/test/win/generator-output-different-drive/prog.gyp [new file with mode: 0644]
gyp/test/win/gyptest-asm-files.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-additional-include-dirs.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-additional-options.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-analysis.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-buffer-security-check.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-character-set.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-debug-format.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-default-char-is-unsigned.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-disable-specific-warnings.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-enable-enhanced-instruction-set.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-exception-handling.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-force-include-files.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-function-level-linking.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-optimizations.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-pdbname-override.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-pdbname.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-rtti.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-runtime-checks.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-runtime-library.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-treat-wchar-t-as-built-in-type.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-warning-as-error.py [new file with mode: 0644]
gyp/test/win/gyptest-cl-warning-level.py [new file with mode: 0644]
gyp/test/win/gyptest-command-quote.py [new file with mode: 0644]
gyp/test/win/gyptest-lib-ltcg.py [new file with mode: 0644]
gyp/test/win/gyptest-link-additional-deps.py [new file with mode: 0644]
gyp/test/win/gyptest-link-additional-options.py [new file with mode: 0644]
gyp/test/win/gyptest-link-aslr.py [new file with mode: 0644]
gyp/test/win/gyptest-link-base-address.py [new file with mode: 0644]
gyp/test/win/gyptest-link-debug-info.py [new file with mode: 0644]
gyp/test/win/gyptest-link-default-libs.py [new file with mode: 0644]
gyp/test/win/gyptest-link-deffile.py [new file with mode: 0644]
gyp/test/win/gyptest-link-defrelink.py [new file with mode: 0644]
gyp/test/win/gyptest-link-delay-load-dlls.py [new file with mode: 0644]
gyp/test/win/gyptest-link-embed-manifest.py [new file with mode: 0644]
gyp/test/win/gyptest-link-enable-uac.py [new file with mode: 0644]
gyp/test/win/gyptest-link-entrypointsymbol.py [new file with mode: 0644]
gyp/test/win/gyptest-link-fixed-base.py [new file with mode: 0644]
gyp/test/win/gyptest-link-force-symbol-reference.py [new file with mode: 0644]
gyp/test/win/gyptest-link-generate-manifest.py [new file with mode: 0644]
gyp/test/win/gyptest-link-incremental.py [new file with mode: 0644]
gyp/test/win/gyptest-link-large-address-aware.py [new file with mode: 0644]
gyp/test/win/gyptest-link-large-pdb.py [new file with mode: 0644]
gyp/test/win/gyptest-link-library-adjust.py [new file with mode: 0644]
gyp/test/win/gyptest-link-library-directories.py [new file with mode: 0644]
gyp/test/win/gyptest-link-ltcg.py [new file with mode: 0644]
gyp/test/win/gyptest-link-mapfile.py [new file with mode: 0644]
gyp/test/win/gyptest-link-nodefaultlib.py [new file with mode: 0644]
gyp/test/win/gyptest-link-nxcompat.py [new file with mode: 0644]
gyp/test/win/gyptest-link-opt-icf.py [new file with mode: 0644]
gyp/test/win/gyptest-link-opt-ref.py [new file with mode: 0644]
gyp/test/win/gyptest-link-ordering.py [new file with mode: 0644]
gyp/test/win/gyptest-link-outputfile.py [new file with mode: 0644]
gyp/test/win/gyptest-link-pdb-output.py [new file with mode: 0644]
gyp/test/win/gyptest-link-pdb.py [new file with mode: 0644]
gyp/test/win/gyptest-link-pgo.py [new file with mode: 0644]
gyp/test/win/gyptest-link-profile.py [new file with mode: 0644]
gyp/test/win/gyptest-link-restat-importlib.py [new file with mode: 0644]
gyp/test/win/gyptest-link-safeseh.py [new file with mode: 0644]
gyp/test/win/gyptest-link-shard.py [new file with mode: 0644]
gyp/test/win/gyptest-link-subsystem.py [new file with mode: 0644]
gyp/test/win/gyptest-link-target-machine.py [new file with mode: 0644]
gyp/test/win/gyptest-link-tsaware.py [new file with mode: 0644]
gyp/test/win/gyptest-link-uldi.py [new file with mode: 0644]
gyp/test/win/gyptest-link-unsupported-manifest.py [new file with mode: 0644]
gyp/test/win/gyptest-link-update-manifest.py [new file with mode: 0644]
gyp/test/win/gyptest-link-warnings-as-errors.py [new file with mode: 0644]
gyp/test/win/gyptest-long-command-line.py [new file with mode: 0644]
gyp/test/win/gyptest-macro-projectname.py [new file with mode: 0644]
gyp/test/win/gyptest-macro-targetname.py [new file with mode: 0644]
gyp/test/win/gyptest-macro-vcinstalldir.py [new file with mode: 0644]
gyp/test/win/gyptest-macros-containing-gyp.py [new file with mode: 0644]
gyp/test/win/gyptest-macros-in-inputs-and-outputs.py [new file with mode: 0644]
gyp/test/win/gyptest-midl-excluded.py [new file with mode: 0644]
gyp/test/win/gyptest-midl-rules.py [new file with mode: 0644]
gyp/test/win/gyptest-ml-safeseh.py [new file with mode: 0644]
gyp/test/win/gyptest-quoting-commands.py [new file with mode: 0644]
gyp/test/win/gyptest-rc-build.py [new file with mode: 0644]
gyp/test/win/gyptest-system-include.py [new file with mode: 0644]
gyp/test/win/idl-excluded/bad.idl [new file with mode: 0644]
gyp/test/win/idl-excluded/copy-file.py [new file with mode: 0644]
gyp/test/win/idl-excluded/idl-excluded.gyp [new file with mode: 0644]
gyp/test/win/idl-excluded/program.cc [new file with mode: 0644]
gyp/test/win/idl-rules/Window.idl [new file with mode: 0644]
gyp/test/win/idl-rules/basic-idl.gyp [new file with mode: 0644]
gyp/test/win/idl-rules/history_indexer.idl [new file with mode: 0644]
gyp/test/win/idl-rules/history_indexer_user.cc [new file with mode: 0644]
gyp/test/win/idl-rules/idl_compiler.py [new file with mode: 0644]
gyp/test/win/importlib/has-exports.cc [new file with mode: 0644]
gyp/test/win/importlib/hello.cc [new file with mode: 0644]
gyp/test/win/importlib/importlib.gyp [new file with mode: 0644]
gyp/test/win/large-pdb/dllmain.cc [new file with mode: 0644]
gyp/test/win/large-pdb/large-pdb.gyp [new file with mode: 0644]
gyp/test/win/large-pdb/main.cc [new file with mode: 0644]
gyp/test/win/lib-flags/answer.cc [new file with mode: 0644]
gyp/test/win/lib-flags/answer.h [new file with mode: 0644]
gyp/test/win/lib-flags/ltcg.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/a/x.cc [new file with mode: 0644]
gyp/test/win/linker-flags/a/z.cc [new file with mode: 0644]
gyp/test/win/linker-flags/additional-deps.cc [new file with mode: 0644]
gyp/test/win/linker-flags/additional-deps.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/additional-options.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/aslr.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/b/y.cc [new file with mode: 0644]
gyp/test/win/linker-flags/base-address.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/debug-info.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/deffile-multiple.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/deffile.cc [new file with mode: 0644]
gyp/test/win/linker-flags/deffile.def [new file with mode: 0644]
gyp/test/win/linker-flags/deffile.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/delay-load-dlls.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/delay-load.cc [new file with mode: 0644]
gyp/test/win/linker-flags/embed-manifest.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/enable-uac.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/entrypointsymbol.cc [new file with mode: 0644]
gyp/test/win/linker-flags/entrypointsymbol.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/extra.manifest [new file with mode: 0644]
gyp/test/win/linker-flags/extra2.manifest [new file with mode: 0644]
gyp/test/win/linker-flags/fixed-base.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/force-symbol-reference.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/generate-manifest.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/hello.cc [new file with mode: 0644]
gyp/test/win/linker-flags/incremental.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/inline_test.cc [new file with mode: 0644]
gyp/test/win/linker-flags/inline_test.h [new file with mode: 0644]
gyp/test/win/linker-flags/inline_test_main.cc [new file with mode: 0644]
gyp/test/win/linker-flags/large-address-aware.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/library-adjust.cc [new file with mode: 0644]
gyp/test/win/linker-flags/library-adjust.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/library-directories-define.cc [new file with mode: 0644]
gyp/test/win/linker-flags/library-directories-reference.cc [new file with mode: 0644]
gyp/test/win/linker-flags/library-directories.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/link-ordering.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/link-warning.cc [new file with mode: 0644]
gyp/test/win/linker-flags/ltcg.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/main-crt.c [new file with mode: 0644]
gyp/test/win/linker-flags/manifest-in-comment.cc [new file with mode: 0644]
gyp/test/win/linker-flags/mapfile.cc [new file with mode: 0644]
gyp/test/win/linker-flags/mapfile.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/no-default-libs.cc [new file with mode: 0644]
gyp/test/win/linker-flags/no-default-libs.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/nodefaultlib.cc [new file with mode: 0644]
gyp/test/win/linker-flags/nodefaultlib.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/nxcompat.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/opt-icf.cc [new file with mode: 0644]
gyp/test/win/linker-flags/opt-icf.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/opt-ref.cc [new file with mode: 0644]
gyp/test/win/linker-flags/opt-ref.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/outputfile.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/pdb-output.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/pgo.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/profile.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/program-database.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/safeseh.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/safeseh_hello.cc [new file with mode: 0644]
gyp/test/win/linker-flags/safeseh_zero.asm [new file with mode: 0644]
gyp/test/win/linker-flags/subdir/library.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/subsystem-windows.cc [new file with mode: 0644]
gyp/test/win/linker-flags/subsystem.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/target-machine.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/tsaware.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/unsupported-manifest.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/update_pgd.py [new file with mode: 0644]
gyp/test/win/linker-flags/warn-as-error.gyp [new file with mode: 0644]
gyp/test/win/linker-flags/x.cc [new file with mode: 0644]
gyp/test/win/linker-flags/y.cc [new file with mode: 0644]
gyp/test/win/linker-flags/z.cc [new file with mode: 0644]
gyp/test/win/long-command-line/function.cc [new file with mode: 0644]
gyp/test/win/long-command-line/hello.cc [new file with mode: 0644]
gyp/test/win/long-command-line/long-command-line.gyp [new file with mode: 0644]
gyp/test/win/ml-safeseh/a.asm [new file with mode: 0644]
gyp/test/win/ml-safeseh/hello.cc [new file with mode: 0644]
gyp/test/win/ml-safeseh/ml-safeseh.gyp [new file with mode: 0644]
gyp/test/win/precompiled/gyptest-all.py [new file with mode: 0644]
gyp/test/win/precompiled/hello.c [new file with mode: 0644]
gyp/test/win/precompiled/hello.gyp [new file with mode: 0644]
gyp/test/win/precompiled/hello2.c [new file with mode: 0644]
gyp/test/win/precompiled/precomp.c [new file with mode: 0644]
gyp/test/win/rc-build/Resource.h [new file with mode: 0644]
gyp/test/win/rc-build/hello.cpp [new file with mode: 0644]
gyp/test/win/rc-build/hello.gyp [new file with mode: 0644]
gyp/test/win/rc-build/hello.h [new file with mode: 0644]
gyp/test/win/rc-build/hello.ico [new file with mode: 0644]
gyp/test/win/rc-build/hello.rc [new file with mode: 0644]
gyp/test/win/rc-build/hello3.rc [new file with mode: 0644]
gyp/test/win/rc-build/small.ico [new file with mode: 0644]
gyp/test/win/rc-build/subdir/hello2.rc [new file with mode: 0644]
gyp/test/win/rc-build/subdir/include.h [new file with mode: 0644]
gyp/test/win/rc-build/targetver.h [new file with mode: 0644]
gyp/test/win/shard/hello.cc [new file with mode: 0644]
gyp/test/win/shard/hello1.cc [new file with mode: 0644]
gyp/test/win/shard/hello2.cc [new file with mode: 0644]
gyp/test/win/shard/hello3.cc [new file with mode: 0644]
gyp/test/win/shard/hello4.cc [new file with mode: 0644]
gyp/test/win/shard/shard.gyp [new file with mode: 0644]
gyp/test/win/shard/shard_ref.gyp [new file with mode: 0644]
gyp/test/win/system-include/bar/header.h [new file with mode: 0644]
gyp/test/win/system-include/common/commonheader.h [new file with mode: 0644]
gyp/test/win/system-include/foo/header.h [new file with mode: 0644]
gyp/test/win/system-include/main.cc [new file with mode: 0644]
gyp/test/win/system-include/test.gyp [new file with mode: 0644]
gyp/test/win/uldi/a.cc [new file with mode: 0644]
gyp/test/win/uldi/b.cc [new file with mode: 0644]
gyp/test/win/uldi/main.cc [new file with mode: 0644]
gyp/test/win/uldi/uldi.gyp [new file with mode: 0644]
gyp/test/win/vs-macros/as.py [new file with mode: 0644]
gyp/test/win/vs-macros/containing-gyp.gyp [new file with mode: 0644]
gyp/test/win/vs-macros/do_stuff.py [new file with mode: 0644]
gyp/test/win/vs-macros/hello.cc [new file with mode: 0644]
gyp/test/win/vs-macros/input-output-macros.gyp [new file with mode: 0644]
gyp/test/win/vs-macros/input.S [new file with mode: 0644]
gyp/test/win/vs-macros/projectname.gyp [new file with mode: 0644]
gyp/test/win/vs-macros/stuff.blah [new file with mode: 0644]
gyp/test/win/vs-macros/targetname.gyp [new file with mode: 0644]
gyp/test/win/vs-macros/test_exists.py [new file with mode: 0644]
gyp/test/win/vs-macros/vcinstalldir.gyp [new file with mode: 0644]
gyp/test/win/win-tool/copies_readonly_files.gyp [new file with mode: 0644]
gyp/test/win/win-tool/gyptest-win-tool-handles-readonly-files.py [new file with mode: 0644]
gyp/tools/README [new file with mode: 0644]
gyp/tools/Xcode/README [new file with mode: 0644]
gyp/tools/Xcode/Specifications/gyp.pbfilespec [new file with mode: 0644]
gyp/tools/Xcode/Specifications/gyp.xclangspec [new file with mode: 0644]
gyp/tools/emacs/README [new file with mode: 0644]
gyp/tools/emacs/gyp-tests.el [new file with mode: 0644]
gyp/tools/emacs/gyp.el [new file with mode: 0644]
gyp/tools/emacs/run-unit-tests.sh [new file with mode: 0755]
gyp/tools/emacs/testdata/media.gyp [new file with mode: 0644]
gyp/tools/emacs/testdata/media.gyp.fontified [new file with mode: 0644]
gyp/tools/graphviz.py [new file with mode: 0755]
gyp/tools/pretty_gyp.py [new file with mode: 0755]
gyp/tools/pretty_sln.py [new file with mode: 0755]
gyp/tools/pretty_vcproj.py [new file with mode: 0755]