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

Unified Diff: utils/pub/yaml/yaml.dart

Issue 10829459: Deprecate Math object in corelib in favor of dart:math library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 4 months 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 | « utils/pub/version_solver.dart ('k') | utils/template/template.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/yaml/yaml.dart
diff --git a/utils/pub/yaml/yaml.dart b/utils/pub/yaml/yaml.dart
index c1ac6d26767f12ae2b28203b49c98fdb9be26042..01c8a3a425da3654fb12807be236a2abb068cd74 100644
--- a/utils/pub/yaml/yaml.dart
+++ b/utils/pub/yaml/yaml.dart
@@ -4,6 +4,8 @@
#library("yaml");
+#import('dart:math', prefix: 'Math');
+
#import("deep_equals.dart");
#source("yaml_map.dart");
« no previous file with comments | « utils/pub/version_solver.dart ('k') | utils/template/template.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698