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

Unified Diff: lib/_internal/libraries.dart

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: Remove uncommented code. 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
« no previous file with comments | « no previous file | lib/collection/arrays.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/_internal/libraries.dart
diff --git a/lib/_internal/libraries.dart b/lib/_internal/libraries.dart
index 651afcb95f6bd658a7a2fbd1a94389654d37e8f2..cd5be2f98b376e754d5bf6fd27a2f8c5ae0deb4e 100644
--- a/lib/_internal/libraries.dart
+++ b/lib/_internal/libraries.dart
@@ -22,6 +22,10 @@ const int VM_PLATFORM = 2;
*/
const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> {
+ "collection": const LibraryInfo(
+ "collection/collection.dart",
+ implementation: true),
+
"core": const LibraryInfo(
"core/core.dart",
dart2jsPatchPath: "compiler/implementation/lib/core_patch.dart"),
« no previous file with comments | « no previous file | lib/collection/arrays.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698