| Index: scripts/slave/recipes/nacl/sdk.py
|
| diff --git a/scripts/slave/recipes/nacl/sdk.py b/scripts/slave/recipes/nacl/sdk.py
|
| index 1f69d96ceb860778ce1c67d4561b7a9f5d3a4355..f5c69ee6793ca8fa605b016d4c9108e3aea5e696 100644
|
| --- a/scripts/slave/recipes/nacl/sdk.py
|
| +++ b/scripts/slave/recipes/nacl/sdk.py
|
| @@ -6,7 +6,6 @@ DEPS = [
|
| 'depot_tools/bot_update',
|
| 'chromium',
|
| 'depot_tools/gclient',
|
| - 'depot_tools/infra_paths',
|
| 'recipe_engine/path',
|
| 'recipe_engine/platform',
|
| 'recipe_engine/properties',
|
| @@ -25,7 +24,7 @@ def RunSteps(api):
|
| api.chromium.compile(['chromium_builder_tests'])
|
| api.python(
|
| 'annotated_steps',
|
| - api.infra_paths['build'].join(
|
| + api.path['build'].join(
|
| 'scripts', 'slave', 'chromium', 'nacl_sdk_buildbot_run.py'),
|
| allow_subannotations=True)
|
|
|
|
|