Use http (not https) to sync jsoncpp.
This is mainly to be consistent with the other repos, but there's also a slim chance it's triggering an issue on the buildbot Review URL: http://webrtc-codereview.appspot.com/154005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@604 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
ce95069ade
commit
29f9159ad7
2
DEPS
2
DEPS
@ -61,7 +61,7 @@ deps = {
|
|||||||
Var("chromium_trunk") + "/deps/third_party/yasm/binaries@74228",
|
Var("chromium_trunk") + "/deps/third_party/yasm/binaries@74228",
|
||||||
|
|
||||||
"trunk/third_party/jsoncpp/":
|
"trunk/third_party/jsoncpp/":
|
||||||
"https://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp@246",
|
"http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp@246",
|
||||||
}
|
}
|
||||||
|
|
||||||
deps_os = {
|
deps_os = {
|
||||||
|
Loading…
Reference in New Issue
Block a user