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:
parent
2e246b4e78
commit
287f07b174
3
DEPS
3
DEPS
@ -104,6 +104,9 @@ deps = {
|
|||||||
"tools/python":
|
"tools/python":
|
||||||
Var("chromium_trunk") + "/src/tools/python@" + Var("chromium_revision"),
|
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":
|
"tools/swarm_client":
|
||||||
Var("chromium_trunk") + "/tools/swarm_client@" + Var("chromium_revision"),
|
Var("chromium_trunk") + "/tools/swarm_client@" + Var("chromium_revision"),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user