| 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',
|
|
|