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

Unified Diff: utils/apidoc/html_diff_dump.dart

Issue 10780030: Dartdoc and apidoc updated to use Path. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 8 years, 5 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/html_diff.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/html_diff_dump.dart
diff --git a/utils/apidoc/html_diff_dump.dart b/utils/apidoc/html_diff_dump.dart
index 47f71bd7b6df3f5777bd8741693136af59b9000a..1e320d393bd25f771c9a61b8f08a2b70c8c19dfe 100644
--- a/utils/apidoc/html_diff_dump.dart
+++ b/utils/apidoc/html_diff_dump.dart
@@ -26,6 +26,7 @@
#library('html_diff_dump');
#import('dart:json');
+#import('dart:io');
#import('html_diff.dart');
#import('../../lib/dartdoc/mirrors/mirrors.dart');
#import('../../lib/dartdoc/mirrors/mirrors_util.dart');
@@ -90,7 +91,7 @@ void maybeAddRename(Map<String, String> renamed,
}
void main() {
- var libPath = '../../';
+ var libPath = const Path('../../');
HtmlDiff.initialize(libPath);
diff = new HtmlDiff();
diff.run();
« no previous file with comments | « utils/apidoc/html_diff.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698