| Index: scripts/slave/recipes/nacl/sdk.py
|
| diff --git a/scripts/slave/recipes/nacl/sdk.py b/scripts/slave/recipes/nacl/sdk.py
|
| index 11ebd5d42af5a5bd7675557a4c223bfdbfdb9f26..e3a2e9af8883a82690824dc300ccdb313a27cbd0 100644
|
| --- a/scripts/slave/recipes/nacl/sdk.py
|
| +++ b/scripts/slave/recipes/nacl/sdk.py
|
| @@ -24,7 +24,7 @@ def RunSteps(api):
|
| api.chromium.run_mb(
|
| api.properties.get('mastername'), api.properties.get('buildername'))
|
| api.chromium.cleanup_temp()
|
| - api.chromium.compile(['chromium_builder_tests'])
|
| + api.chromium.compile(['chrome'])
|
| api.python(
|
| 'annotated_steps',
|
| api.path['build'].join(
|
|
|