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

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

Issue 940123005: Adding ability to bisect recipe to bisect into dependency repos. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@hax
Patch Set: Addressing feedback, adding TODOs Created 5 years, 9 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 'bot_update',
3 'commit_position',
4 'file',
5 'git',
6 'gsutil',
7 'math_utils',
8 'path',
9 'properties',
10 'python',
11 'raw_io',
2 'step', 12 'step',
3 'raw_io',
4 'python',
5 'properties',
6 'gsutil',
7 'git',
8 'commit_position',
9 'trigger', 13 'trigger',
10 'math_utils',
11 ] 14 ]
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