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

Unified Diff: runtime/lib/collection_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: Rename collections->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: runtime/lib/collection_sources.gypi
diff --git a/runtime/lib/scalarlist_sources.gypi b/runtime/lib/collection_sources.gypi
similarity index 55%
copy from runtime/lib/scalarlist_sources.gypi
copy to runtime/lib/collection_sources.gypi
index cb7c3ddd8f98026c38308515c96d38df7d944d63..a8158e14ad78279c4c0711fa5e23fda855791c59 100644
--- a/runtime/lib/scalarlist_sources.gypi
+++ b/runtime/lib/collection_sources.gypi
@@ -2,12 +2,12 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-# Sources visible via dart:scalarlist library.
-
+# This file contains all sources for the dart:collection library.
{
'sources': [
- 'byte_array.cc',
- 'byte_array.dart',
+ '../../lib/collection/arrays.dart',
+ '../../lib/collection/collections.dart',
+ '../../lib/collection/maps.dart',
],
}

Powered by Google App Engine
This is Rietveld 408576698