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

Unified Diff: scripts/slave/recipes/v8/auto_roll_v8_deps.py

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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 24e2586f667c5989216584f3897d2447bbc9fd8b..647d70329c352f921c67ef7eaaa43586fbed76d5 100644
--- a/scripts/slave/recipes/v8/auto_roll_v8_deps.py
+++ b/scripts/slave/recipes/v8/auto_roll_v8_deps.py
@@ -9,6 +9,7 @@ DEPS = [
'depot_tools/bot_update',
'depot_tools/gclient',
'depot_tools/git',
+ 'depot_tools/infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/properties',
@@ -51,7 +52,7 @@ def GetDEPS(api, name, repo):
step_result = api.gclient(
'get %s deps' % name,
['revinfo', '--deps', 'all', '--spec', spec],
- cwd=api.path['slave_build'],
+ cwd=api.infra_paths['slave_build'],
stdout=api.raw_io.output(),
)

Powered by Google App Engine
This is Rietveld 408576698