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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | win8/metro_driver/metro_driver.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'includes': [ 8 'includes': [
9 '../../build/win_precompile.gypi', 9 '../../build/win_precompile.gypi',
10 ], 10 ],
11 'target_defaults': {
12 'defines': [
13 # This define is required to pull in the new Win8 interfaces from system
14 # headers like ShObjIdl.h
15 'NTDDI_VERSION=0x06020000',
16 ],
17 },
18 'targets': [ 11 'targets': [
19 { 12 {
20 'target_name': 'delegate_execute', 13 'target_name': 'delegate_execute',
21 'type': 'executable', 14 'type': 'executable',
22 'dependencies': [ 15 'dependencies': [
23 '../../base/base.gyp:base', 16 '../../base/base.gyp:base',
24 '../../chrome/chrome.gyp:installer_util', 17 '../../chrome/chrome.gyp:installer_util',
25 '../../google_update/google_update.gyp:google_update', 18 '../../google_update/google_update.gyp:google_update',
26 '../../win8/win8.gyp:check_sdk_patch', 19 '../../win8/win8.gyp:check_sdk_patch',
27 ], 20 ],
(...skipping 27 matching lines...) Expand all
55 '../../testing/gtest.gyp:gtest', 48 '../../testing/gtest.gyp:gtest',
56 ], 49 ],
57 'sources': [ 50 'sources': [
58 'delegate_execute_util.cc', 51 'delegate_execute_util.cc',
59 'delegate_execute_util.h', 52 'delegate_execute_util.h',
60 'delegate_execute_util_unittest.cc', 53 'delegate_execute_util_unittest.cc',
61 ], 54 ],
62 }, 55 },
63 ], 56 ],
64 } 57 }
OLDNEW
« 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