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

Unified Diff: DEPS

Issue 29993003: Use swarming_client instead of swarm_client. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebased Created 7 years, 2 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') | android_webview/tools/webview_licenses.py » ('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 eafaaa942ff01995f6ff46dea7522b46cc09f2e1..361ca1ab7ebd232632a9533a03e38b41d6f6dac6 100644
--- a/DEPS
+++ b/DEPS
@@ -54,9 +54,9 @@ vars = {
"jsoncpp_revision": "248",
"nss_revision": "231937",
# 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": "230741",
+ "swarming_revision": "141ef86f4abf255e578320bfe6e42006c251bc39",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling openssl
# and whatever else without interference from each other.
@@ -117,8 +117,9 @@ deps = {
"src/tools/gyp":
(Var("googlecode_url") % "gyp") + "/trunk@1773",
- "src/tools/swarm_client":
- "/trunk/tools/swarm_client@" + Var("swarm_revision"),
+ "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') | android_webview/tools/webview_licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698