Use http rather than https in DEPS.

https can cause problems for users behind proxies. The problem in this
case was with the gaeunit googlecode repo, but I changed the github
repo as well for consistency.

BUG=276
TEST=gclient sync

Review URL: https://webrtc-codereview.appspot.com/392010

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1700 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-02-16 01:20:15 +00:00
parent cb333530fc
commit 57193f0f62

7
DEPS
View File

@ -10,7 +10,8 @@ vars = {
"webrtc_resources_revision": "8",
}
# NOTE: Prefer revision numbers to tags for svn deps.
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
# https; the latter can cause problems for users behind proxies.
deps = {
"trunk/build":
Var("chromium_trunk") + "/src/build@" + Var("chromium_revision"),
@ -79,11 +80,11 @@ deps = {
# Used by tools/quality_tracking
"trunk/third_party/oauth2":
"https://github.com/simplegeo/python-oauth2.git@a83f4a29",
"http://github.com/simplegeo/python-oauth2.git@a83f4a29",
# Used by tools/quality_tracking
"trunk/third_party/gaeunit":
"https://code.google.com/p/gaeunit.git@e16d5bd4",
"http://code.google.com/p/gaeunit.git@e16d5bd4",
}
deps_os = {