Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Unified Diff: scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 031d02973de4e03996a17604867918d56a819b26..e1c3027760f59f2e9eac507a11d5d780d708b818 100644
--- a/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
+++ b/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
@@ -7,6 +7,7 @@ DEPS = [
'depot_tools/bot_update',
'depot_tools/gclient',
'depot_tools/git',
+ 'depot_tools/infra_paths',
'recipe_engine/path',
'recipe_engine/properties',
'recipe_engine/python',
@@ -20,7 +21,7 @@ def RunSteps(api):
step_result = api.python(
'check roll status',
- api.path['build'].join('scripts', 'tools', 'pycurl.py'),
+ api.infra_paths['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(

Powered by Google App Engine
This is Rietveld 408576698