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

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: 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
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 74%
copy from tests/language/reexport_core_helper.dart
copy to pkg/http_server/lib/http_server.dart
index 49798aa483b6602490991fcd368dda37d9566f20..7973d7400840760e9301dd7b62d0a7e60a891235 100644
--- a/tests/language/reexport_core_helper.dart
+++ b/pkg/http_server/lib/http_server.dart
@@ -2,7 +2,9 @@
// 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:io';
+
+part 'src/virtual_directory.dart';
« no previous file with comments | « no previous file | pkg/http_server/lib/src/virtual_directory.dart » ('j') | pkg/http_server/lib/src/virtual_directory.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698