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

Unified Diff: pkg/dartdoc/lib/classify.dart

Issue 10919260: Reorganize dartdoc to new package layout. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « pkg/dartdoc/inline_parser.dart ('k') | pkg/dartdoc/lib/dartdoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dartdoc/lib/classify.dart
diff --git a/pkg/dartdoc/classify.dart b/pkg/dartdoc/lib/classify.dart
similarity index 97%
rename from pkg/dartdoc/classify.dart
rename to pkg/dartdoc/lib/classify.dart
index 23e626a968391bc444abe4b54f8ad7e596d467a3..98f1dc5e98034970748e08629013ce85b82eacc2 100644
--- a/pkg/dartdoc/classify.dart
+++ b/pkg/dartdoc/lib/classify.dart
@@ -4,7 +4,8 @@
#library('classify');
-#import('../../lib/compiler/implementation/scanner/scannerlib.dart');
+#import('../../../lib/compiler/implementation/scanner/scannerlib.dart');
+// TODO(rnystrom): Use "package:" URL (#4968).
#import('markdown.dart', prefix: 'md');
/**
« no previous file with comments | « pkg/dartdoc/inline_parser.dart ('k') | pkg/dartdoc/lib/dartdoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698