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

Unified Diff: src/v8.gyp

Issue 2197973002: Move ContextSlotCache to its own file (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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 c0781cb1d9f9c412b88414f74f2ec64407213f65..c9097656efabdbab77284a4a460bb1c178c52a57 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -461,6 +461,8 @@
'ast/ast-value-factory.h',
'ast/ast.cc',
'ast/ast.h',
+ 'ast/context-slot-cache.cc',
+ 'ast/context-slot-cache.h',
'ast/modules.cc',
'ast/modules.h',
'ast/prettyprinter.cc',

Powered by Google App Engine
This is Rietveld 408576698