| OLD | NEW |
| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 'msvs_settings': { | 346 'msvs_settings': { |
| 347 'VCLinkerTool': { | 347 'VCLinkerTool': { |
| 348 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 348 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 349 }, | 349 }, |
| 350 }, | 350 }, |
| 351 'dependencies': [ | 351 'dependencies': [ |
| 352 '../../sandbox/sandbox.gyp:sandbox', | 352 '../../sandbox/sandbox.gyp:sandbox', |
| 353 '../../content/content.gyp:content_startup_helper_win', | 353 '../../content/content.gyp:content_startup_helper_win', |
| 354 ], | 354 ], |
| 355 }], | 355 }], |
| 356 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { |
| 357 'dependencies': [ |
| 358 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 359 ], |
| 360 }], |
| 356 ], | 361 ], |
| 357 }, | 362 }, |
| 358 ], | 363 ], |
| 359 }], # toolkit_views==1 | 364 }], # toolkit_views==1 |
| 360 ], | 365 ], |
| 361 } | 366 } |
| OLD | NEW |