| 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 fb6109174989056f71549dfe6d498ab6966adb05..47bedbf8e5e1995bc4597f691d60c210408dad4e 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -1170,8 +1170,9 @@ SPEC = {
|
| }
|
| },
|
| 'ClangToTWin': {
|
| - 'chromium_config': 'chromium_win_clang_tot',
|
| + 'chromium_config': 'chromium_win_clang_official_tot',
|
| 'gclient_config': 'chromium',
|
| + 'gclient_apply_config': ['chrome_internal'],
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_BITS': 32,
|
| @@ -1255,8 +1256,9 @@ SPEC = {
|
| 'enable_swarming': True,
|
| },
|
| 'ClangToTWin64': {
|
| - 'chromium_config': 'chromium_win_clang_tot',
|
| + 'chromium_config': 'chromium_win_clang_official_tot',
|
| 'gclient_config': 'chromium',
|
| + 'gclient_apply_config': ['chrome_internal'],
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_BITS': 64,
|
|
|