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

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

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

Powered by Google App Engine
This is Rietveld 408576698