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

Unified Diff: scripts/slave/recipes/libvpx/unittests.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/libvpx/unittests.py
diff --git a/scripts/slave/recipes/libvpx/unittests.py b/scripts/slave/recipes/libvpx/unittests.py
index 257d279745e209f37c9b40f887a81b6b1231b37c..52f5ed75fbe4c712afbd76c0c0877afa5eae114a 100644
--- a/scripts/slave/recipes/libvpx/unittests.py
+++ b/scripts/slave/recipes/libvpx/unittests.py
@@ -4,6 +4,7 @@
DEPS = [
'depot_tools/git',
+ 'depot_tools/infra_paths',
'recipe_engine/path',
'recipe_engine/platform',
'recipe_engine/properties',
@@ -18,7 +19,7 @@ CONFIGURE_PATH_REL = './libvpx/configure'
def RunSteps(api):
# Paths and other constants
- build_root = api.path['slave_build']
+ build_root = api.infra_paths['slave_build']
# libvpx paths
libvpx_git_url = api.properties['libvpx_git_url']

Powered by Google App Engine
This is Rietveld 408576698