| Index: test/cctest/cctest.gyp
 | 
| diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
 | 
| index 090aed2dd1dc67b9c4d9a33788be43561085ccff..bd70313439067654a1389d41f463768ef4cda0bc 100644
 | 
| --- a/test/cctest/cctest.gyp
 | 
| +++ b/test/cctest/cctest.gyp
 | 
| @@ -44,6 +44,45 @@
 | 
|        ],
 | 
|        'sources': [  ### gcmole(all) ###
 | 
|          '<(generated_file)',
 | 
| +        'compiler/codegen-tester.cc',
 | 
| +        'compiler/codegen-tester.h',
 | 
| +        'compiler/function-tester.h',
 | 
| +        'compiler/graph-builder-tester.cc',
 | 
| +        'compiler/graph-builder-tester.h',
 | 
| +        'compiler/graph-tester.h',
 | 
| +        'compiler/simplified-graph-builder.cc',
 | 
| +        'compiler/simplified-graph-builder.h',
 | 
| +        'compiler/test-branch-combine.cc',
 | 
| +        'compiler/test-codegen-deopt.cc',
 | 
| +        'compiler/test-gap-resolver.cc',
 | 
| +        'compiler/test-graph-reducer.cc',
 | 
| +        'compiler/test-instruction-selector.cc',
 | 
| +        'compiler/test-instruction.cc',
 | 
| +        'compiler/test-js-context-specialization.cc',
 | 
| +        'compiler/test-js-constant-cache.cc',
 | 
| +        'compiler/test-js-typed-lowering.cc',
 | 
| +        'compiler/test-linkage.cc',
 | 
| +        'compiler/test-machine-operator-reducer.cc',
 | 
| +        'compiler/test-node-algorithm.cc',
 | 
| +        'compiler/test-node-cache.cc',
 | 
| +        'compiler/test-node.cc',
 | 
| +        'compiler/test-operator.cc',
 | 
| +        'compiler/test-phi-reducer.cc',
 | 
| +        'compiler/test-pipeline.cc',
 | 
| +        'compiler/test-representation-change.cc',
 | 
| +        'compiler/test-run-deopt.cc',
 | 
| +        'compiler/test-run-intrinsics.cc',
 | 
| +        'compiler/test-run-jsbranches.cc',
 | 
| +        'compiler/test-run-jscalls.cc',
 | 
| +        'compiler/test-run-jsexceptions.cc',
 | 
| +        'compiler/test-run-jsops.cc',
 | 
| +        'compiler/test-run-machops.cc',
 | 
| +        'compiler/test-run-variables.cc',
 | 
| +        'compiler/test-schedule.cc',
 | 
| +        'compiler/test-scheduler.cc',
 | 
| +        'compiler/test-simplified-lowering.cc',
 | 
| +        'compiler/test-structured-ifbuilder-fuzzer.cc',
 | 
| +        'compiler/test-structured-machine-assembler.cc',
 | 
|          'cctest.cc',
 | 
|          'gay-fixed.cc',
 | 
|          'gay-precision.cc',
 | 
| @@ -57,6 +96,7 @@
 | 
|          'test-atomicops.cc',
 | 
|          'test-bignum.cc',
 | 
|          'test-bignum-dtoa.cc',
 | 
| +        'test-checks.cc',
 | 
|          'test-circular-queue.cc',
 | 
|          'test-compiler.cc',
 | 
|          'test-condition-variable.cc',
 | 
| @@ -152,6 +192,7 @@
 | 
|          }],
 | 
|          ['v8_target_arch=="arm"', {
 | 
|            'sources': [  ### gcmole(arch:arm) ###
 | 
| +            'compiler/test-instruction-selector-arm.cc',
 | 
|              'test-assembler-arm.cc',
 | 
|              'test-code-stubs.cc',
 | 
|              'test-code-stubs-arm.cc',
 | 
| 
 |