| Index: scripts/slave/recipe_modules/chromium_tests/api.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/api.py b/scripts/slave/recipe_modules/chromium_tests/api.py
|
| index 534df90208a08480e9076474aa3f2fc2fb84461f..592e97bae94ce41b49fb192b9e38499e1d36de94 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/api.py
|
| @@ -113,6 +113,11 @@ RECIPE_CONFIGS = {
|
| 'chromium_config': 'chromium',
|
| 'gclient_config': 'chromium_skia',
|
| },
|
| + 'chromium_win_clang': {
|
| + 'chromium_config': 'chromium_win_clang',
|
| + 'gclient_config': 'chromium',
|
| + },
|
| +
|
| 'official': {
|
| 'chromium_config': 'chromium_official',
|
| 'gclient_config': 'chromium',
|
|
|