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

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

Issue 23654055: Move dart:chrome to dart:_chrome. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
Index: sdk/lib/_internal/libraries.dart
===================================================================
--- sdk/lib/_internal/libraries.dart (revision 27851)
+++ sdk/lib/_internal/libraries.dart (working copy)
@@ -27,9 +27,9 @@
maturity: Maturity.STABLE,
dart2jsPatchPath: "_internal/lib/async_patch.dart"),
- "chrome": const LibraryInfo(
- "chrome/dart2js/chrome_dart2js.dart",
- maturity: Maturity.DEPRECATED,
+ "_chrome": const LibraryInfo(
+ "_chrome/dart2js/chrome_dart2js.dart",
+ documented: false,
category: "Client"),
"collection": const LibraryInfo(

Powered by Google App Engine
This is Rietveld 408576698