summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-24 00:16:51 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-24 00:16:51 +0000
commit7f4fc416afb649f05bd036d81e9cd1e2235fbc98 (patch)
treed41f8e62fa3efe459131a4e7c3544fb8e9dbc6aa
parentc9cead22d0206167a5abbe977dcc6d75e27bb74f (diff)
downloadchromium_src-7f4fc416afb649f05bd036d81e9cd1e2235fbc98.zip
chromium_src-7f4fc416afb649f05bd036d81e9cd1e2235fbc98.tar.gz
chromium_src-7f4fc416afb649f05bd036d81e9cd1e2235fbc98.tar.bz2
Have swarm_client use a DEPS variable swarm_revision.
This way it will be possible to have the canary waterfall use swarm_client@HEAD. Also roll swarm_client @ 184106. R=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/12314066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184332 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS6
1 files changed, 5 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 00248c6..b24ef45 100644
--- a/DEPS
+++ b/DEPS
@@ -40,6 +40,10 @@ vars = {
"webrtc_revision": "3501",
"jsoncpp_revision": "248",
"nss_revision": "182578",
+ # Three lines of non-changing comments so that
+ # the commit queue can handle CLs rolling swarm_client
+ # and whatever else without interference from each other.
+ "swarm_revision": "184106",
}
deps = {
@@ -106,7 +110,7 @@ deps = {
(Var("googlecode_url") % "gyp") + "/trunk@1580",
"src/tools/swarm_client":
- "/trunk/tools/swarm_client@183805",
+ "/trunk/tools/swarm_client@" + Var("swarm_revision"),
"src/v8":
(Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),