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

Unified Diff: build/common.gypi

Issue 1247493002: Modify include paths to build with Windows SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update to final Windows 10 SDK version Created 5 years, 4 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 3d2d05d24ace22cbf8b08a2f351db745f852902b..45aa7cf16f78d08575abc2ac6b78a36ae52af609 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1500,7 +1500,7 @@
'sas_dll_exists': '<!pymod_do_main(dir_exists "<(sas_dll_path)")',
'wix_exists': '<!pymod_do_main(dir_exists "<(wix_path)")',
- 'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/8.1',
+ 'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/10',
'directx_sdk_default_path': '<(DEPTH)/third_party/directxsdk/files',
# Whether we are using the rlz library or not. Platforms like Android send
@@ -5604,9 +5604,9 @@
}],
],
'msvs_system_include_dirs': [
- '<(windows_sdk_path)/Include/shared',
- '<(windows_sdk_path)/Include/um',
- '<(windows_sdk_path)/Include/winrt',
+ '<(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',
'$(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