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

Unified Diff: scripts/slave/recipes/nacl.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/nacl.py
diff --git a/scripts/slave/recipes/nacl.py b/scripts/slave/recipes/nacl.py
index 99a488be4ad658e73f659c0ac55f6ecfc142aa78..a664c7b75ab3a355cf5fd1343702cdb57819b424 100644
--- a/scripts/slave/recipes/nacl.py
+++ b/scripts/slave/recipes/nacl.py
@@ -5,6 +5,7 @@
DEPS = [
'depot_tools/bot_update',
'depot_tools/gclient',
+ 'depot_tools/infra_paths',
'recipe_engine/path',
'recipe_engine/platform',
'recipe_engine/properties',
@@ -47,7 +48,7 @@ def _AnnotatedStepsSteps(api, got_revision):
'BUILDBOT_BUILDERNAME': api.properties['buildername'],
'BUILDBOT_REVISION': api.properties['revision'],
'BUILDBOT_GOT_REVISION': got_revision,
- 'RUNTEST': api.path['build'].join('scripts', 'slave', 'runtest.py'),
+ 'RUNTEST': api.infra_paths['build'].join('scripts', 'slave', 'runtest.py'),
'BUILDBOT_SLAVE_TYPE': api.properties['slavetype'],
}
# Set up env for the triggered builders.
« no previous file with comments | « scripts/slave/recipes/mojo.expected/mojo_win_dbg.json ('k') | scripts/slave/recipes/nacl.expected/linux_triggered.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698