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

Side by Side Diff: ui/views/examples/examples.gyp

Issue 1387963006: Adding error handlers to setup.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix lint errors/warnings Created 5 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
« no previous file with comments | « ui/views/examples/BUILD.gn ('k') | ui/views/examples/examples_with_content_main_exe.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 8 'targets': [
9 { 9 {
10 # GN version: //ui/views/examples 10 # GN version: //ui/views/examples
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'AdditionalManifestFiles': [ 183 'AdditionalManifestFiles': [
184 'views_examples.exe.manifest', 184 'views_examples.exe.manifest',
185 ], 185 ],
186 }, 186 },
187 'VCLinkerTool': { 187 'VCLinkerTool': {
188 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 188 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
189 }, 189 },
190 }, 190 },
191 'dependencies': [ 191 'dependencies': [
192 '../../../sandbox/sandbox.gyp:sandbox', 192 '../../../sandbox/sandbox.gyp:sandbox',
193 '../../../content/content.gyp:content_startup_helper_win', 193 '../../../content/content.gyp:sandbox_helper_win',
194 ], 194 ],
195 }], 195 }],
196 ['OS=="win" and component!="shared_library" and win_use_allocator_shim== 1', { 196 ['OS=="win" and component!="shared_library" and win_use_allocator_shim== 1', {
197 'dependencies': [ 197 'dependencies': [
198 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 198 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
199 ], 199 ],
200 }], 200 }],
201 ], 201 ],
202 }, # target_name: views_examples_with_content_exe 202 }, # target_name: views_examples_with_content_exe
203 ], 203 ],
204 } 204 }
OLDNEW
« no previous file with comments | « ui/views/examples/BUILD.gn ('k') | ui/views/examples/examples_with_content_main_exe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698