Index: scripts/slave/recipe_modules/perf_try_staging/__init__.py |
diff --git a/scripts/slave/recipe_modules/perf_try_staging/__init__.py b/scripts/slave/recipe_modules/perf_try_staging/__init__.py |
index 595100c41fee248fc003c1831a6ad0a5cd4bc493..579fca358862a237c68c86051b5b2fbcdd1f819d 100644 |
--- a/scripts/slave/recipe_modules/perf_try_staging/__init__.py |
+++ b/scripts/slave/recipe_modules/perf_try_staging/__init__.py |
@@ -1,19 +1,20 @@ |
DEPS = [ |
- 'depot_tools/bot_update', |
'bisect_tester_staging', |
'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', |
] |