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

Unified Diff: lib/src/codegen/code_generator.dart

Issue 954773003: rename package:ddc to package:dev_compiler (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
« no previous file with comments | « lib/src/checker/rules.dart ('k') | lib/src/codegen/dart_codegen.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/codegen/code_generator.dart
diff --git a/lib/src/codegen/code_generator.dart b/lib/src/codegen/code_generator.dart
index dd08ab3b5c10d2fbc9f628dc416160375aafecb2..d7b88dabfa54d0084ffe815c497c212a1e5da6bc 100644
--- a/lib/src/codegen/code_generator.dart
+++ b/lib/src/codegen/code_generator.dart
@@ -11,10 +11,10 @@ import 'package:analyzer/src/generated/element.dart'
show CompilationUnitElement, LibraryElement;
import 'package:path/path.dart' as path;
-import 'package:ddc/src/info.dart';
-import 'package:ddc/src/utils.dart' show canonicalLibraryName;
-import 'package:ddc/src/report.dart';
-import 'package:ddc/src/checker/rules.dart';
+import 'package:dev_compiler/src/info.dart';
+import 'package:dev_compiler/src/utils.dart' show canonicalLibraryName;
+import 'package:dev_compiler/src/report.dart';
+import 'package:dev_compiler/src/checker/rules.dart';
abstract class CodeGenerator {
final String outDir;
« no previous file with comments | « lib/src/checker/rules.dart ('k') | lib/src/codegen/dart_codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698