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

Unified Diff: testing/gtest.gyp

Issue 11933005: Support Visual Studio Express 2012. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gtest.gyp
===================================================================
--- testing/gtest.gyp (revision 177810)
+++ testing/gtest.gyp (working copy)
@@ -140,7 +140,7 @@
],
},
}],
- ['OS=="win" and MSVS_VERSION=="2012"', {
+ ['OS=="win" and MSVS_VERSION=="2012e"', {
wtc 2013/01/20 01:14:38 I need help with this. Would this work? 'OS=="w
scottmg 2013/01/22 18:13:17 Yes.
'defines': [
'_VARIADIC_MAX=10',
],
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698