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

Unified Diff: sdk/lib/_internal/pub_generated/lib/src/command/build.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/build.dart
diff --git a/sdk/lib/_internal/pub_generated/lib/src/command/build.dart b/sdk/lib/_internal/pub_generated/lib/src/command/build.dart
index f68194ccf089bf6453177cfeb56ff9d7f38fecb9..71736631924748807157883c8f41876c8d7d07b9 100644
--- a/sdk/lib/_internal/pub_generated/lib/src/command/build.dart
+++ b/sdk/lib/_internal/pub_generated/lib/src/command/build.dart
@@ -152,8 +152,7 @@ class BuildCommand extends BarbackCommand {
return entrypointDirs.length * 2;
}
void _addBrowserJs(String directory, String name) {
- var jsPath = path.join(
- entrypoint.root.dir,
+ var jsPath = entrypoint.root.path(
outputDirectory,
directory,
'packages',

Powered by Google App Engine
This is Rietveld 408576698