| 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 e2684cb7c2c3b01557df27d940d8805945e183cd..fedca612766acb468e85ba600f56b63ad34140cc 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -593,28 +593,6 @@ SPEC = {
|
| 'platform': 'linux',
|
| },
|
| },
|
| - 'WinClang': {
|
| - 'chromium_config': 'chromium_win_clang',
|
| - 'chromium_apply_config': ['mb'],
|
| - 'gclient_config': 'chromium',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'compile_targets': [
|
| - 'all',
|
| - ],
|
| - # Recipes builds Debug builds with component=shared_library by default.
|
| - 'bot_type': 'builder',
|
| - 'testing': {
|
| - 'platform': 'win',
|
| - },
|
| - 'use_isolate': True,
|
| - 'enable_swarming': True,
|
| - # Workaround so that recipes doesn't add random build targets to our
|
| - # compile line. We want to build everything.
|
| - 'add_tests_as_compile_targets': False,
|
| - },
|
| 'CrWinClang': {
|
| 'chromium_config': 'chromium_win_clang_official',
|
| 'gclient_config': 'chromium',
|
|
|