Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: DEPS

Issue 20457002: Move swarm_client to swarming_client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | base/base_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 883f4642178660d8ac1125c7109cbc2cbdac9e62..eb5f832c883fe5f51bb3e14ac2b04266775b847c 100644
--- a/DEPS
+++ b/DEPS
@@ -42,9 +42,9 @@ vars = {
"jsoncpp_revision": "248",
"nss_revision": "209026",
# Three lines of non-changing comments so that
- # the commit queue can handle CLs rolling swarm_client
+ # the commit queue can handle CLs rolling swarming_client
# and whatever else without interference from each other.
- "swarm_revision": "217028",
+ "swarming_revision": "51336a32732d4eea3f07e44e4a62c4d8103ef29f",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling openssl
# and whatever else without interference from each other.
@@ -105,8 +105,10 @@ deps = {
"src/tools/gyp":
(Var("googlecode_url") % "gyp") + "/trunk@1693",
- "src/tools/swarm_client":
- "/trunk/tools/swarm_client@" + Var("swarm_revision"),
+ # It is a git clone of https://code.google.com/p/swarming.client.
+ "src/tools/swarming_client":
+ Var("chromium_git") + "/external/swarming.client.git@" +
+ Var("swarming_revision"),
"src/v8":
(Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
« no previous file with comments | « .gitignore ('k') | base/base_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698