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

Unified Diff: pkg/docgen/lib/src/generator.dart

Issue 694353007: Move dart2js from sdk/lib/_internal/compiler to pkg/compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 | « pkg/docgen/lib/src/exports/source_mirrors.dart ('k') | pkg/docgen/lib/src/models/annotation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/lib/src/generator.dart
diff --git a/pkg/docgen/lib/src/generator.dart b/pkg/docgen/lib/src/generator.dart
index 4d54585a059dc9c4d6fcb10fa770a73e7098f8f4..2b7b1f876275ef90352503001f166dddde98a399 100644
--- a/pkg/docgen/lib/src/generator.dart
+++ b/pkg/docgen/lib/src/generator.dart
@@ -13,10 +13,10 @@ import 'package:markdown/markdown.dart' as markdown;
import 'package:path/path.dart' as path;
import 'package:compiler/compiler.dart' as api;
-import 'package:compiler/implementation/filenames.dart';
-import 'package:compiler/implementation/mirrors/analyze.dart'
+import 'package:compiler/src/filenames.dart';
+import 'package:compiler/src/mirrors/analyze.dart'
as dart2js;
-import 'package:compiler/implementation/source_file_provider.dart';
+import 'package:compiler/src/source_file_provider.dart';
import 'exports/dart2js_mirrors.dart' as dart2js_mirrors;
import 'exports/libraries.dart';
« no previous file with comments | « pkg/docgen/lib/src/exports/source_mirrors.dart ('k') | pkg/docgen/lib/src/models/annotation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698