| Index: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
|
| index 5fe0b748842c4c93018c5404fa7624605e9ffe5c..e4309e945524a1f8a98d4902b666e5e152e56a7c 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
|
| @@ -845,8 +845,9 @@ SPEC = {
|
| },
|
| 'Mac GPU ASAN Release': {
|
| 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['ninja_confirm_noop'],
|
| + 'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
|
| 'gclient_config': 'chromium',
|
| + 'gclient_apply_config': ['chrome_internal', 'angle_top_of_tree'],
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_BITS': 64,
|
|
|