| Index: test/cctest/cctest.gyp
|
| diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
|
| index f9ffade345779fa8d62aad4d05a3071cf776f6d2..069673b0472a64899560f94c17d2deafcd6fea69 100644
|
| --- a/test/cctest/cctest.gyp
|
| +++ b/test/cctest/cctest.gyp
|
| @@ -51,6 +51,7 @@
|
| 'compiler/graph-builder-tester.h',
|
| 'compiler/test-basic-block-profiler.cc',
|
| 'compiler/test-branch-combine.cc',
|
| + 'compiler/test-bytecode-graph-builder.cc',
|
| 'compiler/test-changes-lowering.cc',
|
| 'compiler/test-gap-resolver.cc',
|
| 'compiler/test-graph-visualizer.cc',
|
| @@ -68,6 +69,7 @@
|
| 'compiler/test-osr.cc',
|
| 'compiler/test-pipeline.cc',
|
| 'compiler/test-representation-change.cc',
|
| + 'compiler/test-run-bytecode-graph-builder.cc',
|
| 'compiler/test-run-deopt.cc',
|
| 'compiler/test-run-inlining.cc',
|
| 'compiler/test-run-intrinsics.cc',
|
|
|