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

Unified Diff: src/v8.gyp

Issue 2594663002: objects.h splitting: Split out ScopeInfo + add necessary structures. (Closed)
Patch Set: moar includes Created 4 years 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
« src/objects/object-macros-undef.h ('K') | « src/objects/scope-info-inl.h ('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 151c4500feb0b8c85644620e076dc68e07bdda6e..ab77a108f16929746f5a6bf2d781e3e97c7c3662 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1068,6 +1068,10 @@
'objects-printer.cc',
'objects.cc',
'objects.h',
+ 'objects/object-macros.h',
+ 'objects/object-macros-undef.h',
+ 'objects/scope-info-inl.h',
+ 'objects/scope-info.h',
'ostreams.cc',
'ostreams.h',
'parsing/duplicate-finder.cc',
« src/objects/object-macros-undef.h ('K') | « src/objects/scope-info-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698