Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: test/cctest/cctest.gyp

Issue 2683573002: [parser/test] Move cctest/PreParserScopeAnalysis into a new file. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698