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

Unified Diff: scripts/slave/recipes/infra/build_repo_real_try.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/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):

Powered by Google App Engine
This is Rietveld 408576698