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

Unified Diff: samples/third_party/dromaeo/Dromaeo.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 | « samples/swipe/swipe.dart ('k') | samples/third_party/dromaeo/common/common.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/Dromaeo.dart
diff --git a/samples/third_party/dromaeo/Dromaeo.dart b/samples/third_party/dromaeo/Dromaeo.dart
index 948999200626be5c261950d1b15be2c36086271f..5d6facd7e7588c4515dc940e9d24139d03dfd12a 100644
--- a/samples/third_party/dromaeo/Dromaeo.dart
+++ b/samples/third_party/dromaeo/Dromaeo.dart
@@ -1,5 +1,6 @@
#import('dart:html');
#import('dart:json');
+#import('dart:math', prefix: 'Math');
#import('Suites.dart');
main() {
« no previous file with comments | « samples/swipe/swipe.dart ('k') | samples/third_party/dromaeo/common/common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698