Reviewers: Yang,
Message:
PTAL.
This looks huge, but the changes are actually purely mechanical:
• move stand-alone build specific stuff from common.gypi to standalone.gypi
• move common definitions from v8.gyp and v8-features.gypi to common.gypi
One line is new: in test-wrapper-gypbuild.py, passing the proper "--arch="
flag
to test.py makes ARM tests run correctly.
Description:
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
Please review this at http://codereview.chromium.org/7740020/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M Makefile
M build/common.gypi
M build/gyp_v8
A + build/standalone.gypi
D build/v8-features.gypi
M preparser/preparser.gyp
M samples/samples.gyp
M src/d8.gyp
M test/cctest/cctest.gyp
M tools/gyp/v8.gyp
M tools/test-wrapper-gypbuild.py
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev