Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(556)

Side by Side Diff: scripts/slave/recipe_modules/perf_try/__init__.py

Issue 2247373002: Refactor stages 1, 2 and test_api overhaul. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Addressing all early feedback. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 DEPS = [ 1 DEPS = [
2 'depot_tools/bot_update',
3 'bisect_tester', 2 'bisect_tester',
4 'buildbucket', 3 'buildbucket',
5 'chromium', 4 'chromium',
6 'chromium_android', 5 'chromium_android',
7 'chromium_tests', 6 'chromium_tests',
8 'commit_position', 7 'commit_position',
9 'file', 8 'depot_tools/bot_update',
10 'depot_tools/gclient', 9 'depot_tools/gclient',
11 'depot_tools/git', 10 'depot_tools/git',
11 'depot_tools/tryserver',
12 'file',
12 'gsutil', 13 'gsutil',
14 'halt',
15 'math_utils',
13 'perf_dashboard', 16 'perf_dashboard',
14 'recipe_engine/json', 17 'recipe_engine/json',
15 'halt',
16 'math_utils',
17 'recipe_engine/path', 18 'recipe_engine/path',
18 'recipe_engine/platform', 19 'recipe_engine/platform',
19 'recipe_engine/properties', 20 'recipe_engine/properties',
20 'recipe_engine/python', 21 'recipe_engine/python',
21 'recipe_engine/raw_io', 22 'recipe_engine/raw_io',
22 'recipe_engine/step', 23 'recipe_engine/step',
23 'service_account', 24 'service_account',
24 'trigger', 25 'trigger',
25 'url', 26 'url',
26 'depot_tools/tryserver',
27 ] 27 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698