| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index c77db074c516eb5397ffd179684ad1357ecbd7d0..fce1ed9a379f8621e09ee9b9ebcf30689d76e046 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -719,6 +719,8 @@
|
| 'compiler/store-store-elimination.h',
|
| 'compiler/tail-call-optimization.cc',
|
| 'compiler/tail-call-optimization.h',
|
| + 'compiler/type-cache.cc',
|
| + 'compiler/type-cache.h',
|
| 'compiler/type-hint-analyzer.cc',
|
| 'compiler/type-hint-analyzer.h',
|
| 'compiler/type-hints.cc',
|
| @@ -1202,8 +1204,6 @@
|
| 'transitions-inl.h',
|
| 'transitions.cc',
|
| 'transitions.h',
|
| - 'type-cache.cc',
|
| - 'type-cache.h',
|
| 'type-feedback-vector-inl.h',
|
| 'type-feedback-vector.cc',
|
| 'type-feedback-vector.h',
|
|
|