| Index: test/cctest/cctest.gyp
|
| diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
|
| index 6f8dac132dd6763b949ec4de88d0f36f9e2c749c..9c9afdf9551a7b61c163a136fd5fb3baaab4d517 100644
|
| --- a/test/cctest/cctest.gyp
|
| +++ b/test/cctest/cctest.gyp
|
| @@ -49,12 +49,14 @@
|
| 'compiler/c-signature.h',
|
| 'compiler/codegen-tester.cc',
|
| 'compiler/codegen-tester.h',
|
| + 'compiler/code-assembler-tester.h',
|
| 'compiler/function-tester.h',
|
| 'compiler/graph-builder-tester.h',
|
| 'compiler/test-basic-block-profiler.cc',
|
| 'compiler/test-branch-combine.cc',
|
| 'compiler/test-gap-resolver.cc',
|
| 'compiler/test-graph-visualizer.cc',
|
| + 'compiler/test-code-assembler.cc',
|
| 'compiler/test-instruction.cc',
|
| 'compiler/test-js-context-specialization.cc',
|
| 'compiler/test-js-constant-cache.cc',
|
|
|