Reviewers: Erik Corry, Description: Update v8.gyp.
Please review this at http://codereview.chromium.org/6698045/ SVN Base: http://v8.googlecode.com/svn/branches/experimental/gc/ Affected files: M tools/gyp/v8.gyp Index: tools/gyp/v8.gyp =================================================================== --- tools/gyp/v8.gyp (revision 7181) +++ tools/gyp/v8.gyp (working copy) @@ -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
