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

Unified Diff: pkg/kernel/bin/dartk.dart

Issue 2674733003: Clean up imports in kernel. (Closed)
Patch Set: Created 3 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 | pkg/kernel/bin/util.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/bin/dartk.dart
diff --git a/pkg/kernel/bin/dartk.dart b/pkg/kernel/bin/dartk.dart
index 783889250dc29d93cfe8947423afa44c423036b4..00ef986b672f8ab6b4c3f022593dd3ea6bc55b91 100755
--- a/pkg/kernel/bin/dartk.dart
+++ b/pkg/kernel/bin/dartk.dart
@@ -16,6 +16,7 @@ import 'package:kernel/verifier.dart';
import 'package:kernel/kernel.dart';
import 'package:kernel/log.dart';
import 'package:kernel/target/targets.dart';
+import 'package:kernel/transformations/treeshaker.dart';
import 'package:path/path.dart' as path;
// Returns the path to the current sdk based on `Platform.resolvedExecutable`.
« no previous file with comments | « no previous file | pkg/kernel/bin/util.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698