| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index 4bd433de246c80bea0b74dee70ce60dde27b6080..37ea157c6b024d890b466645de34306eb051454b 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -952,6 +952,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',
|
| @@ -984,6 +985,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',
|
|
|