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

Unified Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_rel.json

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 | « scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_rel.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_rel.json
diff --git a/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_rel.json b/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_rel.json
index ffd74ef6ab38b4ab500530093dc4513e15d1a5db..e9d7ae4851cbb2412f5098a1155d4f33e497fc4d 100644
--- a/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_rel.json
+++ b/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_rel.json
@@ -136,6 +136,7 @@
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
"GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1",
+ "GYP_MSVS_VERSION": "2013",
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
},
"name": "gclient runhooks"
@@ -148,7 +149,7 @@
"--root=[SLAVE_BUILD]\\src",
"gen",
"//out/Release_x64",
- "--args=symbol_level=2 dcheck_always_on=true is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\""
+ "--args=symbol_level=2 visual_studio_version=2013 dcheck_always_on=true is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\""
],
"cwd": "[SLAVE_BUILD]\\src",
"name": "gn"
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698