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

Side by Side Diff: win8/metro_driver/metro_driver.gyp

Issue 1464263003: Add metro driver and delegate_execute to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « win8/metro_driver/ime/ime.gypi ('k') | no next file » | 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 'conditions': [ 5 'conditions': [
6 ['OS=="win"', { 6 ['OS=="win"', {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 11 matching lines...) Expand all
22 'DelayLoadDLLs': [ 22 'DelayLoadDLLs': [
23 'API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL', 23 'API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL',
24 'API-MS-WIN-CORE-WINRT-L1-1-0.DLL', 24 'API-MS-WIN-CORE-WINRT-L1-1-0.DLL',
25 'API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL', 25 'API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL',
26 ], 26 ],
27 }, 27 },
28 }, 28 },
29 }, 29 },
30 'targets': [ 30 'targets': [
31 { 31 {
32 # GN version: //win8/metro_driver:version_resources
32 'target_name': 'metro_driver_version_resources', 33 'target_name': 'metro_driver_version_resources',
33 'type': 'none', 34 'type': 'none',
34 'variables': { 35 'variables': {
35 'output_dir': 'metro_driver', 36 'output_dir': 'metro_driver',
36 'branding_path': '../../chrome/app/theme/<(branding_path_component)/ BRANDING', 37 'branding_path': '../../chrome/app/theme/<(branding_path_component)/ BRANDING',
37 'template_input_path': '../../chrome/app/chrome_version.rc.version', 38 'template_input_path': '../../chrome/app/chrome_version.rc.version',
38 }, 39 },
39 'sources': [ 40 'sources': [
40 'metro_driver_dll.ver', 41 'metro_driver_dll.ver',
41 ], 42 ],
42 'includes': [ 43 'includes': [
43 '../../chrome/version_resource_rules.gypi', 44 '../../chrome/version_resource_rules.gypi',
44 ], 45 ],
45 }, 46 },
46 { 47 {
48 # GN version: //win8/metro_driver
47 'target_name': 'metro_driver', 49 'target_name': 'metro_driver',
48 'type': 'shared_library', 50 'type': 'shared_library',
49 'dependencies': [ 51 'dependencies': [
50 '../../base/base.gyp:base', 52 '../../base/base.gyp:base',
51 '../../chrome/common_constants.gyp:common_constants', 53 '../../chrome/common_constants.gyp:common_constants',
52 '../../chrome/chrome.gyp:installer_util', 54 '../../chrome/chrome.gyp:installer_util',
53 '../../crypto/crypto.gyp:crypto', 55 '../../crypto/crypto.gyp:crypto',
54 '../../ipc/ipc.gyp:ipc', 56 '../../ipc/ipc.gyp:ipc',
55 '../../sandbox/sandbox.gyp:sandbox', 57 '../../sandbox/sandbox.gyp:sandbox',
56 '../../ui/events/events.gyp:events', 58 '../../ui/events/events.gyp:events',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'secondary_tile.h', 109 'secondary_tile.h',
108 'settings_handler.cc', 110 'settings_handler.cc',
109 'settings_handler.h', 111 'settings_handler.h',
110 'toast_notification_handler.cc', 112 'toast_notification_handler.cc',
111 'toast_notification_handler.h', 113 'toast_notification_handler.h',
112 ], 114 ],
113 }], 115 }],
114 ], 116 ],
115 'copies': [ 117 'copies': [
116 { 118 {
119 # GN version: //win8/metro_viewer:copy_resources
117 'destination': '<(PRODUCT_DIR)', 120 'destination': '<(PRODUCT_DIR)',
118 'files': [ 121 'files': [
119 'resources/Logo.png', 122 'resources/Logo.png',
120 'resources/SecondaryTile.png', 123 'resources/SecondaryTile.png',
121 'resources/SmallLogo.png', 124 'resources/SmallLogo.png',
122 'resources/chrome.VisualElementsManifest.xml', 125 'resources/chrome.VisualElementsManifest.xml',
123 ], 126 ],
124 }, 127 },
125 ], 128 ],
126 }, 129 },
127 { 130 {
131 # GN version: //win8/metro_driver:metro_driver_unittests
128 'target_name': 'metro_driver_unittests', 132 'target_name': 'metro_driver_unittests',
129 'type': 'executable', 133 'type': 'executable',
130 'dependencies': [ 134 'dependencies': [
131 '../../base/base.gyp:base', 135 '../../base/base.gyp:base',
132 '../../chrome/chrome.gyp:installer_util', 136 '../../chrome/chrome.gyp:installer_util',
133 '../../testing/gtest.gyp:gtest', 137 '../../testing/gtest.gyp:gtest',
134 'metro_driver', 138 'metro_driver',
135 ], 139 ],
136 'sources': [ 140 'sources': [
137 'run_all_unittests.cc', 141 'run_all_unittests.cc',
138 'winrt_utils.cc', 142 'winrt_utils.cc',
139 'winrt_utils.h', 143 'winrt_utils.h',
140 'winrt_utils_unittest.cc', 144 'winrt_utils_unittest.cc',
141 ], 145 ],
142 }, 146 },
143 ], 147 ],
144 },], 148 },],
145 ], 149 ],
146 } 150 }
OLDNEW
« no previous file with comments | « win8/metro_driver/ime/ime.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698