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

Unified Diff: scripts/slave/recipe_modules/conda/__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/conda/__init__.py
diff --git a/scripts/slave/recipe_modules/conda/__init__.py b/scripts/slave/recipe_modules/conda/__init__.py
index 19bc7d8a80253c7ca246375542a02c11dd5cd48a..1f69ee4d5f77937175ada7973b4b95fc80f6a57b 100644
--- a/scripts/slave/recipe_modules/conda/__init__.py
+++ b/scripts/slave/recipe_modules/conda/__init__.py
@@ -1,5 +1,5 @@
DEPS = [
- 'cipd',
+ 'depot_tools/cipd',
'file',
'recipe_engine/path',
'recipe_engine/platform',

Powered by Google App Engine
This is Rietveld 408576698