From 287f07b174383819cc8ec42325d3b9accdb7e248 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Fri, 27 Sep 2013 16:57:10 +0000 Subject: [PATCH] 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 --- DEPS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9c33dbf12..a77c15022 100644 --- a/DEPS +++ b/DEPS @@ -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"),