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

Unified Diff: scripts/slave/recipes/chromium_pgo.py

Issue 1514853004: Use MSVS2015 for the fyi PGO builds (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years 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/recipes/chromium_pgo.py
diff --git a/scripts/slave/recipes/chromium_pgo.py b/scripts/slave/recipes/chromium_pgo.py
index 85d6d08e1586f54a81edb54eb2d1bfe07042631d..b6bfe2b52886b6e8e50d2e8471483a1bb0510bd7 100644
--- a/scripts/slave/recipes/chromium_pgo.py
+++ b/scripts/slave/recipes/chromium_pgo.py
@@ -20,6 +20,7 @@ PGO_BUILDERS = freeze({
'recipe_config': 'chromium',
'chromium_config_instrument': 'chromium_pgo_instrument',
'chromium_config_optimize': 'chromium_pgo_optimize',
+ 'chromium_apply_config': ['msvs2015'],
'gclient_config': 'chromium',
'clobber': True,
# TODO(sebmarchand): This is a hack to get 100% coverage, remove me

Powered by Google App Engine
This is Rietveld 408576698