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

Unified Diff: Makefile

Issue 722613002: Switch 'make builddeps' to use HTTPS everywhere. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index d04d9ef494f0ffebf36d9ac168efe3951286181e..6a34a7253afe660068377077c935fa93838690dd 100644
--- a/Makefile
+++ b/Makefile
@@ -490,7 +490,7 @@ gtags.clean:
# "dependencies" includes also dependencies required for development.
# Remember to keep these in sync with the DEPS file.
builddeps:
- svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
+ svn checkout --force https://gyp.googlecode.com/svn/trunk build/gyp \
--revision 1831
if svn info third_party/icu 2>&1 | grep -q icu46 ; then \
svn switch --force \
@@ -501,9 +501,9 @@ builddeps:
https://src.chromium.org/chrome/trunk/deps/third_party/icu52 \
third_party/icu --revision 277999 ; \
fi
- svn checkout --force http://googletest.googlecode.com/svn/trunk \
+ svn checkout --force https://googletest.googlecode.com/svn/trunk \
testing/gtest --revision 692
- svn checkout --force http://googlemock.googlecode.com/svn/trunk \
+ svn checkout --force https://googlemock.googlecode.com/svn/trunk \
testing/gmock --revision 485
dependencies: builddeps
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698