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

Unified Diff: frog/reader.dart

Issue 9555013: Get dartdoc in the SDK and working correctly. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix merge error. Created 8 years, 10 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: frog/reader.dart
diff --git a/frog/reader.dart b/frog/reader.dart
index 650ee59e596048d1eee5c726ba9e98c5faf3e2d2..9da1b9d5f70065765660a2c9b694668afe95399d 100644
--- a/frog/reader.dart
+++ b/frog/reader.dart
@@ -26,7 +26,7 @@ class LibraryReader {
} else if (options.config == 'sdk') {
_specialLibs = {
'dart:core': joinPaths(options.libDir, 'core/core_frog.dart'),
- 'dart:coreimpl': joinPaths(options.libDir,
+ 'dart:coreimpl': joinPaths(options.libDir,
'coreimpl/coreimpl_frog.dart'),
'dart:html': joinPaths(options.libDir, 'html/html.dart'),
'dart:htmlimpl': joinPaths(options.libDir, 'htmlimpl/htmlimpl.dart'),
« no previous file with comments | « frog/presubmit.py ('k') | lib/dartdoc/.gitignore » ('j') | lib/dartdoc/ast.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698