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

Unified Diff: dart/pkg/dartdoc/lib/mirrors.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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/pkg/dartdoc/lib/markdown.dart ('k') | dart/pkg/dartdoc/lib/mirrors_util.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/dartdoc/lib/mirrors.dart
diff --git a/dart/pkg/dartdoc/lib/mirrors.dart b/dart/pkg/dartdoc/lib/mirrors.dart
index a66c717abd4c99199f0fb9923b65a3993c13aff7..692e37a1c6b0e25b9cd4d92cf8356d929fe9eba1 100644
--- a/dart/pkg/dartdoc/lib/mirrors.dart
+++ b/dart/pkg/dartdoc/lib/mirrors.dart
@@ -2,13 +2,13 @@
// 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.
-library mirrors;
+#library('mirrors');
-import 'dart:io';
-import 'dart:uri';
+#import('dart:io');
+#import('dart:uri');
// TODO(rnystrom): Use "package:" URL (#4968).
-import 'src/mirrors/dart2js_mirror.dart';
+#import('src/mirrors/dart2js_mirror.dart');
/**
* [Compilation] encapsulates the compilation of a program.
« no previous file with comments | « dart/pkg/dartdoc/lib/markdown.dart ('k') | dart/pkg/dartdoc/lib/mirrors_util.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698