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

Unified Diff: utils/tip/tip.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.css ('k') | utils/tip/tip.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tip/tip.dart
diff --git a/frog/tip/tip.dart b/utils/tip/tip.dart
similarity index 99%
rename from frog/tip/tip.dart
rename to utils/tip/tip.dart
index ed72932cba25aa0076cd00836157e06d2e9b9de5..44edb6a518affaa5c517c71406944455750c2541 100644
--- a/frog/tip/tip.dart
+++ b/utils/tip/tip.dart
@@ -10,8 +10,8 @@
*/
#import('dart:dom');
-#import('../lang.dart');
-#import('../file_system_dom.dart');
+#import('../../frog/lang.dart');
+#import('../../frog/file_system_dom.dart');
void main() {
« no previous file with comments | « utils/tip/tip.css ('k') | utils/tip/tip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698