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

Unified Diff: scripts/slave/recipes/webrtc/ios_api_framework.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/recipes/webrtc/ios.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/webrtc/ios_api_framework.py
diff --git a/scripts/slave/recipes/webrtc/ios_api_framework.py b/scripts/slave/recipes/webrtc/ios_api_framework.py
index a62a82bb52b124fd309573b9b32e86dc4376d6ce..172eaee6c85c211b35dad2013a4e7e6f4a388d47 100644
--- a/scripts/slave/recipes/webrtc/ios_api_framework.py
+++ b/scripts/slave/recipes/webrtc/ios_api_framework.py
@@ -4,7 +4,7 @@
DEPS = [
'archive',
- 'chromium_tests',
+ 'chromium_checkout',
'commit_position',
'depot_tools/bot_update',
'depot_tools/gclient',
@@ -26,7 +26,7 @@ def RunSteps(api):
api.ios.host_info()
checkout_kwargs = {}
- checkout_dir = api.chromium_tests.get_checkout_dir({})
+ checkout_dir = api.chromium_checkout.get_checkout_dir({})
if checkout_dir:
checkout_kwargs['cwd'] = checkout_dir
update_step = api.bot_update.ensure_checkout(**checkout_kwargs)
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698