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

Unified Diff: scripts/slave/recipes/nacl/sdk.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/sdk.py
diff --git a/scripts/slave/recipes/nacl/sdk.py b/scripts/slave/recipes/nacl/sdk.py
index f5c69ee6793ca8fa605b016d4c9108e3aea5e696..1f69d96ceb860778ce1c67d4561b7a9f5d3a4355 100644
--- a/scripts/slave/recipes/nacl/sdk.py
+++ b/scripts/slave/recipes/nacl/sdk.py
@@ -6,6 +6,7 @@ DEPS = [
'depot_tools/bot_update',
'chromium',
'depot_tools/gclient',
+ 'depot_tools/infra_paths',
'recipe_engine/path',
'recipe_engine/platform',
'recipe_engine/properties',
@@ -24,7 +25,7 @@ def RunSteps(api):
api.chromium.compile(['chromium_builder_tests'])
api.python(
'annotated_steps',
- api.path['build'].join(
+ api.infra_paths['build'].join(
'scripts', 'slave', 'chromium', 'nacl_sdk_buildbot_run.py'),
allow_subannotations=True)
« no previous file with comments | « scripts/slave/recipes/nacl.expected/linux_triggering.json ('k') | scripts/slave/recipes/nacl/sdk.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698