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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 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(

Powered by Google App Engine
This is Rietveld 408576698