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

Unified Diff: frog/reader.dart

Issue 9705088: Generate API docs during build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Port list_files back to python. Created 8 years, 9 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 | « dart.gyp ('k') | lib/dartdoc/dartdoc.dart » ('j') | utils/apidoc/apidoc.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/reader.dart
diff --git a/frog/reader.dart b/frog/reader.dart
index d5297b14addc0f8f618e90440382a6c6477d100d..99af7eebd21ddea58d8fda50556df122ef9e8406 100644
--- a/frog/reader.dart
+++ b/frog/reader.dart
@@ -18,7 +18,8 @@ class LibraryReader {
'dart:dom': joinPaths(options.libDir,
'../../lib/dom/frog/dom_frog.dart'),
'dart:json': joinPaths(options.libDir, '../../lib/json/json_frog.dart'),
- 'dart:io': joinPaths(options.libDir, '../leg/lib/io.dart'),
+ 'dart:io': joinPaths(options.libDir,
+ '../../lib/compiler/implementation/lib/io.dart'),
'dart:isolate': joinPaths(options.libDir,
'../../lib/isolate/isolate_frog.dart'),
'dart:uri': joinPaths(options.libDir, '../../lib/uri/uri.dart'),
« no previous file with comments | « dart.gyp ('k') | lib/dartdoc/dartdoc.dart » ('j') | utils/apidoc/apidoc.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698