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

Unified Diff: samples/tests/samples/src/chat/ChatServerTest.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 | « samples/chat/http_impl.dart ('k') | samples/tests/samples/src/chat/HttpParserTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/tests/samples/src/chat/ChatServerTest.dart
diff --git a/samples/tests/samples/src/chat/ChatServerTest.dart b/samples/tests/samples/src/chat/ChatServerTest.dart
index 028e597fc1d60e481dc15b22f174a9ab244df95f..3362cc12a8e95ab6ee3f601a6258a8398b8ebc77 100644
--- a/samples/tests/samples/src/chat/ChatServerTest.dart
+++ b/samples/tests/samples/src/chat/ChatServerTest.dart
@@ -7,15 +7,11 @@
// VMOptions=--short_socket_write
// VMOptions=--short_socket_read --short_socket_write
-
-#library("chat_server_test.dart");
#import("dart:io");
-#import("dart:json");
#import("dart:isolate");
-#import("../../../../chat/http.dart");
+#import("dart:json");
#import("../../../../chat/chat_server_lib.dart");
-
// Message to start chat test client running in an isolate.
class ChatTestClientStart {
ChatTestClientStart(int this.totalClients,
« no previous file with comments | « samples/chat/http_impl.dart ('k') | samples/tests/samples/src/chat/HttpParserTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698