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

Unified Diff: sdk/lib/_internal/pub_generated/lib/src/command/list_package_dirs.dart

Issue 583853002: Use precompiled dependencies in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 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
Index: sdk/lib/_internal/pub_generated/lib/src/command/list_package_dirs.dart
diff --git a/sdk/lib/_internal/pub_generated/lib/src/command/list_package_dirs.dart b/sdk/lib/_internal/pub_generated/lib/src/command/list_package_dirs.dart
index 128ee925fbf51a3044a9edffb0043ba048d09cac..de48749a2d184443ba4689a1d3ace8b9faf97ad2 100644
--- a/sdk/lib/_internal/pub_generated/lib/src/command/list_package_dirs.dart
+++ b/sdk/lib/_internal/pub_generated/lib/src/command/list_package_dirs.dart
@@ -29,7 +29,7 @@ class ListPackageDirsCommand extends PubCommand {
}));
});
output["packages"] = packages;
- packages[entrypoint.root.name] = path.join(entrypoint.root.dir, "lib");
+ packages[entrypoint.root.name] = entrypoint.root.path("lib");
output["input_files"] = [entrypoint.lockFilePath, entrypoint.pubspecPath];
return Future.wait(futures).then((_) {
log.json.message(output);
« no previous file with comments | « sdk/lib/_internal/pub_generated/lib/src/command/build.dart ('k') | sdk/lib/_internal/pub_generated/lib/src/entrypoint.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698