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

Unified Diff: scripts/slave/recipes/nacl.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/nacl.py
diff --git a/scripts/slave/recipes/nacl.py b/scripts/slave/recipes/nacl.py
index a664c7b75ab3a355cf5fd1343702cdb57819b424..99a488be4ad658e73f659c0ac55f6ecfc142aa78 100644
--- a/scripts/slave/recipes/nacl.py
+++ b/scripts/slave/recipes/nacl.py
@@ -5,7 +5,6 @@
DEPS = [
'depot_tools/bot_update',
'depot_tools/gclient',
- 'depot_tools/infra_paths',
'recipe_engine/path',
'recipe_engine/platform',
'recipe_engine/properties',
@@ -48,7 +47,7 @@ def _AnnotatedStepsSteps(api, got_revision):
'BUILDBOT_BUILDERNAME': api.properties['buildername'],
'BUILDBOT_REVISION': api.properties['revision'],
'BUILDBOT_GOT_REVISION': got_revision,
- 'RUNTEST': api.infra_paths['build'].join('scripts', 'slave', 'runtest.py'),
+ 'RUNTEST': api.path['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