| 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']
|
|
|