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

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

Issue 10563023: Reapply "Add dart:web to dart2js and editor, containing only htmlEscape." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « no previous file | lib/config/import_any.config » ('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 2ea4566cc0840d997fc8b371c0ddaee70c277d5e..5bb1d4ff1fa1d8d7c605cc842461e5f48b69374b 100644
--- a/lib/compiler/implementation/library_map.dart
+++ b/lib/compiler/implementation/library_map.dart
@@ -23,4 +23,5 @@ final Map<String,String> DART2JS_LIBRARY_MAP = const <String> {
"json": "lib/json/json.dart",
"uri": "lib/uri/uri.dart",
"utf": "lib/utf/utf.dart",
+ "web": "lib/web/web.dart",
};
« no previous file with comments | « no previous file | lib/config/import_any.config » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698