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

Unified Diff: pkg/typed_data/lib/typed_buffers.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/typed_data/README.md ('k') | pkg/typed_data/lib/typed_data.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/typed_data/lib/typed_buffers.dart
diff --git a/pkg/collection_helpers/lib/typed_buffers.dart b/pkg/typed_data/lib/typed_buffers.dart
similarity index 99%
copy from pkg/collection_helpers/lib/typed_buffers.dart
copy to pkg/typed_data/lib/typed_buffers.dart
index 2f331e7b0dde4902edf5f27f68688601a3da7aef..b8803388084ae126a2102299ffdf9e87b6e518f8 100644
--- a/pkg/collection_helpers/lib/typed_buffers.dart
+++ b/pkg/typed_data/lib/typed_buffers.dart
@@ -13,7 +13,7 @@
* to return the same result each time it is used, and that the buffer may
* be larger than what the list is using.
*/
-library dart.collection_helpers.typed_buffers;
+library dart.pkg.typed_data.typed_buffers;
import "dart:collection" show ListBase;
import "dart:typed_data";
« no previous file with comments | « pkg/typed_data/README.md ('k') | pkg/typed_data/lib/typed_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698