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

Unified Diff: sdk/lib/convert/convert.dart

Issue 22070003: convert: new LineSplitter, (io: Deprecate LineTransformer) (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: todos 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 | « no previous file | sdk/lib/convert/convert_sources.gypi » ('j') | sdk/lib/convert/line_splitter.dart » ('J')
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 6c76db02b2b91b383d9567730feb2d8c9e5296a7..4003684ec84f7731d547df4f79bb78ec674798cc 100644
--- a/sdk/lib/convert/convert.dart
+++ b/sdk/lib/convert/convert.dart
@@ -13,5 +13,6 @@ part 'codec.dart';
part 'converter.dart';
part 'encoding.dart';
part 'json.dart';
+part 'line_splitter.dart';
part 'string_conversion.dart';
part 'utf.dart';
« no previous file with comments | « no previous file | sdk/lib/convert/convert_sources.gypi » ('j') | sdk/lib/convert/line_splitter.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698