| 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)
|
|
|
|
|