| Index: tools/gyp/v8.gyp
|
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
|
| index 343bba1a7a7bce80b9e6632a5570ebea66ef44d8..5d50ec8ed2866fbf0cbe7dfcd8e7a532a994c4a8 100644
|
| --- a/tools/gyp/v8.gyp
|
| +++ b/tools/gyp/v8.gyp
|
| @@ -714,8 +714,6 @@
|
| '../../src/heap/heap-inl.h',
|
| '../../src/heap/heap.cc',
|
| '../../src/heap/heap.h',
|
| - '../../src/heap/identity-map.cc',
|
| - '../../src/heap/identity-map.h',
|
| '../../src/heap/incremental-marking-inl.h',
|
| '../../src/heap/incremental-marking.cc',
|
| '../../src/heap/incremental-marking.h',
|
| @@ -800,6 +798,8 @@
|
| '../../src/ic/ic.h',
|
| '../../src/ic/ic-compiler.cc',
|
| '../../src/ic/ic-compiler.h',
|
| + '../../src/identity-map.cc',
|
| + '../../src/identity-map.h',
|
| '../../src/interface-descriptors.cc',
|
| '../../src/interface-descriptors.h',
|
| '../../src/interpreter/bytecodes.cc',
|
|
|