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

Unified Diff: lib/_internal/libraries.dart

Issue 10905125: 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') | runtime/bin/builtin_nolib.cc » ('J')
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 1f90ddbd3aaad4af3097d6c6b4b894e395507b74..ea6ddbfb488def4593db280eb041a06b5088c30a 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') | runtime/bin/builtin_nolib.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698