| Index: scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
|
| diff --git a/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py b/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
|
| index e1c3027760f59f2e9eac507a11d5d780d708b818..031d02973de4e03996a17604867918d56a819b26 100644
|
| --- a/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
|
| +++ b/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
|
| @@ -7,7 +7,6 @@ DEPS = [
|
| 'depot_tools/bot_update',
|
| 'depot_tools/gclient',
|
| 'depot_tools/git',
|
| - 'depot_tools/infra_paths',
|
| 'recipe_engine/path',
|
| 'recipe_engine/properties',
|
| 'recipe_engine/python',
|
| @@ -21,7 +20,7 @@ def RunSteps(api):
|
|
|
| step_result = api.python(
|
| 'check roll status',
|
| - api.infra_paths['build'].join('scripts', 'tools', 'pycurl.py'),
|
| + api.path['build'].join('scripts', 'tools', 'pycurl.py'),
|
| args=['https://webrtc-roll-cr-rev-status.appspot.com/status'],
|
| stdout=api.raw_io.output(),
|
| step_test_data=lambda: api.raw_io.test_api.stream_output(
|
|
|