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

Unified Diff: utils/tests/pub/test_pub.dart

Issue 12790006: Remove support for SDK dependencies. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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
Index: utils/tests/pub/test_pub.dart
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart
index 8c9730d776508a5fac1538333379c8bdd22498e5..bf573fd9d364eb01dad5eef02a78f3e27abd4bbe 100644
--- a/utils/tests/pub/test_pub.dart
+++ b/utils/tests/pub/test_pub.dart
@@ -33,7 +33,6 @@ import '../../pub/http.dart';
import '../../pub/io.dart';
import '../../pub/path_source.dart';
import '../../pub/safe_http_server.dart';
-import '../../pub/sdk_source.dart';
import '../../pub/system_cache.dart';
import '../../pub/utils.dart';
import '../../pub/validator.dart';
@@ -411,9 +410,6 @@ Future<Map> _dependencyListToMap(List<Map> dependencies) {
case "path":
source = new PathSource();
break;
- case "sdk":
- source = new SdkSource();
- break;
default:
throw 'Unknown source "$sourceName"';
}

Powered by Google App Engine
This is Rietveld 408576698