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

Unified Diff: frog/server/toss.dart

Issue 8889031: move tip to utils so it can be picked up in the SDK (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 | frog/tip/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/server/toss.dart
diff --git a/utils/server/toss.dart b/frog/server/toss.dart
similarity index 91%
rename from utils/server/toss.dart
rename to frog/server/toss.dart
index 8d725f8d3fe2788954efcb82bd39d8a0ddab0da9..f41e15fd36b6cf8fc192d12d7eb7330cb44d7ca0 100644
--- a/utils/server/toss.dart
+++ b/frog/server/toss.dart
@@ -2,7 +2,7 @@
// 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.
-#import('../../frog/lib/node/node.dart');
+#import('../lib/node/node.dart');
void main() {
http.createServer((req, res) {
« no previous file with comments | « no previous file | frog/tip/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698