Index: scripts/slave/recipes/infra/build_repo_real_try.py |
diff --git a/scripts/slave/recipes/infra/build_repo_real_try.py b/scripts/slave/recipes/infra/build_repo_real_try.py |
index 7b9e3b2d12f15e6550daf0b12f06b42870b41dee..138204d99a2f8cff2da40771e248d2ddda92e56c 100644 |
--- a/scripts/slave/recipes/infra/build_repo_real_try.py |
+++ b/scripts/slave/recipes/infra/build_repo_real_try.py |
@@ -13,7 +13,6 @@ DEPS = [ |
'depot_tools/git', |
'file', |
'depot_tools/gclient', |
- 'depot_tools/infra_paths', |
'recipe_engine/json', |
'recipe_engine/path', |
'recipe_engine/platform', |
@@ -76,7 +75,7 @@ def inner(api): |
api.git.checkout( |
url='https://chromium.googlesource.com/chromium/tools/build', |
ref='master', |
- dir_path=api.infra_paths['build'].join('clone')) |
+ dir_path=api.path['build'].join('clone')) |
def GenTests(api): |