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

Unified Diff: src/v8.gyp

Issue 2268513002: Cleanup: Move ParseInfo to a separate file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index fe2d3a586f7761f04890ae67235bb33428bc4fa1..702e095beb7d1d466811042484b3e67c6f6e7c60 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1054,6 +1054,8 @@
'parsing/func-name-inferrer.h',
'parsing/parameter-initializer-rewriter.cc',
'parsing/parameter-initializer-rewriter.h',
+ 'parsing/parse-info.cc',
+ 'parsing/parse-info.h',
'parsing/parser-base.h',
'parsing/parser.cc',
'parsing/parser.h',

Powered by Google App Engine
This is Rietveld 408576698