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

Unified Diff: runtime/bin/io_sources.gypi

Issue 9488008: Include HTTP library in the standalone VM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor update 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_impl.dart ('k') | samples/chat/chat_server_lib.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 66cf6dd76d9c4d1dfc58c8ae7bf37a557ba7fdb3..50f140a897275b5455c3eb1ccf1c53403d8c9a10 100644
--- a/runtime/bin/io_sources.gypi
+++ b/runtime/bin/io_sources.gypi
@@ -18,6 +18,8 @@
'eventhandler.dart',
'file.dart',
'file_impl.dart',
+ 'http.dart',
+ 'http_impl.dart',
'input_stream.dart',
'list_stream.dart',
'list_stream_impl.dart',
« no previous file with comments | « runtime/bin/http_impl.dart ('k') | samples/chat/chat_server_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698