Index: test/cctest/cctest.gyp |
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp |
index 24db817506ce0a59339194672b64368564453e42..5199471f4a7c943c57ea0e68f507dba7a6a3a325 100644 |
--- a/test/cctest/cctest.gyp |
+++ b/test/cctest/cctest.gyp |
@@ -83,6 +83,8 @@ |
'compiler/test-run-variables.cc', |
'compiler/test-simplified-lowering.cc', |
'cctest.cc', |
+ 'expression-type-collector.cc', |
+ 'expression-type-collector.h', |
'interpreter/test-bytecode-generator.cc', |
'interpreter/test-interpreter.cc', |
'gay-fixed.cc', |
@@ -98,6 +100,7 @@ |
'test-api-interceptors.cc', |
'test-array-list.cc', |
'test-ast.cc', |
+ 'test-ast-expression-visitor.cc', |
'test-atomicops.cc', |
'test-bignum.cc', |
'test-bignum-dtoa.cc', |
@@ -157,6 +160,7 @@ |
'test-transitions.cc', |
'test-typedarrays.cc', |
'test-types.cc', |
+ 'test-typing-reset.cc', |
'test-unbound-queue.cc', |
'test-unboxed-doubles.cc', |
'test-unique.cc', |