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

Unified Diff: dart/pkg/docgen/lib/src/exports/source_mirrors.dart

Issue 341923005: Update imports to use package:compiler and package:try. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r37512. Created 6 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 | « dart/pkg/docgen/lib/src/exports/mirrors_util.dart ('k') | dart/pkg/docgen/lib/src/generator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/docgen/lib/src/exports/source_mirrors.dart
diff --git a/dart/pkg/docgen/lib/src/exports/source_mirrors.dart b/dart/pkg/docgen/lib/src/exports/source_mirrors.dart
index 7c2ee9cc53dc07727dda14d474d9098efb72ce52..f15ef06125b03ad509f08d754d419e40da372f7c 100644
--- a/dart/pkg/docgen/lib/src/exports/source_mirrors.dart
+++ b/dart/pkg/docgen/lib/src/exports/source_mirrors.dart
@@ -4,5 +4,5 @@
library docgen.exports.source_mirrors;
-export '../../../../../sdk/lib/_internal/compiler/implementation/mirrors/source_mirrors.dart'
+export 'package:compiler/implementation/mirrors/source_mirrors.dart'
hide SourceLocation;
« no previous file with comments | « dart/pkg/docgen/lib/src/exports/mirrors_util.dart ('k') | dart/pkg/docgen/lib/src/generator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698