| Index: scripts/slave/recipes/nacl/sdk_build.py
|
| diff --git a/scripts/slave/recipes/nacl/sdk_build.py b/scripts/slave/recipes/nacl/sdk_build.py
|
| index bb9e854ecbd0d013e9b1b5a5507d4007519b87e1..6f98a510107223b82962fc6f3dde1a235f2dd440 100644
|
| --- a/scripts/slave/recipes/nacl/sdk_build.py
|
| +++ b/scripts/slave/recipes/nacl/sdk_build.py
|
| @@ -16,10 +16,13 @@ DEPS = [
|
|
|
| def RunSteps(api):
|
| api.chromium.set_config('chromium')
|
| + api.chromium.apply_config('mb')
|
| api.gclient.set_config('chromium')
|
| api.bot_update.ensure_checkout(force=True)
|
| api.tryserver.maybe_apply_issue()
|
| api.chromium.runhooks()
|
| + api.chromium.run_mb(
|
| + api.properties.get('mastername'), api.properties.get('buildername'))
|
| api.chromium.cleanup_temp()
|
|
|
| api.python(
|
|
|