GYP: Make the ARM simulator build with GYP again
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 9 Jun 2011 12:48:11 +0000 (12:48 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 9 Jun 2011 12:48:11 +0000 (12:48 +0000)
commit827be16b35098edfe1555aeb0c93b7ce40dadf3d
tree5fc83afffcb94b5096d104b726f6463c5f8a809e
parent4b962185898e6a7b4867a3e0b3b3d905371c671a
GYP: Make the ARM simulator build with GYP again

Updated the armu.gypi to set values for variables which does not have a default. These variables was recently added to v8.gyp.

Moved the what will be shared between building the v8 library and the cctests to a separate include file. For now this file is currently only used by cctest.gyp. the reason is that the cctests are not just using the API but also internal functions so the C++ defines and optons needs to be the same when compiling the cctests files as when compiling the v8 library files.

R=jkummerow@chromium.org
Review URL: http://codereview.chromium.org/7134039

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8239 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
build/armu.gypi
build/v8-features.gypi [new file with mode: 0644]
test/cctest/cctest.gyp