Index: test/cctest/cctest.gyp |
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp |
index 7f76efcd68cecfa06c69eb0e2627b724e186740c..3fb3502ed058814be1997b64cad0a6c88238ca2b 100644 |
--- a/test/cctest/cctest.gyp |
+++ b/test/cctest/cctest.gyp |
@@ -119,6 +119,7 @@ |
'print-extension.h', |
'profiler-extension.cc', |
'profiler-extension.h', |
+ 'scope-test-helper.h', |
'test-access-checks.cc', |
'test-accessor-assembler.cc', |
'test-accessors.cc', |
@@ -174,6 +175,7 @@ |
'test-object.cc', |
'test-parsing.cc', |
'test-platform.cc', |
+ 'test-preparser.cc', |
'test-profile-generator.cc', |
'test-random-number-generator.cc', |
'test-receiver-check-hidden-prototype.cc', |
@@ -205,6 +207,7 @@ |
'trace-extension.cc', |
'trace-extension.h', |
'types-fuzz.h', |
+ 'unicode-helpers.h', |
'wasm/test-managed.cc', |
'wasm/test-run-wasm.cc', |
'wasm/test-run-wasm-64.cc', |