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

Unified Diff: bin/devc.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 | « no previous file | bin/edit_files.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/devc.dart
diff --git a/bin/devc.dart b/bin/devc.dart
index 8fbda5441e89e59ad0ff07a91df4c5345cdf12cb..9d2edfa801ecfbab736ec6221afdba848db27f6b 100755
--- a/bin/devc.dart
+++ b/bin/devc.dart
@@ -12,11 +12,11 @@ import 'package:args/args.dart';
import 'package:cli_util/cli_util.dart' show getSdkDir;
import 'package:logging/logging.dart' show Logger, Level;
-import 'package:ddc/config.dart';
-import 'package:ddc/devc.dart';
-import 'package:ddc/src/checker/dart_sdk.dart' show mockSdkSources;
-import 'package:ddc/src/checker/resolver.dart' show TypeResolver;
-import 'package:ddc/src/options.dart';
+import 'package:dev_compiler/config.dart';
+import 'package:dev_compiler/devc.dart';
+import 'package:dev_compiler/src/checker/dart_sdk.dart' show mockSdkSources;
+import 'package:dev_compiler/src/checker/resolver.dart' show TypeResolver;
+import 'package:dev_compiler/src/options.dart';
final ArgParser argParser = new ArgParser()
..addFlag(
« no previous file with comments | « no previous file | bin/edit_files.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698