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

Unified Diff: recipes/recipes/infra_continuous.py

Issue 2242803002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: trybots 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: recipes/recipes/infra_continuous.py
diff --git a/recipes/recipes/infra_continuous.py b/recipes/recipes/infra_continuous.py
index 6982a8648d5b4f2a60ab1769f0d4f54f00b56bd5..89dcd29a6e7ea02347d46943640f54512bee0a27 100644
--- a/recipes/recipes/infra_continuous.py
+++ b/recipes/recipes/infra_continuous.py
@@ -5,9 +5,9 @@
from recipe_engine.recipe_api import Property
DEPS = [
- 'build/cipd',
'build/file',
'depot_tools/bot_update',
+ 'depot_tools/cipd',
'depot_tools/depot_tools',
'depot_tools/gclient',
'depot_tools/infra_paths',

Powered by Google App Engine
This is Rietveld 408576698