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

Unified Diff: scripts/slave/recipe_modules/goma/__init__.py

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 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: scripts/slave/recipe_modules/goma/__init__.py
diff --git a/scripts/slave/recipe_modules/goma/__init__.py b/scripts/slave/recipe_modules/goma/__init__.py
index 32c67cf19895d6c1862358fe69baf7af8222ff7d..b9dc91cec785ee345049a6fff787d62996d0178f 100644
--- a/scripts/slave/recipe_modules/goma/__init__.py
+++ b/scripts/slave/recipe_modules/goma/__init__.py
@@ -1,5 +1,5 @@
DEPS = [
- 'cipd',
+ 'depot_tools/cipd',
'depot_tools/depot_tools',
'depot_tools/gclient',
'recipe_engine/step',

Powered by Google App Engine
This is Rietveld 408576698