| 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',
|
|
|