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

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

Issue 2228473002: bisection: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 'bisect_tester', 2 'bisect_tester',
3 'buildbucket', 3 'buildbucket',
4 'chromium', 4 'chromium',
5 'chromium_android', 5 'chromium_android',
6 'chromium_swarming', 6 'chromium_swarming',
7 'chromium_tests', 7 'chromium_tests',
8 'commit_position', 8 'commit_position',
9 'crrev', 9 'crrev',
10 'depot_tools/bot_update', 10 'depot_tools/bot_update',
11 'depot_tools/gclient', 11 'depot_tools/gclient',
12 'depot_tools/git', 12 'depot_tools/git',
13 'depot_tools/tryserver', 13 'depot_tools/tryserver',
14 'file', 14 'file',
15 'gitiles', 15 'gitiles',
16 'goma',
16 'gsutil', 17 'gsutil',
17 'halt', 18 'halt',
18 'math_utils', 19 'math_utils',
19 'perf_dashboard', 20 'perf_dashboard',
20 'perf_try', 21 'perf_try',
21 'recipe_engine/json', 22 'recipe_engine/json',
22 'recipe_engine/path', 23 'recipe_engine/path',
23 'recipe_engine/platform', 24 'recipe_engine/platform',
24 'recipe_engine/properties', 25 'recipe_engine/properties',
25 'recipe_engine/python', 26 'recipe_engine/python',
26 'recipe_engine/raw_io', 27 'recipe_engine/raw_io',
27 'recipe_engine/step', 28 'recipe_engine/step',
28 'service_account', 29 'service_account',
29 'trigger', 30 'trigger',
30 'url', 31 'url',
31 ] 32 ]
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/api.py » ('j') | scripts/slave/recipe_modules/auto_bisect/api.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698