| Index: scripts/slave/recipes/webrtc/ios.py
|
| diff --git a/scripts/slave/recipes/webrtc/ios.py b/scripts/slave/recipes/webrtc/ios.py
|
| index 90f39a7f70e32546f4e5ba85bfe7776bb6c8928d..98b93e8ee0da971957514472ee85f0ec2e702471 100644
|
| --- a/scripts/slave/recipes/webrtc/ios.py
|
| +++ b/scripts/slave/recipes/webrtc/ios.py
|
| @@ -5,7 +5,6 @@
|
| DEPS = [
|
| 'depot_tools/bot_update',
|
| 'depot_tools/gclient',
|
| - 'depot_tools/infra_paths',
|
| 'ios',
|
| 'recipe_engine/path',
|
| 'recipe_engine/platform',
|
| @@ -19,7 +18,7 @@ def RunSteps(api):
|
|
|
| api.ios.host_info()
|
| api.bot_update.ensure_checkout()
|
| - api.path['checkout'] = api.infra_paths['slave_build'].join('src')
|
| + api.path['checkout'] = api.path['slave_build'].join('src')
|
|
|
| build_config_dir = api.path['checkout'].join(
|
| 'webrtc',
|
|
|