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

Unified Diff: sdk/lib/convert/convert.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: rebase. 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
Index: sdk/lib/convert/convert.dart
diff --git a/sdk/lib/convert/convert.dart b/sdk/lib/convert/convert.dart
index c0eab66e5cdf10cbf0d1c506144c0b3d1ac6cf32..72ab1c01c98528cd4ec54f79e7a88957793bcea5 100644
--- a/sdk/lib/convert/convert.dart
+++ b/sdk/lib/convert/convert.dart
@@ -7,6 +7,8 @@ library dart.convert;
import 'dart:json' as OLD_JSON_LIB;
import 'dart:utf' as OLD_UTF_LIB;
+part 'codec.dart';
part 'converter.dart';
+part 'encoding.dart';
part 'json.dart';
part 'utf.dart';

Powered by Google App Engine
This is Rietveld 408576698