| 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 06564c99fb8f7434e3b1ceb8c35659647156206b..d7f99328d60dba6d2e15e03cad476d278dec8b92 100644
|
| --- a/scripts/slave/recipe_modules/perf_try/__init__.py
|
| +++ b/scripts/slave/recipe_modules/perf_try/__init__.py
|
| @@ -1,6 +1,7 @@
|
| DEPS = [
|
| 'depot_tools/bot_update',
|
| 'bisect_tester',
|
| + 'buildbucket',
|
| 'chromium',
|
| 'chromium_android',
|
| 'chromium_tests',
|
| @@ -19,6 +20,8 @@ DEPS = [
|
| 'recipe_engine/python',
|
| 'recipe_engine/raw_io',
|
| 'recipe_engine/step',
|
| + 'service_account',
|
| 'trigger',
|
| + 'url',
|
| 'depot_tools/tryserver',
|
| ]
|
|
|