| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index 043500be1b87ad856927dff5940bdcd26e6c4c6b..294e0a135a13f70117f6ab454ac86aa1dbd7ebc7 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -548,10 +548,12 @@
|
| 'compiler/basic-block-instrumentor.h',
|
| 'compiler/branch-elimination.cc',
|
| 'compiler/branch-elimination.h',
|
| - 'compiler/bytecode-graph-builder.cc',
|
| - 'compiler/bytecode-graph-builder.h',
|
| 'compiler/bytecode-analysis.cc',
|
| 'compiler/bytecode-analysis.h',
|
| + 'compiler/bytecode-graph-builder.cc',
|
| + 'compiler/bytecode-graph-builder.h',
|
| + 'compiler/bytecode-liveness-map.cc',
|
| + 'compiler/bytecode-liveness-map.h',
|
| 'compiler/c-linkage.cc',
|
| 'compiler/checkpoint-elimination.cc',
|
| 'compiler/checkpoint-elimination.h',
|
|
|