| 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)
|
|
|