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

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: 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 | « sdk/lib/convert/codec.dart ('k') | sdk/lib/convert/convert_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « sdk/lib/convert/codec.dart ('k') | sdk/lib/convert/convert_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698