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

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

Issue 2243853002: Drop unwanted dependencies on chromium_tests recipe module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: TODO 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/api.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_checkout',
6 'chromium_swarming', 7 'chromium_swarming',
7 'chromium_tests', 8 'chromium_tests',
8 'commit_position', 9 'commit_position',
9 'crrev', 10 'crrev',
10 'depot_tools/bot_update', 11 'depot_tools/bot_update',
11 'depot_tools/gclient', 12 'depot_tools/gclient',
12 'depot_tools/git', 13 'depot_tools/git',
13 'depot_tools/tryserver', 14 'depot_tools/tryserver',
14 'file', 15 'file',
15 'gitiles', 16 'gitiles',
16 'goma', 17 'goma',
17 'gsutil', 18 'gsutil',
18 'halt', 19 'halt',
19 'math_utils', 20 'math_utils',
20 'perf_dashboard', 21 'perf_dashboard',
21 'perf_try', 22 'perf_try',
22 'recipe_engine/json', 23 'recipe_engine/json',
23 'recipe_engine/path', 24 'recipe_engine/path',
24 'recipe_engine/platform', 25 'recipe_engine/platform',
25 'recipe_engine/properties', 26 'recipe_engine/properties',
26 'recipe_engine/python', 27 'recipe_engine/python',
27 'recipe_engine/raw_io', 28 'recipe_engine/raw_io',
28 'recipe_engine/step', 29 'recipe_engine/step',
29 'service_account', 30 'service_account',
30 'trigger', 31 'trigger',
31 'url', 32 'url',
32 ] 33 ]
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698