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

Unified Diff: scripts/slave/recipes/webrtc/ios_api_framework.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/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(

Powered by Google App Engine
This is Rietveld 408576698