| 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 ], | 360 ], |
| 361 'conditions': [ | 361 'conditions': [ |
| 362 ['OS=="win"', { | 362 ['OS=="win"', { |
| 363 'msvs_settings': { | 363 'msvs_settings': { |
| 364 'VCLinkerTool': { | 364 'VCLinkerTool': { |
| 365 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 365 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 366 }, | 366 }, |
| 367 }, | 367 }, |
| 368 'dependencies': [ | 368 'dependencies': [ |
| 369 '../../sandbox/sandbox.gyp:sandbox', | 369 '../../sandbox/sandbox.gyp:sandbox', |
| 370 '../../content/content.gyp:content_startup_helper_win', | 370 '../../content/content.gyp:sandbox_helper_win', |
| 371 ], | 371 ], |
| 372 }], | 372 }], |
| 373 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { | 373 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { |
| 374 'dependencies': [ | 374 'dependencies': [ |
| 375 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 375 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 376 ], | 376 ], |
| 377 }], | 377 }], |
| 378 ], | 378 ], |
| 379 }, | 379 }, |
| 380 ], | 380 ], |
| (...skipping 17 matching lines...) Expand all Loading... |
| 398 'dependencies': [ | 398 'dependencies': [ |
| 399 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 399 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 400 ], | 400 ], |
| 401 }], | 401 }], |
| 402 ], | 402 ], |
| 403 }, | 403 }, |
| 404 ], | 404 ], |
| 405 }], | 405 }], |
| 406 ], | 406 ], |
| 407 } | 407 } |
| OLD | NEW |