Make GYP build usable for day-to-day work
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 18 Jul 2011 14:19:48 +0000 (14:19 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 18 Jul 2011 14:19:48 +0000 (14:19 +0000)
commit93c5c5fa23042b24b529cd193c1baacbce974c0d
tree96e25797860ecf0922927425d32585814a4b5209
parent5e62e325aca4d9db0ab71a2967c1feeb8ac398fb
Make GYP build usable for day-to-day work

- 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

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8674 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
15 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
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