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

Unified Diff: pkg/http_server/lib/http_server.dart

Issue 17544005: First push of a new 'http_server' dart package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review changes. Created 7 years, 6 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 | pkg/http_server/lib/src/virtual_directory.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http_server/lib/http_server.dart
diff --git a/tests/language/reexport_core_helper.dart b/pkg/http_server/lib/http_server.dart
similarity index 69%
copy from tests/language/reexport_core_helper.dart
copy to pkg/http_server/lib/http_server.dart
index 49798aa483b6602490991fcd368dda37d9566f20..551634c1292f0e91408f0992bcb4b32dcca49291 100644
--- a/tests/language/reexport_core_helper.dart
+++ b/pkg/http_server/lib/http_server.dart
@@ -2,7 +2,10 @@
// 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 reexport_core_helper;
+library http_server;
-export 'dart:core';
+import 'dart:async';
+import 'dart:io';
+
+part 'src/virtual_directory.dart';
« no previous file with comments | « no previous file | pkg/http_server/lib/src/virtual_directory.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698