| Index: scripts/slave/recipe_modules/chromium_tests/chromium_mac.py | 
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py b/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py | 
| index 3e6f34dac75104dc2d198e72f59f6f6b75acef83..059bbf89f4afd08129c33cb149f845c2e190bb39 100644 | 
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py | 
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py | 
| @@ -15,6 +15,7 @@ SPEC = { | 
| 'builders': { | 
| 'Mac Builder': { | 
| 'chromium_config': 'chromium', | 
| +      'chromium_apply_config': ['chromium_mac_sdk_10_10'], | 
| 'gclient_config': 'chromium', | 
| 'chromium_config_kwargs': { | 
| 'BUILD_CONFIG': 'Release', | 
| @@ -129,6 +130,7 @@ SPEC = { | 
| }, | 
| 'Mac Builder (dbg)': { | 
| 'chromium_config': 'chromium', | 
| +      'chromium_apply_config': ['chromium_mac_sdk_10_10'], | 
| 'gclient_config': 'chromium', | 
| 'chromium_config_kwargs': { | 
| 'BUILD_CONFIG': 'Debug', | 
|  |