Make GYP build usable for day-to-day work (second attempt)
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 5 Aug 2011 09:44:30 +0000 (09:44 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 5 Aug 2011 09:44:30 +0000 (09:44 +0000)
commit1a849d2754e507f37bf06755674e7f0cada881b2
tree77e218e99f7c296e1f480debbd1ac83ead3d4c28
parent3e28347d553123ed5cfecea87b433938507b36ad
Make GYP build usable for day-to-day work (second attempt)

- Introduce a global Makefile that triggers GYP-based building
- Some fixes to .gyp[i] files to make everything work
- tools/test-wrapper-gypbuild.py as a temporary solution for easy testing

Original review URL: http://codereview.chromium.org/7383006/

Review URL: http://codereview.chromium.org/7550030

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8840 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
17 files changed:
.gitignore
Makefile [new file with mode: 0644]
build/all.gyp
build/armu.gypi
build/common.gypi
build/v8-features.gypi
preparser/preparser.gyp [new file with mode: 0644]
samples/samples.gyp
src/d8.gyp
src/deoptimizer.cc
src/heap.cc
test/cctest/cctest.gyp
test/cctest/testcfg.py
test/preparser/testcfg.py
tools/gyp/v8.gyp
tools/test-wrapper-gypbuild.py [new file with mode: 0755]
tools/test.py