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

Unified Diff: pkg/math/lib/math.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/logging/pubspec.yaml ('k') | pkg/math/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/math/lib/math.dart
diff --git a/pkg/polymer/example/canonicalization/lib/c.dart b/pkg/math/lib/math.dart
similarity index 73%
copy from pkg/polymer/example/canonicalization/lib/c.dart
copy to pkg/math/lib/math.dart
index 362f3e3d642f2e8c969c79de78dcc51bb95c3803..9958bec52ba1800eb71959658cd887967d62e4f5 100644
--- a/pkg/polymer/example/canonicalization/lib/c.dart
+++ b/pkg/math/lib/math.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.math;
-int c = 0;
+// Placeholder library, reserved for future extension.
« no previous file with comments | « pkg/logging/pubspec.yaml ('k') | pkg/math/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698