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
This commit is contained in:
parent
1dbd6369b1
commit
f7763ac68d
6
Makefile
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user