| Index: scripts/slave/recipe_modules/perf_try/__init__.py
|
| diff --git a/scripts/slave/recipe_modules/perf_try/__init__.py b/scripts/slave/recipe_modules/perf_try/__init__.py
|
| index d7f99328d60dba6d2e15e03cad476d278dec8b92..e880583b4a150511156fe3293d00e014ed3eb232 100644
|
| --- a/scripts/slave/recipe_modules/perf_try/__init__.py
|
| +++ b/scripts/slave/recipe_modules/perf_try/__init__.py
|
| @@ -1,19 +1,20 @@
|
| DEPS = [
|
| - 'depot_tools/bot_update',
|
| 'bisect_tester',
|
| 'buildbucket',
|
| 'chromium',
|
| 'chromium_android',
|
| 'chromium_tests',
|
| 'commit_position',
|
| - 'file',
|
| + 'depot_tools/bot_update',
|
| 'depot_tools/gclient',
|
| 'depot_tools/git',
|
| + 'depot_tools/tryserver',
|
| + 'file',
|
| 'gsutil',
|
| - 'perf_dashboard',
|
| - 'recipe_engine/json',
|
| 'halt',
|
| 'math_utils',
|
| + 'perf_dashboard',
|
| + 'recipe_engine/json',
|
| 'recipe_engine/path',
|
| 'recipe_engine/platform',
|
| 'recipe_engine/properties',
|
| @@ -23,5 +24,4 @@ DEPS = [
|
| 'service_account',
|
| 'trigger',
|
| 'url',
|
| - 'depot_tools/tryserver',
|
| ]
|
|
|