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

Unified Diff: runtime/bin/io_sources.gypi

Issue 9581011: Make the HttpParser and HttpUtil classes private (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « runtime/bin/http_utils.dart ('k') | tests/standalone/src/io/HttpParserTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_sources.gypi
diff --git a/runtime/bin/io_sources.gypi b/runtime/bin/io_sources.gypi
index 50f140a897275b5455c3eb1ccf1c53403d8c9a10..f4724625059d659ecdce4ce466d95d414458e189 100644
--- a/runtime/bin/io_sources.gypi
+++ b/runtime/bin/io_sources.gypi
@@ -20,6 +20,8 @@
'file_impl.dart',
'http.dart',
'http_impl.dart',
+ 'http_parser.dart',
+ 'http_utils.dart',
'input_stream.dart',
'list_stream.dart',
'list_stream_impl.dart',
« no previous file with comments | « runtime/bin/http_utils.dart ('k') | tests/standalone/src/io/HttpParserTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698