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

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. 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
OLDNEW
1 DEPS = [ 1 DEPS = [
2 'commit_position',
3 'file',
4 'git',
5 'gsutil',
6 'math_utils',
7 'path',
8 'properties',
9 'python',
10 'raw_io',
2 'step', 11 'step',
3 'raw_io',
4 'python',
5 'properties',
6 'gsutil',
7 'git',
8 'commit_position',
9 'trigger', 12 'trigger',
10 'math_utils',
11 ] 13 ]
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