| 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 0cac07c488e7625110bda74965e3706f967d3165..41633707b1fd04125e0b3d63f1f14f91b0833389 100644
|
| --- a/scripts/slave/recipes/webrtc/ios_api_framework.py
|
| +++ b/scripts/slave/recipes/webrtc/ios_api_framework.py
|
| @@ -7,7 +7,6 @@ DEPS = [
|
| 'commit_position',
|
| 'depot_tools/bot_update',
|
| 'depot_tools/gclient',
|
| - 'depot_tools/infra_paths',
|
| 'file',
|
| 'gsutil',
|
| 'ios',
|
| @@ -42,7 +41,7 @@ def RunSteps(api):
|
| api.step('build', [build_script], cwd=api.path['checkout'])
|
|
|
| output_dir = api.path['checkout'].join('out_ios_framework')
|
| - zip_out = api.infra_paths['slave_build'].join('webrtc_ios_api_framework.zip')
|
| + zip_out = api.path['slave_build'].join('webrtc_ios_api_framework.zip')
|
| api.zip.directory('zip', output_dir, zip_out)
|
|
|
| api.gsutil.upload(
|
|
|