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

Unified Diff: src/v8.gyp

Issue 2637793002: objects.h splitting side work: move scopeinfo.cc to its logical place. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « src/objects/scope-info.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index d445a4371ec59d1d46377ec0ad488ae0a678cb3c..f5cfd7ecec65d756ba686a2037553e8cf3176d50 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -459,7 +459,6 @@
'ast/modules.h',
'ast/prettyprinter.cc',
'ast/prettyprinter.h',
- 'ast/scopeinfo.cc',
'ast/scopes.cc',
'ast/scopes.h',
'ast/variables.cc',
@@ -1079,6 +1078,7 @@
'objects/module-info.h',
'objects/object-macros.h',
'objects/object-macros-undef.h',
+ 'objects/scope-info.cc',
'objects/scope-info.h',
'ostreams.cc',
'ostreams.h',
« no previous file with comments | « src/objects/scope-info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698