| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index 6bbe9ef82df68f4d27ef04a4c5f11998b1f2bc56..a8d972d0631378aaf731ad7cf38ef00f669b09c2 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -953,6 +953,7 @@
|
| 'heap/code-stats.h',
|
| 'heap/concurrent-marking.cc',
|
| 'heap/concurrent-marking.h',
|
| + 'heap/concurrent-marking-deque.h',
|
| 'heap/embedder-tracing.cc',
|
| 'heap/embedder-tracing.h',
|
| 'heap/memory-reducer.cc',
|
| @@ -985,6 +986,8 @@
|
| 'heap/scavenger-inl.h',
|
| 'heap/scavenger.cc',
|
| 'heap/scavenger.h',
|
| + 'heap/sequential-marking-deque.cc',
|
| + 'heap/sequential-marking-deque.h',
|
| 'heap/slot-set.h',
|
| 'heap/spaces-inl.h',
|
| 'heap/spaces.cc',
|
|
|