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

Unified Diff: test/dependency_computer/utils.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 | « test/dependency_computer/error_test.dart ('k') | test/descriptor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dependency_computer/utils.dart
diff --git a/test/dependency_computer/utils.dart b/test/dependency_computer/utils.dart
index 87ce96929075a7dad7a3dde98912de7fc8221761..2bd12d1b92e4df0c9938f2a52d456edcf541d6e3 100644
--- a/test/dependency_computer/utils.dart
+++ b/test/dependency_computer/utils.dart
@@ -6,17 +6,17 @@ library pub_tests;
import 'package:barback/barback.dart';
import 'package:path/path.dart' as p;
+import 'package:pub/src/barback/cycle_exception.dart';
+import 'package:pub/src/barback/dependency_computer.dart';
+import 'package:pub/src/entrypoint.dart';
+import 'package:pub/src/io.dart';
+import 'package:pub/src/package.dart';
+import 'package:pub/src/package_graph.dart';
+import 'package:pub/src/source/path.dart';
+import 'package:pub/src/system_cache.dart';
+import 'package:pub/src/utils.dart';
import 'package:scheduled_test/scheduled_test.dart';
-import '../../lib/src/barback/cycle_exception.dart';
-import '../../lib/src/barback/dependency_computer.dart';
-import '../../lib/src/entrypoint.dart';
-import '../../lib/src/io.dart';
-import '../../lib/src/package.dart';
-import '../../lib/src/package_graph.dart';
-import '../../lib/src/source/path.dart';
-import '../../lib/src/system_cache.dart';
-import '../../lib/src/utils.dart';
import '../test_pub.dart';
/// Expects that [DependencyComputer.transformersNeededByTransformers] will
« no previous file with comments | « test/dependency_computer/error_test.dart ('k') | test/descriptor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698