| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 'app_list', | 347 'app_list', |
| 348 'app_list_test_support', | 348 'app_list_test_support', |
| 349 ], | 349 ], |
| 350 'conditions': [ | 350 'conditions': [ |
| 351 ['OS=="win"', { | 351 ['OS=="win"', { |
| 352 'msvs_settings': { | 352 'msvs_settings': { |
| 353 'VCLinkerTool': { | 353 'VCLinkerTool': { |
| 354 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 354 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 355 }, | 355 }, |
| 356 }, | 356 }, |
| 357 'dependencies': [ | |
| 358 '../../sandbox/sandbox.gyp:sandbox', | |
| 359 '../../content/content.gyp:sandbox_helper_win', | |
| 360 ], | |
| 361 }], | 357 }], |
| 362 ], | 358 ], |
| 363 }, | 359 }, |
| 364 ], | 360 ], |
| 365 }], # toolkit_views==1 | 361 }], # toolkit_views==1 |
| 366 ['test_isolation_mode != "noop"', { | 362 ['test_isolation_mode != "noop"', { |
| 367 'targets': [ | 363 'targets': [ |
| 368 { | 364 { |
| 369 'target_name': 'app_list_unittests_run', | 365 'target_name': 'app_list_unittests_run', |
| 370 'type': 'none', | 366 'type': 'none', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 382 'dependencies': [ | 378 'dependencies': [ |
| 383 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 379 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 384 ], | 380 ], |
| 385 }], | 381 }], |
| 386 ], | 382 ], |
| 387 }, | 383 }, |
| 388 ], | 384 ], |
| 389 }], | 385 }], |
| 390 ], | 386 ], |
| 391 } | 387 } |
| OLD | NEW |