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

Unified Diff: sdk/lib/collection/collection_sources.gypi

Issue 11867024: Move some core classes to collection library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with bug number. Created 7 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 | « sdk/lib/collection/collection.dart ('k') | sdk/lib/collection/iterator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/collection/collection_sources.gypi
diff --git a/sdk/lib/collection/collection_sources.gypi b/sdk/lib/collection/collection_sources.gypi
index f2137e7ebe4fbaf5da479f1e20d79ff2acc6008d..3f1c117a2594e3b87a08ad2b092715da9d23d1d4 100644
--- a/sdk/lib/collection/collection_sources.gypi
+++ b/sdk/lib/collection/collection_sources.gypi
@@ -7,9 +7,12 @@
'sources': [
'arrays.dart',
'collections.dart',
+ 'iterator.dart',
+ 'map.dart',
'maps.dart',
+ 'queue.dart',
+ 'set.dart',
'sort.dart',
'splay_tree.dart',
],
}
-
« no previous file with comments | « sdk/lib/collection/collection.dart ('k') | sdk/lib/collection/iterator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698