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

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

Powered by Google App Engine
This is Rietveld 408576698