Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: scripts/slave/recipe_modules/chromium_tests/api.py

Issue 829363004: Move CrWinClang and Tester to recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: . Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698