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

Unified Diff: scripts/slave/recipes/webrtc/ios.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/ios.py
diff --git a/scripts/slave/recipes/webrtc/ios.py b/scripts/slave/recipes/webrtc/ios.py
index 98b93e8ee0da971957514472ee85f0ec2e702471..90f39a7f70e32546f4e5ba85bfe7776bb6c8928d 100644
--- a/scripts/slave/recipes/webrtc/ios.py
+++ b/scripts/slave/recipes/webrtc/ios.py
@@ -5,6 +5,7 @@
DEPS = [
'depot_tools/bot_update',
'depot_tools/gclient',
+ 'depot_tools/infra_paths',
'ios',
'recipe_engine/path',
'recipe_engine/platform',
@@ -18,7 +19,7 @@ def RunSteps(api):
api.ios.host_info()
api.bot_update.ensure_checkout()
- api.path['checkout'] = api.path['slave_build'].join('src')
+ api.path['checkout'] = api.infra_paths['slave_build'].join('src')
build_config_dir = api.path['checkout'].join(
'webrtc',

Powered by Google App Engine
This is Rietveld 408576698