Chromium Code Reviews| Index: recipe_modules/gclient/__init__.py |
| diff --git a/recipe_modules/gclient/__init__.py b/recipe_modules/gclient/__init__.py |
| index b9e022d85a97f5134f4c7e0b099e84184e02dee4..ff295123390d5b165f13438530010e8f13b5a2b9 100644 |
| --- a/recipe_modules/gclient/__init__.py |
| +++ b/recipe_modules/gclient/__init__.py |
| @@ -1,10 +1,12 @@ |
| DEPS = [ |
| + 'git', |
|
Michael Achenbach
2016/05/02 06:44:32
Why the gclient changes? Do we need to account for
tandrii(chromium)
2016/05/02 09:56:36
oversight - remnant from PS#1.
|
| 'infra_paths', |
| 'recipe_engine/json', |
| 'recipe_engine/path', |
| 'recipe_engine/platform', |
| 'recipe_engine/properties', |
| 'recipe_engine/python', |
| + 'recipe_engine/raw_io', |
| 'recipe_engine/step', |
| 'tryserver', |
| ] |