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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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 | Annotate | Revision Log
OLDNEW
1 DEPS = [ 1 DEPS = [
2 'bisect_tester', 2 'bisect_tester',
3 'chromium', 3 'chromium',
4 'chromium_android', 4 'chromium_android',
5 'chromium_tests', 5 'chromium_tests',
6 'commit_position', 6 'commit_position',
7 'crrev', 7 'crrev',
8 'depot_tools/bot_update', 8 'depot_tools/bot_update',
9 'depot_tools/gclient', 9 'depot_tools/gclient',
10 'depot_tools/git', 10 'depot_tools/git',
11 'depot_tools/infra_paths',
11 'depot_tools/tryserver', 12 'depot_tools/tryserver',
12 'file', 13 'file',
13 'gitiles', 14 'gitiles',
14 'gsutil', 15 'gsutil',
15 'halt', 16 'halt',
16 'math_utils', 17 'math_utils',
17 'perf_dashboard', 18 'perf_dashboard',
18 'perf_try', 19 'perf_try',
19 'recipe_engine/json', 20 'recipe_engine/json',
20 'recipe_engine/path', 21 'recipe_engine/path',
21 'recipe_engine/platform', 22 'recipe_engine/platform',
22 'recipe_engine/properties', 23 'recipe_engine/properties',
23 'recipe_engine/python', 24 'recipe_engine/python',
24 'recipe_engine/raw_io', 25 'recipe_engine/raw_io',
25 'recipe_engine/step', 26 'recipe_engine/step',
26 'trigger', 27 'trigger',
27 'url', 28 'url',
28 ] 29 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698