| Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| index f333a4269305e3354c57a37bd5f6cfa8abcc7cde..3badd64d6a44ad0dae35d9d5d88f9daefdfe6a3e 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -2191,7 +2191,11 @@ SPEC = {
|
| },
|
| 'Win SyzyAsan (rel)': {
|
| 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['syzyasan_compile_only', 'shared_library'],
|
| + 'chromium_apply_config': [
|
| + 'mb',
|
| + 'syzyasan_compile_only',
|
| + 'shared_library',
|
| + ],
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
|
|