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

Unified Diff: pkg/collection/lib/wrappers.dart

Issue 113883002: Create associated packages for the dart:collection and dart:async libs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update SDK dependency to 1.0.0 Created 7 years 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 | « pkg/collection/lib/src/unmodifiable_wrappers.dart ('k') | pkg/collection/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/collection/lib/wrappers.dart
diff --git a/pkg/collection_helpers/lib/wrappers.dart b/pkg/collection/lib/wrappers.dart
similarity index 99%
copy from pkg/collection_helpers/lib/wrappers.dart
copy to pkg/collection/lib/wrappers.dart
index 3576cc032edf89718ebaa3f948aab2d0504b4dee..ec78f5c5384b96715fc48b3c998f983da5fde021 100644
--- a/pkg/collection_helpers/lib/wrappers.dart
+++ b/pkg/collection/lib/wrappers.dart
@@ -9,14 +9,14 @@
* view for `List`. The unmodifable list view from `dart:collection` is exported
* as well, just for completeness.
*/
-library dart.collection_helpers.wrappers;
+library dart.pkg.collection.wrappers;
import "dart:collection";
import "dart:math" show Random;
export "dart:collection" show UnmodifiableListView;
-part "unmodifiable_wrappers.dart";
+part "src/unmodifiable_wrappers.dart";
/**
* Creates an [Iterable] that delegates all operations to a base iterable.
« no previous file with comments | « pkg/collection/lib/src/unmodifiable_wrappers.dart ('k') | pkg/collection/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698