| 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 8efaf1fb8ee89f34dae6163cd0402129db5a420c..dbe9b1e8ccd93b84a1a8501923424aaaa56ae925 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -13,7 +13,6 @@ SPEC = {
|
| 'builders': {
|
| 'Chromium Mac 10.10': {
|
| 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['chromium_mac_sdk_10_10'],
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| @@ -30,7 +29,6 @@ SPEC = {
|
| },
|
| 'Chromium Mac 10.11': {
|
| 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['chromium_mac_sdk_10_10'],
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
|
|