Revision: 7182
Author: [email protected]
Date: Tue Mar 15 12:59:11 2011
Log: Update v8.gyp.
Review URL: http://codereview.chromium.org/6698045
http://code.google.com/p/v8/source/detail?r=7182

Modified:
 /branches/experimental/gc/tools/gyp/v8.gyp

=======================================
--- /branches/experimental/gc/tools/gyp/v8.gyp  Tue Mar 15 12:46:33 2011
+++ /branches/experimental/gc/tools/gyp/v8.gyp  Tue Mar 15 12:59:11 2011
@@ -426,6 +426,8 @@
             '../../src/ic-inl.h',
             '../../src/ic.cc',
             '../../src/ic.h',
+            '../../src/incremental-marking.cc',
+            '../../src/incremental-marking.h',
             '../../src/inspector.cc',
             '../../src/inspector.h',
             '../../src/interpreter-irregexp.cc',
@@ -517,6 +519,9 @@
             '../../src/spaces-inl.h',
             '../../src/spaces.cc',
             '../../src/spaces.h',
+            '../../src/store-buffer-inl.h',
+            '../../src/store-buffer.cc',
+            '../../src/store-buffer.h',
             '../../src/string-search.cc',
             '../../src/string-search.h',
             '../../src/string-stream.cc',

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to