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

Unified Diff: pkg/typed_data/lib/typed_data.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/lib/typed_buffers.dart ('k') | pkg/typed_data/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/typed_data/lib/typed_data.dart
diff --git a/pkg/polymer/example/canonicalization/lib/c.dart b/pkg/typed_data/lib/typed_data.dart
similarity index 57%
copy from pkg/polymer/example/canonicalization/lib/c.dart
copy to pkg/typed_data/lib/typed_data.dart
index 362f3e3d642f2e8c969c79de78dcc51bb95c3803..b6619abda07635a32a89972f139ffc80cf1bd868 100644
--- a/pkg/polymer/example/canonicalization/lib/c.dart
+++ b/pkg/typed_data/lib/typed_data.dart
@@ -2,6 +2,9 @@
// 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.
-library canonicalization.c;
+/**
+ * Utilities and functionality related to the "dart:typed_data" library.
+ */
+library dart.pkg.typed_data;
-int c = 0;
+export "package:typed_data/typed_buffers.dart";
« no previous file with comments | « pkg/typed_data/lib/typed_buffers.dart ('k') | pkg/typed_data/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698