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

Unified Diff: sdk/lib/_internal/libraries.dart

Issue 11419300: Dartifying dart:html type names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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
Index: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index 401653d2cc08ef3b900ad8ead554c15f38df525c..d3e9de957d2aaba5a6a39fb36a82b5a88ee43119 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -45,6 +45,11 @@ const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> {
documented: false,
implementation: true),
+ "indexed_db": const LibraryInfo(
+ "indexed_db/dartium/indexed_db_dartium.dart",
+ category: "Client",
+ dart2jsPath: "indexed_db/dart2js/indexed_db_dart2js.dart"),
+
"io": const LibraryInfo(
"io/io.dart",
category: "Server",

Powered by Google App Engine
This is Rietveld 408576698