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

Unified Diff: lib/_internal/libraries.dart

Issue 10909035: Revert 11715. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 | « compiler/api.dart ('k') | lib/compiler/implementation/apiimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/_internal/libraries.dart
===================================================================
--- lib/_internal/libraries.dart (revision 11716)
+++ lib/_internal/libraries.dart (working copy)
@@ -35,6 +35,13 @@
"crypto": const LibraryInfo(
"crypto/crypto.dart"),
+ // dom/dom_frog.dart is a placeholder for dartium DOM.
+ "dom_deprecated": const LibraryInfo(
+ "dom/dom_dart2js.dart",
+ implementation: true,
+ dart2jsPath: "dom/dart2js/dom_dart2js.dart",
+ documented: false),
+
"html": const LibraryInfo(
"html/html_dartium.dart",
category: "Client",
« no previous file with comments | « compiler/api.dart ('k') | lib/compiler/implementation/apiimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698