Refactor .gyp files:
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 25 Aug 2011 14:50:09 +0000 (14:50 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 25 Aug 2011 14:50:09 +0000 (14:50 +0000)
commitdda2889ba1211c5e6e5b69dca3286fe1dc7f6ff8
tree47c7e4f6d45b839dbd73b85dc430a3d555e7284c
parent2f2f90610e2befb2e2a7e1867054c86b23cc000c
Refactor .gyp files:

common.gypi now contains global target defaults and is included by all .gyp files;
standalone.gypi contains definitions for stand-alone v8 builds.
This fixes d8 for the ARM simulator.

TEST=compiles and tests pass on all platforms

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9019 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Makefile
build/common.gypi
build/gyp_v8
build/standalone.gypi [new file with mode: 0644]
build/v8-features.gypi [deleted file]
preparser/preparser.gyp
samples/samples.gyp
src/d8.gyp
test/cctest/cctest.gyp
tools/gyp/v8.gyp
tools/test-wrapper-gypbuild.py