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

Unified Diff: packages/package_config/lib/discovery_analysis.dart

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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 | « packages/package_config/analysis_options.yaml ('k') | packages/package_config/lib/packages_file.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/package_config/lib/discovery_analysis.dart
diff --git a/packages/package_config/lib/discovery_analysis.dart b/packages/package_config/lib/discovery_analysis.dart
index 058330b194c97d0a922f4e224a82246ba58237f0..ce7e98a1ac813837c20d71211339651970223109 100644
--- a/packages/package_config/lib/discovery_analysis.dart
+++ b/packages/package_config/lib/discovery_analysis.dart
@@ -12,8 +12,8 @@
/// determined to be "package directories" themselves.
library package_config.discovery_analysis;
-import "dart:io" show File, Directory;
import "dart:collection" show HashMap;
+import "dart:io" show File, Directory;
import "package:path/path.dart" as path;
« no previous file with comments | « packages/package_config/analysis_options.yaml ('k') | packages/package_config/lib/packages_file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698