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

Unified Diff: sdk/bin/pub

Issue 810223002: Remove the http package 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
Index: sdk/bin/pub
diff --git a/sdk/bin/pub b/sdk/bin/pub
index 1110e8922a0399f58e82277541005a5082d849f8..8427727d00276e7dc4f55f890466421e1caf775b 100755
--- a/sdk/bin/pub
+++ b/sdk/bin/pub
@@ -54,7 +54,7 @@ fi
# Use the Dart binary in the built SDK so pub can find the version file next
# to it.
DART="$BUILD_DIR/dart-sdk/bin/dart"
-PACKAGES_DIR="$BUILD_DIR/pub_packages/"
+PACKAGES_DIR="$BUILD_DIR/packages/"
# Run the async/await compiled pub.
PUB="$SDK_DIR/lib/_internal/pub_generated/bin/pub.dart"
« pkg/pkg.gyp ('K') | « pkg/pkg_files.gyp ('k') | tools/remove_html_imports.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698