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

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

Issue 12313057: Remove old InputStream and OutputStream classes from dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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/io/input_stream.dart ('k') | sdk/lib/io/iolib_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/io.dart
diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
index 8b18036c0687524f2833bad7ca3d3ab3ddce2918..b7d284367078e020de3fd082ab2f605f395e82fa 100644
--- a/sdk/lib/io/io.dart
+++ b/sdk/lib/io/io.dart
@@ -38,10 +38,8 @@ part 'http_impl.dart';
part 'http_parser.dart';
part 'http_session.dart';
part 'http_utils.dart';
-part 'input_stream.dart';
part 'io_stream_consumer.dart';
part 'mime_multipart_parser.dart';
-part 'output_stream.dart';
part 'path.dart';
part 'path_impl.dart';
part 'platform.dart';
« no previous file with comments | « sdk/lib/io/input_stream.dart ('k') | sdk/lib/io/iolib_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698