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

Unified Diff: utils/apidoc/html_diff.dart

Issue 11358024: Changes outside pkg/ and lib/ for directory refactoring (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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
Index: utils/apidoc/html_diff.dart
===================================================================
--- utils/apidoc/html_diff.dart (revision 14364)
+++ utils/apidoc/html_diff.dart (working copy)
@@ -6,15 +6,15 @@
* A script to assist in documenting the difference between the dart:html API
* and the old DOM API.
*/
-#library('html_diff');
+library html_diff;
-#import('dart:coreimpl');
-#import('dart:io');
+import 'dart:coreimpl';
+import 'dart:io';
// 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');
+import '../../sdk/lib/_internal/dartdoc/lib/dartdoc.dart';
+import '../../sdk/lib/_internal/dartdoc/lib/mirrors.dart';
+import '../../sdk/lib/_internal/dartdoc/lib/mirrors_util.dart';
// TODO(amouravski): There is currently magic that looks at dart:* libraries
// rather than the declared library names. This changed due to recent syntax

Powered by Google App Engine
This is Rietveld 408576698