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

Unified Diff: utils/tip/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 | « utils/tip/tip.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tip/toss.dart
diff --git a/frog/tip/toss.dart b/utils/tip/toss.dart
similarity index 95%
rename from frog/tip/toss.dart
rename to utils/tip/toss.dart
index f18847444685b4d127fd7bd18052a2e61b96a941..fdf95134bf76755e36d14d3816de251e88f8543c 100644
--- a/frog/tip/toss.dart
+++ b/utils/tip/toss.dart
@@ -2,9 +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.
-#import('../lib/node/node.dart');
-#import('../file_system_node.dart');
-#import('../lang.dart');
+#import('../../frog/lib/node/node.dart');
+#import('../../frog/file_system_node.dart');
+#import('../../frog/lang.dart');
String compileDart(String basename, String filename) {
final basedir = path.dirname(basename);
« no previous file with comments | « utils/tip/tip.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698