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

Unified Diff: sdk/lib/_internal/pub/test/dependency_computer/utils.dart

Issue 808713003: Remove barback from the repo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 | « pkg/barback/test/utils.dart ('k') | sdk/lib/_internal/pub/test/serve_packages.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/dependency_computer/utils.dart
diff --git a/sdk/lib/_internal/pub/test/dependency_computer/utils.dart b/sdk/lib/_internal/pub/test/dependency_computer/utils.dart
index 06eb463299bb3f432c81a82ab17eb8decd5e7935..87ce96929075a7dad7a3dde98912de7fc8221761 100644
--- a/sdk/lib/_internal/pub/test/dependency_computer/utils.dart
+++ b/sdk/lib/_internal/pub/test/dependency_computer/utils.dart
@@ -96,7 +96,7 @@ PackageGraph _loadPackageGraph() {
loadPackage(packageName) {
if (packages.containsKey(packageName)) return;
packages[packageName] = new Package.load(
- packageName, p.join(pkgPath, packageName), systemCache.sources);
+ packageName, packagePath(packageName), systemCache.sources);
for (var dep in packages[packageName].dependencies) {
loadPackage(dep.name);
}
« no previous file with comments | « pkg/barback/test/utils.dart ('k') | sdk/lib/_internal/pub/test/serve_packages.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698