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

Unified Diff: scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json

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
« no previous file with comments | « scripts/slave/recipes/chromium_pgo.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json
diff --git a/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json b/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json
index 47d0fe08a5842a80525944ab35ce1cf5a52165a7..60080e5084e65201159654f32d77c9e444c5d1f6 100644
--- a/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json
+++ b/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json
@@ -108,6 +108,7 @@
"cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "buildtype=Official chrome_pgo_phase=1 component=static_library fastbuild=0 optimize=max target_arch=ia32 use_goma=0",
+ "GYP_MSVS_VERSION": "2015",
"PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s"
},
"name": "gclient Runhooks: Instrumentation phase."
@@ -497,7 +498,8 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_library fastbuild=0 optimize=max target_arch=ia32 use_goma=0"
+ "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_library fastbuild=0 optimize=max target_arch=ia32 use_goma=0",
+ "GYP_MSVS_VERSION": "2015"
},
"name": "gclient Runhooks: Optimization phase."
},
« no previous file with comments | « scripts/slave/recipes/chromium_pgo.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698