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

Unified Diff: scripts/slave/recipes/blink_downstream.py

Issue 2243853002: Drop unwanted dependencies on chromium_tests recipe module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: TODO Created 4 years, 4 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 | « scripts/slave/recipe_modules/webrtc/api.py ('k') | scripts/slave/recipes/chromium_trybot.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/blink_downstream.py
diff --git a/scripts/slave/recipes/blink_downstream.py b/scripts/slave/recipes/blink_downstream.py
index f2ac6d21d142180a5d3c1cc99f064a2cd85eaff3..077ebe0d649d77624653a8859be9c72071050054 100644
--- a/scripts/slave/recipes/blink_downstream.py
+++ b/scripts/slave/recipes/blink_downstream.py
@@ -30,6 +30,7 @@ from recipe_engine.types import freeze
DEPS = [
'depot_tools/bot_update',
'chromium',
+ 'chromium_checkout',
'chromium_tests',
'depot_tools/gclient',
'recipe_engine/json',
@@ -132,7 +133,7 @@ def RunSteps(api):
api.gclient.c.got_revision_mapping['src'] = 'got_cr_revision'
context = {}
- checkout_dir = api.chromium_tests.get_checkout_dir(bot_config)
+ checkout_dir = api.chromium_checkout.get_checkout_dir(bot_config)
if checkout_dir:
context['cwd'] = checkout_dir
« no previous file with comments | « scripts/slave/recipe_modules/webrtc/api.py ('k') | scripts/slave/recipes/chromium_trybot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698