| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index 235d06129b7e8d1f0a4d8072702dca96aa24ed29..5e5fdc3a5aa2107a985afe40734d0137a0e568de 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -710,8 +710,8 @@
|
| 'compiler/simplified-operator-reducer.h',
|
| 'compiler/simplified-operator.cc',
|
| 'compiler/simplified-operator.h',
|
| - 'compiler/source-position.cc',
|
| - 'compiler/source-position.h',
|
| + 'compiler/compiler-source-position-table.cc',
|
| + 'compiler/compiler-source-position-table.h',
|
| 'compiler/state-values-utils.cc',
|
| 'compiler/state-values-utils.h',
|
| 'compiler/store-store-elimination.cc',
|
| @@ -1197,6 +1197,7 @@
|
| 'snapshot/startup-serializer.h',
|
| 'source-position-table.cc',
|
| 'source-position-table.h',
|
| + 'source-position.cc',
|
| 'source-position.h',
|
| 'splay-tree.h',
|
| 'splay-tree-inl.h',
|
|
|