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

Unified Diff: utils/apidoc/html_diff.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 | « utils/apidoc/apidoc.dart ('k') | utils/compiler/build_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/html_diff.dart
diff --git a/utils/apidoc/html_diff.dart b/utils/apidoc/html_diff.dart
index a3b409ad8bd3c3787e78ab32519ae24ecb8d1628..4d81478480ed2fcc23076d8da1b0bed30ab82dee 100644
--- a/utils/apidoc/html_diff.dart
+++ b/utils/apidoc/html_diff.dart
@@ -11,9 +11,10 @@
#import('dart:coreimpl');
#import('dart:io');
-#import('../../pkg/dartdoc/dartdoc.dart');
-#import('../../pkg/dartdoc/mirrors/mirrors.dart');
-#import('../../pkg/dartdoc/mirrors/mirrors_util.dart');
+// TODO(rnystrom): Use "package:" URL (#4968).
+#import('../../pkg/dartdoc/lib/dartdoc.dart');
+#import('../../pkg/dartdoc/lib/mirrors.dart');
+#import('../../pkg/dartdoc/lib/mirrors_util.dart');
final HTML_LIBRARY_NAME = 'dart:html';
@@ -44,7 +45,7 @@ final HTML_LIBRARY_NAME = 'dart:html';
* types.
*/
class HtmlDiff {
- /**
+ /**
* A map from `dart:html` members to the corresponding fully qualified
* `@domName` member(s).
*/
« no previous file with comments | « utils/apidoc/apidoc.dart ('k') | utils/compiler/build_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698