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

Unified Diff: scripts/slave/recipe_modules/libyuv/builders.py

Issue 2425193002: libyuv: Make Windows trybots also build with VS2013. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/libyuv/builders.py
diff --git a/scripts/slave/recipe_modules/libyuv/builders.py b/scripts/slave/recipe_modules/libyuv/builders.py
index cac8be00c956bd3b6ffd40f925b58caaf041b4cc..c05a15df52dbaff2b7acf40570293451fed64898 100644
--- a/scripts/slave/recipe_modules/libyuv/builders.py
+++ b/scripts/slave/recipe_modules/libyuv/builders.py
@@ -428,6 +428,7 @@ BUILDERS = freeze({
'builders': {
'win': {
'recipe_config': 'libyuv',
+ 'chromium_apply_config': ['msvs2013'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 32,
@@ -437,6 +438,7 @@ BUILDERS = freeze({
},
'win_rel': {
'recipe_config': 'libyuv',
+ 'chromium_apply_config': ['msvs2013'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
@@ -446,6 +448,7 @@ BUILDERS = freeze({
},
'win_x64_rel': {
'recipe_config': 'libyuv',
+ 'chromium_apply_config': ['msvs2013'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
« no previous file with comments | « no previous file | scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698