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

Unified Diff: lib/coreimpl/corelib_impl_sources.gypi

Issue 11274043: Move Arrays, Collections and Maps into a new library, dart:collections. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move collection_sources.gypi to lib/collection/. Created 8 years, 2 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: lib/coreimpl/corelib_impl_sources.gypi
diff --git a/lib/coreimpl/corelib_impl_sources.gypi b/lib/coreimpl/corelib_impl_sources.gypi
index 0ff66445f542631d33565b5db9c954fd31a33bc6..e31a2b077c7c3db05e0de668445deb0c71bbb632 100644
--- a/lib/coreimpl/corelib_impl_sources.gypi
+++ b/lib/coreimpl/corelib_impl_sources.gypi
@@ -4,12 +4,9 @@
{
'sources': [
- 'arrays.dart',
- 'collections.dart',
'hash_map_set.dart',
'linked_hash_map.dart',
'list.dart',
- 'maps.dart',
'queue.dart',
'regexp.dart',
'splay_tree.dart',

Powered by Google App Engine
This is Rietveld 408576698