Switch 'make builddeps' to use HTTPS everywhere.

R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/722613002

Cr-Commit-Position: refs/heads/master@{#25290}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25290 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 1dbd6369
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment