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

Unified Diff: build/common.gypi

Issue 1608013002: Change default Win10 SDK from 10240 to 10586 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 514b1293bb51980541a76343c4b05d661e50c33d..3377177385c2bfac6e4f6d4dea725a5a2b8de17e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3322,17 +3322,17 @@
'MinimumRequiredVersion': '5.02', # Server 2003.
'TargetMachine': '17', # x86 - 64
'AdditionalLibraryDirectories!':
- ['<(windows_sdk_path)/Lib/10.0.10240.0/um/x86'],
+ ['<(windows_sdk_path)/Lib/10.0.10586.0/um/x86'],
'AdditionalLibraryDirectories':
- ['<(windows_sdk_path)/Lib/10.0.10240.0/um/x64'],
+ ['<(windows_sdk_path)/Lib/10.0.10586.0/um/x64'],
# Doesn't exist x64 SDK. Should use oleaut32 in any case.
'IgnoreDefaultLibraryNames': [ 'olepro32.lib' ],
},
'VCLibrarianTool': {
'AdditionalLibraryDirectories!':
- ['<(windows_sdk_path)/Lib/10.0.10240.0/um/x86'],
+ ['<(windows_sdk_path)/Lib/10.0.10586.0/um/x86'],
'AdditionalLibraryDirectories':
- ['<(windows_sdk_path)/Lib/10.0.10240.0/um/x64'],
+ ['<(windows_sdk_path)/Lib/10.0.10586.0/um/x64'],
'TargetMachine': '17', # x64
},
},
@@ -5663,9 +5663,9 @@
}],
],
'msvs_system_include_dirs': [
- '<(windows_sdk_path)/Include/10.0.10240.0/shared',
- '<(windows_sdk_path)/Include/10.0.10240.0/um',
- '<(windows_sdk_path)/Include/10.0.10240.0/winrt',
+ '<(windows_sdk_path)/Include/10.0.10586.0/shared',
+ '<(windows_sdk_path)/Include/10.0.10586.0/um',
+ '<(windows_sdk_path)/Include/10.0.10586.0/winrt',
'$(VSInstallDir)/VC/atlmfc/include',
],
'msvs_cygwin_shell': 0,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698