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

Unified Diff: sdk/lib/io/iolib_sources.gypi

Issue 14019002: Introduce new HttpBodyHandler to easily extract full body of HttpRequest and HttpClientResponse. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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/io/iolib_sources.gypi
diff --git a/sdk/lib/io/iolib_sources.gypi b/sdk/lib/io/iolib_sources.gypi
index 5f5692aff9a46c6a93f5e26a01f8e56245a93404..f2d61f50fd3732a5b7e7f845fc24da1b3745a1ab 100644
--- a/sdk/lib/io/iolib_sources.gypi
+++ b/sdk/lib/io/iolib_sources.gypi
@@ -15,6 +15,8 @@
'file_impl.dart',
'file_system_entity.dart',
'http.dart',
+ 'http_body.dart',
+ 'http_body_impl.dart',
'http_headers.dart',
'http_impl.dart',
'http_parser.dart',

Powered by Google App Engine
This is Rietveld 408576698