| 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 172eaee6c85c211b35dad2013a4e7e6f4a388d47..053dfd3406a54e2d86211fa7e583ecddef2ddc9f 100644
|
| --- a/scripts/slave/recipes/webrtc/ios_api_framework.py
|
| +++ b/scripts/slave/recipes/webrtc/ios_api_framework.py
|
| @@ -21,7 +21,7 @@ DEPS = [
|
|
|
|
|
| def RunSteps(api):
|
| - api.gclient.set_config('webrtc_ios')
|
| + api.gclient.set_config('webrtc_ios', GIT_MODE=True)
|
|
|
| api.ios.host_info()
|
|
|
|
|