OLD | NEW |
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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 }, | 182 }, |
183 'VCLinkerTool': { | 183 'VCLinkerTool': { |
184 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 184 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
185 }, | 185 }, |
186 }, | 186 }, |
187 'dependencies': [ | 187 'dependencies': [ |
188 '../../../sandbox/sandbox.gyp:sandbox', | 188 '../../../sandbox/sandbox.gyp:sandbox', |
189 '../../../content/content.gyp:content_startup_helper_win', | 189 '../../../content/content.gyp:content_startup_helper_win', |
190 ], | 190 ], |
191 }], | 191 }], |
| 192 ['OS=="win" and component!="shared_library" and win_use_allocator_shim==
1', { |
| 193 'dependencies': [ |
| 194 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 195 ], |
| 196 }], |
192 ], | 197 ], |
193 }, # target_name: views_examples_with_content_exe | 198 }, # target_name: views_examples_with_content_exe |
194 ], | 199 ], |
195 } | 200 } |
OLD | NEW |