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