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

Unified Diff: lib/dartdoc/frog/reader.dart

Issue 10662048: Build uses dart2js.bat on Windows (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « lib/dartdoc/frog/lib/html_frog.dart ('k') | lib/isolate/isolate_frog.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dartdoc/frog/reader.dart
diff --git a/lib/dartdoc/frog/reader.dart b/lib/dartdoc/frog/reader.dart
index fbbc7c44941fbc818f7108e2c22e39389a14e60c..b8f4314d6122ddb9d73d44d9ce52f14b76a64df4 100644
--- a/lib/dartdoc/frog/reader.dart
+++ b/lib/dartdoc/frog/reader.dart
@@ -16,7 +16,7 @@ class LibraryReader {
'dart:coreimpl': joinPaths(options.libDir,
'dartdoc/frog/lib/corelib_impl.dart'),
'dart:html': joinPaths(options.libDir,
- 'html/frog/html_frog.dart'),
+ 'dartdoc/frog/lib/html_frog.dart'),
'dart:dom_deprecated': joinPaths(options.libDir,
'dom/frog/dom_frog.dart'),
'dart:crypto': joinPaths(options.libDir,
@@ -41,7 +41,7 @@ class LibraryReader {
'dart:coreimpl': joinPaths(options.libDir,
'dartdoc/frog/lib/corelib_impl.dart'),
'dart:html': joinPaths(options.libDir,
- 'html/html_frog.dart'),
+ 'dartdoc/frog/lib/html_frog.dart'),
'dart:dom_deprecated': joinPaths(options.libDir,
'dom/dom_frog.dart'),
// TODO(rnystrom): How should we handle dart:io here?
« no previous file with comments | « lib/dartdoc/frog/lib/html_frog.dart ('k') | lib/isolate/isolate_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698