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

Unified Diff: win8/delegate_execute/delegate_execute.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 | « build/common.gypi ('k') | win8/metro_driver/metro_driver.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/delegate_execute/delegate_execute.gyp
diff --git a/win8/delegate_execute/delegate_execute.gyp b/win8/delegate_execute/delegate_execute.gyp
index a2e2770c6f68bd61c5f8b1b69ca061cba643a4ba..d992206df2111b9fd98d67a6db56f22d409c7563 100644
--- a/win8/delegate_execute/delegate_execute.gyp
+++ b/win8/delegate_execute/delegate_execute.gyp
@@ -8,13 +8,6 @@
'includes': [
'../../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',
- ],
- },
'targets': [
{
'target_name': 'delegate_execute',
« no previous file with comments | « build/common.gypi ('k') | win8/metro_driver/metro_driver.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698