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

Unified Diff: lib/compiler/implementation/library_map.dart

Issue 10332109: Make the crypto library an official dart:crypto library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix long line Created 8 years, 7 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 | « frog/reader.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/compiler/implementation/library_map.dart
diff --git a/lib/compiler/implementation/library_map.dart b/lib/compiler/implementation/library_map.dart
index beaa171eb0580984f0461aabcbb181003e0b9b3e..275d268b6580da01f862669159d00435f57e04ef 100644
--- a/lib/compiler/implementation/library_map.dart
+++ b/lib/compiler/implementation/library_map.dart
@@ -15,6 +15,7 @@ final Map<String,String> DART2JS_LIBRARY_MAP = const <String> {
"coreimpl": "lib/compiler/implementation/lib/coreimpl.dart",
"_js_helper": "lib/compiler/implementation/lib/js_helper.dart",
"_interceptors": "lib/compiler/implementation/lib/interceptors.dart",
+ "crypto": "lib/crypto/crypto.dart",
"dom": "lib/dom/frog/dom_frog.dart",
"html": "lib/html/frog/html_frog.dart",
"io": "lib/compiler/implementation/lib/io.dart",
« no previous file with comments | « frog/reader.dart ('k') | lib/crypto/crypto_vm.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698