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

Unified Diff: lib/crypto/crypto.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 | « lib/compiler/implementation/util/uri_extras.dart ('k') | lib/crypto/crypto_vm.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/crypto/crypto.dart
diff --git a/lib/crypto/crypto.dart b/lib/crypto/crypto.dart
index 4161b6b1855b8af7211d150ee2d8ebb936a7350e..8f4b74639dd9709b0c84dd2c989ccb62e7460727 100644
--- a/lib/crypto/crypto.dart
+++ b/lib/crypto/crypto.dart
@@ -4,6 +4,8 @@
#library('dart:crypto');
+#import('dart:math');
+
#source('crypto_utils.dart');
#source('hash_utils.dart');
#source('hmac.dart');
« no previous file with comments | « lib/compiler/implementation/util/uri_extras.dart ('k') | lib/crypto/crypto_vm.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698