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

Unified Diff: runtime/bin/http.dart

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 | « no previous file | runtime/bin/http_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/http.dart
diff --git a/samples/chat/http.dart b/runtime/bin/http.dart
similarity index 98%
rename from samples/chat/http.dart
rename to runtime/bin/http.dart
index c57e13561d07bc54de0d5872802fa51d4e00aa20..2969b76a98cb6fc2ebed7ebc6a351cf1754762af 100644
--- a/samples/chat/http.dart
+++ b/runtime/bin/http.dart
@@ -2,12 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#library("http");
-#import("dart:io");
-#source("http_impl.dart");
-#source("../../runtime/bin/buffer_list.dart");
-#source("../../runtime/bin/stream_util.dart");
-
/**
* HTTP status codes.
*/
« no previous file with comments | « no previous file | runtime/bin/http_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698