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

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: Update copyright date. 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..a3b683d7d05814f7cf309d6641ce335fff72787c 100644
--- a/frog/reader.dart
+++ b/frog/reader.dart
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@@ -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'),
« frog/presubmit.py ('K') | « frog/presubmit.py ('k') | lib/dartdoc/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698