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

Unified Diff: pkg/async/lib/async.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/async/README.md ('k') | pkg/async/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/async/lib/async.dart
diff --git a/pkg/polymer/example/canonicalization/lib/c.dart b/pkg/async/lib/async.dart
similarity index 81%
copy from pkg/polymer/example/canonicalization/lib/c.dart
copy to pkg/async/lib/async.dart
index 362f3e3d642f2e8c969c79de78dcc51bb95c3803..e9d654415edd54a0e141eb64ec0be5caef4d0349 100644
--- a/pkg/polymer/example/canonicalization/lib/c.dart
+++ b/pkg/async/lib/async.dart
@@ -2,6 +2,6 @@
// 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;
+library dart.pkg.async;
-int c = 0;
+export "stream_zip.dart";
« no previous file with comments | « pkg/async/README.md ('k') | pkg/async/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698