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

Unified Diff: lib/packages_file.dart

Issue 2298063005: minor changes to organize imports and to the gitignore file (Closed)
Patch Set: Created 4 years, 3 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/discovery_analysis.dart ('k') | lib/src/packages_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/packages_file.dart
diff --git a/lib/packages_file.dart b/lib/packages_file.dart
index 93ccd3c18d4cd13dd27dae5a874351f69b795d1a..0f1a6e635e3129f148a6c69ce41924cce556b529 100644
--- a/lib/packages_file.dart
+++ b/lib/packages_file.dart
@@ -5,6 +5,7 @@
library package_config.packages_file;
import "package:charcode/ascii.dart";
+
import "src/util.dart" show isValidPackageName;
/// Parses a `.packages` file into a map from package name to base URI.
« no previous file with comments | « lib/discovery_analysis.dart ('k') | lib/src/packages_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698