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

Unified Diff: utils/apidoc/html_diff.dart

Issue 8973004: Move Nathan's HTML scripts over and rename to apidoc. (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/apidoc/apidoc.dart ('k') | utils/dartdoc/dartdoc.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/client/html/scripts/html_diff.dart b/utils/apidoc/html_diff.dart
similarity index 98%
rename from client/html/scripts/html_diff.dart
rename to utils/apidoc/html_diff.dart
index e0eed5b1b9d4aff22c58d4a6ae4706148f1ddfa0..802bd1765baa61bd135c11266b00d02242007cce 100644
--- a/client/html/scripts/html_diff.dart
+++ b/utils/apidoc/html_diff.dart
@@ -8,10 +8,10 @@
*/
#library('html_diff');
-#import('../../../frog/lang.dart');
-#import('../../../frog/file_system_node.dart');
-#import('../../../frog/file_system.dart');
-#import('../../../utils/dartdoc/dartdoc.dart');
+#import('../../frog/lang.dart');
+#import('../../frog/file_system_node.dart');
+#import('../../frog/file_system.dart');
+#import('../dartdoc/dartdoc.dart');
void main() {
var files = new NodeFileSystem();
« no previous file with comments | « utils/apidoc/apidoc.dart ('k') | utils/dartdoc/dartdoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698