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

Unified Diff: sdk/lib/internal/internal_sources.gypi

Issue 383903005: Reapply "Implement an LRU cache in dart:_internal and use it for the getter/setter caches in the VM… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
« no previous file with comments | « sdk/lib/internal/internal.dart ('k') | sdk/lib/internal/lru.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/internal/internal_sources.gypi
diff --git a/sdk/lib/internal/internal_sources.gypi b/sdk/lib/internal/internal_sources.gypi
index 17cc2870396eb7db00d62129ba96b8099ed388f3..acdf220b9edd1d6c4e631ae1e6af3250d419700e 100644
--- a/sdk/lib/internal/internal_sources.gypi
+++ b/sdk/lib/internal/internal_sources.gypi
@@ -10,6 +10,7 @@
'iterable.dart',
'list.dart',
'lists.dart',
+ 'lru.dart',
'print.dart',
'sort.dart',
'symbol.dart',
« no previous file with comments | « sdk/lib/internal/internal.dart ('k') | sdk/lib/internal/lru.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698