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

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: Further expansion of example.py for auto_bisect. 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 'git',
4 'gsutil',
5 'math_utils',
6 'path',
7 'properties',
8 'python',
9 'raw_io',
2 'step', 10 'step',
3 'raw_io',
4 'python',
5 'properties',
6 'gsutil',
7 'git',
8 'commit_position',
9 'trigger', 11 'trigger',
10 'math_utils',
11 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698