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

Unified Diff: scripts/slave/recipes/webrtc/ios.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/chromium_trybot.py ('k') | scripts/slave/recipes/webrtc/ios_api_framework.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/webrtc/ios.py
diff --git a/scripts/slave/recipes/webrtc/ios.py b/scripts/slave/recipes/webrtc/ios.py
index 6f74503bbee8b52222db4976b908e3c9e840bec3..fa962a0cca0e401c753b65a360349148ab11e3a2 100644
--- a/scripts/slave/recipes/webrtc/ios.py
+++ b/scripts/slave/recipes/webrtc/ios.py
@@ -3,7 +3,7 @@
# found in the LICENSE file.
DEPS = [
- 'chromium_tests',
+ 'chromium_checkout',
'depot_tools/bot_update',
'depot_tools/gclient',
'ios',
@@ -20,7 +20,7 @@ def RunSteps(api):
api.ios.host_info()
checkout_kwargs = {'force': True}
- checkout_dir = api.chromium_tests.get_checkout_dir({})
+ checkout_dir = api.chromium_checkout.get_checkout_dir({})
if checkout_dir:
checkout_kwargs['cwd'] = checkout_dir
api.bot_update.ensure_checkout(**checkout_kwargs)
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.py ('k') | scripts/slave/recipes/webrtc/ios_api_framework.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698