Reviewers: Kasper Lund, Description: Fix arm gyp files, lithium files where not added.
Please review this at http://codereview.chromium.org/5558009/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M tools/gyp/v8.gyp Index: tools/gyp/v8.gyp =================================================================== --- tools/gyp/v8.gyp (revision 5933) +++ tools/gyp/v8.gyp (working copy) @@ -540,6 +540,10 @@ '../../src/arm/full-codegen-arm.cc', '../../src/arm/ic-arm.cc', '../../src/arm/jump-target-arm.cc', + '../../src/arm/lithium-codegen-arm.cc', + '../../src/arm/lithium-codegen-arm.h', + '../../src/arm/lithium-arm.cc', + '../../src/arm/lithium-arm.h', '../../src/arm/macro-assembler-arm.cc', '../../src/arm/macro-assembler-arm.h', '../../src/arm/regexp-macro-assembler-arm.cc', -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
