Bring gyp into the tools directory; handwritten makefile
authorRyan Dahl <ry@tinyclouds.org>
Fri, 5 Aug 2011 22:03:30 +0000 (15:03 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 6 Aug 2011 10:12:08 +0000 (03:12 -0700)
commitbef9f56cacffe3a55d9154e304a57ad8de607c5a
tree831347e8c18757fec2ee6a45de82384340d23fc4
parent466cbfef1b3707392eb94a67d5e1eea3486dcec9
Bring gyp into the tools directory; handwritten makefile
38 files changed:
.gitignore
LICENSE
Makefile [new file with mode: 0644]
gyp/gyp_node [deleted file]
tools/all.gyp [moved from gyp/all.gyp with 100% similarity]
tools/gyp/AUTHORS [new file with mode: 0644]
tools/gyp/DEPS [new file with mode: 0644]
tools/gyp/LICENSE [new file with mode: 0644]
tools/gyp/codereview.settings [new file with mode: 0644]
tools/gyp/gyp_dummy.c [new file with mode: 0644]
tools/gyp/gyptest.py [new file with mode: 0755]
tools/gyp/pylib/gyp/MSVSNew.py [new file with mode: 0644]
tools/gyp/pylib/gyp/MSVSProject.py [new file with mode: 0644]
tools/gyp/pylib/gyp/MSVSSettings.py [new file with mode: 0644]
tools/gyp/pylib/gyp/MSVSSettings_test.py [new file with mode: 0644]
tools/gyp/pylib/gyp/MSVSToolFile.py [new file with mode: 0644]
tools/gyp/pylib/gyp/MSVSUserFile.py [new file with mode: 0644]
tools/gyp/pylib/gyp/MSVSVersion.py [new file with mode: 0755]
tools/gyp/pylib/gyp/SCons.py [new file with mode: 0644]
tools/gyp/pylib/gyp/__init__.py [new file with mode: 0644]
tools/gyp/pylib/gyp/common.py [new file with mode: 0644]
tools/gyp/pylib/gyp/easy_xml.py [new file with mode: 0644]
tools/gyp/pylib/gyp/easy_xml_test.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/__init__.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/dump_dependency_json.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/gypd.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/gypsh.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/make.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/msvs.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/scons.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/xcode.py [new file with mode: 0644]
tools/gyp/pylib/gyp/input.py [new file with mode: 0644]
tools/gyp/pylib/gyp/mac_tool.py [new file with mode: 0644]
tools/gyp/pylib/gyp/system_test.py [new file with mode: 0644]
tools/gyp/pylib/gyp/xcodeproj_file.py [new file with mode: 0644]
tools/gyp/pylib/gyp/xml_fix.py [new file with mode: 0644]
tools/gyp/setup.py [new file with mode: 0755]
tools/gyp_node [new file with mode: 0755]