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

Unified Diff: DEPS

Issue 22978003: Revert r217535 "Move swarm_client to swarming_client." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: DEPS
diff --git a/DEPS b/DEPS
index 333a71290c5da98a177408d45edb0723c717dd45..900826046ee7d3d2184714b756281fa1507a5ed4 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 swarming_client
+ # the commit queue can handle CLs rolling swarm_client
# and whatever else without interference from each other.
- "swarming_revision": "51336a32732d4eea3f07e44e4a62c4d8103ef29f",
+ "swarm_revision": "217028",
# 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,10 +105,8 @@ deps = {
"src/tools/gyp":
(Var("googlecode_url") % "gyp") + "/trunk@1693",
- # 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/tools/swarm_client":
+ "/trunk/tools/swarm_client@" + Var("swarm_revision"),
"src/v8":
(Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
« no previous file with comments | « .gitignore ('k') | base/base_unittests.isolate » ('j') | chrome/interactive_ui_tests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698