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

Unified Diff: lib/src/dart.dart

Issue 1153643002: Use "package:" imports for pub. (Closed) Base URL: git@github.com:dart-lang/pub_test@master
Patch Set: Code review changes Created 5 years, 7 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 | « bin/pub.dart ('k') | test/ascii_tree_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/dart.dart
diff --git a/lib/src/dart.dart b/lib/src/dart.dart
index 05a8ccd54d6a5a4f6b0d2849d7ce5e9fb882b6a3..1d2d0e0d7d8eed4933bf227cbcade331b462d9cc 100644
--- a/lib/src/dart.dart
+++ b/lib/src/dart.dart
@@ -10,11 +10,10 @@ import 'dart:io';
import 'dart:isolate';
import 'package:analyzer/analyzer.dart';
-import 'package:path/path.dart' as path;
-
import 'package:compiler_unsupported/compiler.dart' as compiler;
import 'package:compiler_unsupported/src/filenames.dart'
show appendSlash;
+import 'package:path/path.dart' as path;
import 'asset/dart/serialize.dart';
import 'io.dart';
« no previous file with comments | « bin/pub.dart ('k') | test/ascii_tree_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698