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

Unified Diff: scripts/slave/recipes/v8/auto_roll_v8_deps.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/v8/auto_roll_v8_deps.py
diff --git a/scripts/slave/recipes/v8/auto_roll_v8_deps.py b/scripts/slave/recipes/v8/auto_roll_v8_deps.py
index 647d70329c352f921c67ef7eaaa43586fbed76d5..24e2586f667c5989216584f3897d2447bbc9fd8b 100644
--- a/scripts/slave/recipes/v8/auto_roll_v8_deps.py
+++ b/scripts/slave/recipes/v8/auto_roll_v8_deps.py
@@ -9,7 +9,6 @@ DEPS = [
'depot_tools/bot_update',
'depot_tools/gclient',
'depot_tools/git',
- 'depot_tools/infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/properties',
@@ -52,7 +51,7 @@ def GetDEPS(api, name, repo):
step_result = api.gclient(
'get %s deps' % name,
['revinfo', '--deps', 'all', '--spec', spec],
- cwd=api.infra_paths['slave_build'],
+ cwd=api.path['slave_build'],
stdout=api.raw_io.output(),
)

Powered by Google App Engine
This is Rietveld 408576698