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

Unified Diff: build/common.gypi

Issue 11933005: Support Visual Studio Express 2012. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove MSVS 2005 and 2008 support from build/common.gypi 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') | no next file with comments »
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"', {
'msvs_express%': 1,
'secure_atl%': 0,
},{
@@ -3689,11 +3689,6 @@
'_HAS_EXCEPTIONS=0',
],
}],
- ['MSVS_VERSION=="2008"', {
- 'defines': [
- '_HAS_TR1=0',
- ],
- }],
['secure_atl', {
'defines': [
'_SECURE_ATL',
@@ -3797,20 +3792,6 @@
'winmm.lib',
'shlwapi.lib',
],
-
- 'conditions': [
- ['MSVS_VERSION=="2005e"', {
- # Non-express versions link automatically to these
- 'AdditionalDependencies': [
- 'advapi32.lib',
- 'comdlg32.lib',
- 'ole32.lib',
- 'shell32.lib',
- 'user32.lib',
- 'winspool.lib',
- ],
- }],
- ],
'AdditionalLibraryDirectories': [
'<(windows_sdk_path)/Lib/win8/um/x86',
],
« no previous file with comments | « no previous file | testing/gtest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698