Revision: 5938
Author: [email protected]
Date: Tue Dec  7 07:47:17 2010
Log: Fix arm gyp files, lithium files where not added.

Review URL: http://codereview.chromium.org/5558009
http://code.google.com/p/v8/source/detail?r=5938

Modified:
 /branches/bleeding_edge/tools/gyp/v8.gyp

=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Tue Dec  7 03:31:57 2010
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Tue Dec  7 07:47:17 2010
@@ -388,7 +388,7 @@
         '../../src/jsregexp.h',
         '../../src/list-inl.h',
         '../../src/list.h',
-       '../../src/lithium-allocator.cc',
+        '../../src/lithium-allocator.cc',
         '../../src/lithium-allocator.h',
         '../../src/liveedit.cc',
         '../../src/liveedit.h',
@@ -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

Reply via email to