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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/depot_config.py

Issue 1829583002: Enabling descent into catapult rolls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@hax
Patch Set: Updating expectations, rebasing. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/auto_bisect/depot_config.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/depot_config.py b/scripts/slave/recipe_modules/auto_bisect/depot_config.py
index 5d0476e76135a26be198ab5051632f77367f3bf8..f8fc970c0aed26f43812f28f1027d515550f9efa 100644
--- a/scripts/slave/recipe_modules/auto_bisect/depot_config.py
+++ b/scripts/slave/recipe_modules/auto_bisect/depot_config.py
@@ -41,6 +41,13 @@ DEPOT_DEPS_NAME = {
'from': ['chromium'],
'url': 'https://chromium.googlesource.com/skia',
'deps_var': 'skia_revision'
+ },
+ 'catapult': {
+ 'src': 'src/third_party/catapult',
+ 'recurse': True,
+ 'from': ['chromium'],
+ 'url':'https://github.com/catapult-project/catapult.git',
+ 'deps_var': 'catapult_revision'
}
}
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698