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

Unified Diff: build/common.gypi

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
« no previous file with comments | « no previous file | testing/gtest.gyp » ('j') | testing/gtest.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 177810)
+++ build/common.gypi (working copy)
@@ -1282,7 +1282,7 @@
},{
'msvs_large_module_debug_link_mode%': '2', # Yes
}],
- ['MSVS_VERSION=="2010e" or MSVS_VERSION=="2008e" or MSVS_VERSION=="2005e"', {
+ ['MSVS_VERSION=="2012e" or MSVS_VERSION=="2010e" or MSVS_VERSION=="2008e" or MSVS_VERSION=="2005e"', {
wtc 2013/01/20 01:14:38 Do you want me to remove MSVS_VERSION=="2005e"? W
scottmg 2013/01/22 18:13:17 Yes to both.
'msvs_express%': 1,
'secure_atl%': 0,
},{
« no previous file with comments | « no previous file | testing/gtest.gyp » ('j') | testing/gtest.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698