Chromium Code Reviews| Index: scripts/slave/recipe_modules/chromium/__init__.py |
| diff --git a/scripts/slave/recipe_modules/chromium/__init__.py b/scripts/slave/recipe_modules/chromium/__init__.py |
| index 195739cf063cc64729674b7c42ca574825b82cd3..6626774d61049f07cb7b3bf1d6003976a9f2069d 100644 |
| --- a/scripts/slave/recipe_modules/chromium/__init__.py |
| +++ b/scripts/slave/recipe_modules/chromium/__init__.py |
| @@ -1,10 +1,14 @@ |
| DEPS = [ |
| 'depot_tools/bot_update', |
| 'depot_tools/depot_tools', |
| + 'depot_tools/gclient', # in order to have set_config automatically populate gclient |
| + 'depot_tools/tryserver', |
| + |
| 'commit_position', |
| 'file', |
| 'goma', |
| - 'depot_tools/gclient', # in order to have set_config automatically populate gclient |
| + 'adb', |
|
jbudorick
2016/11/11 22:47:57
nit: alphabetical, plz
|
| + |
|
jbudorick
2016/11/11 22:47:57
nit: blank line?
|
| 'recipe_engine/json', |
| 'recipe_engine/path', |
| 'recipe_engine/platform', |
| @@ -12,5 +16,4 @@ DEPS = [ |
| 'recipe_engine/python', |
| 'recipe_engine/raw_io', |
| 'recipe_engine/step', |
| - 'depot_tools/tryserver', |
| ] |