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

Unified Diff: lib/_internal/libraries.dart

Issue 10919147: Move dart:web to pkg:htmlescape. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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/web/web.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/_internal/libraries.dart
diff --git a/lib/_internal/libraries.dart b/lib/_internal/libraries.dart
index 4c955ec1826b939d521b30b708ef08ee4fa75fda..d1d60b876fb345ab134d303aad7723d938349a86 100644
--- a/lib/_internal/libraries.dart
+++ b/lib/_internal/libraries.dart
@@ -75,9 +75,6 @@ const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> {
"utf": const LibraryInfo(
"utf/utf.dart"),
- "web": const LibraryInfo(
- "web/web.dart"),
-
"_js_helper": const LibraryInfo(
"compiler/implementation/lib/js_helper.dart",
category: "Internal",
« no previous file with comments | « no previous file | lib/web/web.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698