| Index: tools/gyp/v8.gyp
 | 
| ===================================================================
 | 
| --- tools/gyp/v8.gyp	(revision 9531)
 | 
| +++ tools/gyp/v8.gyp	(working copy)
 | 
| @@ -340,6 +340,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',
 | 
| @@ -431,6 +433,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',
 | 
| @@ -641,6 +646,13 @@
 | 
|                  ],
 | 
|                }
 | 
|              ],
 | 
| +            ['OS=="solaris"', {
 | 
| +                'sources': [
 | 
| +                  '../../src/platform-solaris.cc',
 | 
| +                  '../../src/platform-posix.cc',
 | 
| +                ],
 | 
| +              }
 | 
| +            ],
 | 
|              ['OS=="mac"', {
 | 
|                'sources': [
 | 
|                  '../../src/platform-macos.cc',
 | 
| 
 |