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

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

Issue 23554004: Made old dart:json library use convert to parse JSON. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addres review comments. Created 7 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 | « sdk/lib/_internal/lib/json_patch.dart ('k') | sdk/lib/convert/json.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 c943af61c5524860e52caa97f030ac12d6a61b23..bf796aca48425a2d7b5ddcb0e94ae0d0df03cf03 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -35,7 +35,8 @@ const Map<String, LibraryInfo> LIBRARIES = const {
dart2jsPatchPath: "_internal/lib/collection_patch.dart"),
"convert": const LibraryInfo(
- "convert/convert.dart"),
+ "convert/convert.dart",
+ dart2jsPatchPath: "_internal/lib/convert_patch.dart"),
"core": const LibraryInfo(
"core/core.dart",
@@ -73,8 +74,7 @@ const Map<String, LibraryInfo> LIBRARIES = const {
dart2jsPath: "js/dart2js/js_dart2js.dart"),
"json": const LibraryInfo(
- "json/json.dart",
- dart2jsPatchPath: "_internal/lib/json_patch.dart"),
+ "json/json.dart"),
"math": const LibraryInfo(
"math/math.dart",
« no previous file with comments | « sdk/lib/_internal/lib/json_patch.dart ('k') | sdk/lib/convert/json.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698