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

Unified Diff: win8/metro_driver/metro_driver.gyp

Issue 11190060: Move NTDDI_VERSION define to common.gypi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « win8/delegate_execute/delegate_execute.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/metro_driver.gyp
diff --git a/win8/metro_driver/metro_driver.gyp b/win8/metro_driver/metro_driver.gyp
index 2e61567da1138cdf3e332836027a44b4928ec6d5..e3ecf1716f4306f3077b82f6f8d07d30e8361073 100644
--- a/win8/metro_driver/metro_driver.gyp
+++ b/win8/metro_driver/metro_driver.gyp
@@ -11,11 +11,6 @@
'../../build/win_precompile.gypi',
],
'target_defaults': {
- 'defines': [
- # This define is required to pull in the new Win8 interfaces from
- # system headers like ShObjIdl.h
- 'NTDDI_VERSION=0x06020000',
- ],
'msvs_settings': {
'VCLinkerTool': {
'AdditionalDependencies': [
« no previous file with comments | « win8/delegate_execute/delegate_execute.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698