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

Unified Diff: utils/apidoc/html_diff.dart

Issue 10827227: Start moving non-platform libraries from lib/ to pkg/ . (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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
« tests/lib/i18n/bidi_format_test.dart ('K') | « utils/apidoc/apidoc.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.dart
===================================================================
--- utils/apidoc/html_diff.dart (revision 10373)
+++ utils/apidoc/html_diff.dart (working copy)
@@ -117,6 +117,8 @@
* [HtmlDiff.initialize] should be called.
*/
void run() {
+ print("libraries: ");
+ for(var e in _mirrors.libraries().getKeys()) { print("Lib: $e"); }
Bob Nystrom 2012/08/08 17:32:24 Debug code?
LibraryMirror htmlLib = findMirror(_mirrors.libraries(), HTML_LIBRARY_NAME);
if (htmlLib === null) {
warn('Could not find $HTML_LIBRARY_NAME');
« tests/lib/i18n/bidi_format_test.dart ('K') | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698