Add sharding_supervisor to DEPS to prepare for swarm/isolated testing.

This component is now needed in addition to the swarm_client.

BUG=1916
TEST=I've run bots with this locally synced.
R=niklas.enbom@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4863 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2013-09-27 16:57:10 +00:00
parent 2e246b4e78
commit 287f07b174

5
DEPS
View File

@ -58,7 +58,7 @@ deps = {
"third_party/junit/":
(Var("googlecode_url") % "webrtc") + "/deps/third_party/junit@3367",
"third_party/libjpeg":
Var("chromium_trunk") + "/src/third_party/libjpeg@" + Var("chromium_revision"),
@ -104,6 +104,9 @@ deps = {
"tools/python":
Var("chromium_trunk") + "/src/tools/python@" + Var("chromium_revision"),
"tools/sharding_supervisor":
Var("chromium_trunk") + "/src/tools/sharding_supervisor@" + Var("chromium_revision"),
"tools/swarm_client":
Var("chromium_trunk") + "/tools/swarm_client@" + Var("chromium_revision"),