| 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 2b969bb4fdf8aacebd80ac7ad522ea2ace25afa7..eb2755a7827b703da41d62176633d8ccbf311f55 100644 | 
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py | 
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py | 
| @@ -102,25 +102,6 @@ SPEC = { | 
| 'platform': 'mac', | 
| }, | 
| }, | 
| -    'Mac GYP': { | 
| -      'chromium_config': 'chromium', | 
| -      'chromium_apply_config': ['mb', 'force_mac_toolchain'], | 
| -      'gclient_config': 'chromium', | 
| -      'chromium_config_kwargs': { | 
| -        'BUILD_CONFIG': 'Release', | 
| -        'TARGET_PLATFORM': 'mac', | 
| -      }, | 
| -      'test_generators': [ | 
| -        steps.generate_gtest, | 
| -        steps.generate_script, | 
| -        steps.generate_isolated_script, | 
| -      ], | 
| -      'enable_swarming': True, | 
| -      'checkout_dir': 'mac_gyp', | 
| -      'testing': { | 
| -        'platform': 'mac', | 
| -      }, | 
| -    }, | 
| 'Mac Builder (dbg)': { | 
| 'chromium_config': 'chromium', | 
| 'chromium_apply_config': [ | 
| @@ -167,24 +148,5 @@ SPEC = { | 
| 'os': 'Mac-10.9', | 
| }, | 
| }, | 
| -    'Mac GYP (dbg)': { | 
| -      'chromium_config': 'chromium', | 
| -      'chromium_apply_config': ['mb', 'force_mac_toolchain'], | 
| -      'gclient_config': 'chromium', | 
| -      'chromium_config_kwargs': { | 
| -        'BUILD_CONFIG': 'Debug', | 
| -        'TARGET_PLATFORM': 'mac', | 
| -      }, | 
| -      'test_generators': [ | 
| -        steps.generate_gtest, | 
| -        steps.generate_script, | 
| -        steps.generate_isolated_script, | 
| -      ], | 
| -      'enable_swarming': True, | 
| -      'checkout_dir': 'mac_gyp', | 
| -      'testing': { | 
| -        'platform': 'mac', | 
| -      }, | 
| -    }, | 
| }, | 
| } | 
|  |