| 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 8e673358748fc2b718f5105d35ad34efa1598ab1..0c7b23564a924064875c72f66af31339bff53a50 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -1412,7 +1412,7 @@ SPEC = {
|
| 'ClangToTMac': {
|
| 'chromium_config': 'clang_tot_mac',
|
| 'gclient_config': 'chromium',
|
| - 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
|
| + 'chromium_apply_config': ['mb'],
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_BITS': 64,
|
| @@ -1436,7 +1436,6 @@ SPEC = {
|
| },
|
| 'ClangToTMac tester': {
|
| 'chromium_config': 'chromium_no_goma',
|
| - 'chromium_apply_config': ['force_mac_toolchain'],
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| @@ -1456,7 +1455,7 @@ SPEC = {
|
| },
|
| 'ClangToTMac (dbg)': {
|
| 'chromium_config': 'clang_tot_mac',
|
| - 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
|
| + 'chromium_apply_config': ['mb'],
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Debug',
|
| @@ -1478,7 +1477,7 @@ SPEC = {
|
| },
|
| 'ClangToTMacASan': {
|
| 'chromium_config': 'clang_tot_mac_asan',
|
| - 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
|
| + 'chromium_apply_config': ['mb'],
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| @@ -1501,7 +1500,6 @@ SPEC = {
|
| 'ClangToTMacASan tester': {
|
| 'chromium_config': 'chromium_mac_asan',
|
| 'gclient_config': 'chromium',
|
| - 'chromium_apply_config': ['force_mac_toolchain'],
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_BITS': 64,
|
|
|