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

Unified Diff: samples/chat/http.dart

Issue 9495007: Prepare the HTTP library for inclusion in the standalone VM (step 2) (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
Index: samples/chat/http.dart
diff --git a/samples/chat/http.dart b/samples/chat/http.dart
index 10553e5a373ead1ad27ce70effcba56b46ab86a6..c31e28428f16b700f22ac1e7238571e3d49564d1 100644
--- a/samples/chat/http.dart
+++ b/samples/chat/http.dart
@@ -5,6 +5,8 @@
#library("http");
#import("dart:io");
#source("http_impl.dart");
+#source("../../runtime/bin/buffer_list.dart");
Anders Johnsen 2012/02/28 12:23:40 We don't expose these in dart:io?
Søren Gjesse 2012/02/28 13:03:42 No, they only contains private classes. When this
+#source("../../runtime/bin/stream_util.dart");
/**
* HTTP status codes.

Powered by Google App Engine
This is Rietveld 408576698