Fix the broken bots by specifying the googlecode site explicitly. BUG=none TEST=none
TBR=nirnimesh git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73068 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -111,6 +111,7 @@ v8.log
|
||||
/third_party/speex
|
||||
/third_party/swig
|
||||
/third_party/valgrind
|
||||
/third_party/webdriver/python
|
||||
/third_party/xdg-utils
|
||||
/third_party/xulrunner-sdk
|
||||
/third_party/yasm/binaries
|
||||
|
2
DEPS
2
DEPS
@ -164,7 +164,7 @@ deps = {
|
||||
"/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
|
||||
|
||||
"src/third_party/webdriver/python":
|
||||
(Var("googlecode_url") % "selenium") + "/trunk/py@11167",
|
||||
"http://selenium.googlecode.com/svn/trunk/py@11167",
|
||||
|
||||
"src/third_party/libvpx":
|
||||
"/trunk/deps/third_party/libvpx@" +
|
||||
|
Reference in New Issue
Block a user