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

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

Issue 19941002: Remove dart:codec and move classes into dart:convert. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 5 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 | « runtime/vm/vm.gypi ('k') | sdk/lib/codec/codec.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index e2af8d50b78f357a7df4487fbc37045cb26d3d16..59639f9609d4e3986d4778c76bf0d0255c020336 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -30,9 +30,6 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"chrome/dart2js/chrome_dart2js.dart",
category: "Client"),
- "codec": const LibraryInfo(
- "codec/codec.dart"),
-
"collection": const LibraryInfo(
"collection/collection.dart",
dart2jsPatchPath: "_internal/lib/collection_patch.dart"),
« no previous file with comments | « runtime/vm/vm.gypi ('k') | sdk/lib/codec/codec.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698