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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 }], | 351 }], |
352 ['enable_printing!=0', { | 352 ['enable_printing!=0', { |
353 'dependencies': [ | 353 'dependencies': [ |
354 '../printing/printing.gyp:printing_unittests', | 354 '../printing/printing.gyp:printing_unittests', |
355 ], | 355 ], |
356 }], | 356 }], |
357 ['use_aura==1', { | 357 ['use_aura==1', { |
358 'dependencies': [ | 358 'dependencies': [ |
359 '../ui/aura/aura.gyp:aura_unittests', | 359 '../ui/aura/aura.gyp:aura_unittests', |
360 '../ui/compositor/compositor.gyp:compositor_unittests', | 360 '../ui/compositor/compositor.gyp:compositor_unittests', |
| 361 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
361 ], | 362 ], |
362 }], | 363 }], |
363 ['use_aura==1 or toolkit_views==1', { | 364 ['use_aura==1 or toolkit_views==1', { |
364 'dependencies': [ | 365 'dependencies': [ |
365 '../ui/events/events.gyp:events_unittests', | 366 '../ui/events/events.gyp:events_unittests', |
366 ], | 367 ], |
367 }], | 368 }], |
368 ['use_ash==1', { | 369 ['use_ash==1', { |
369 'dependencies': [ | 370 'dependencies': [ |
370 '../ash/ash.gyp:ash_unittests', | 371 '../ash/ash.gyp:ash_unittests', |
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1040 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1041 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1041 '../chrome/chrome.gyp:sync_integration_tests_run', | 1042 '../chrome/chrome.gyp:sync_integration_tests_run', |
1042 '../chrome/chrome.gyp:unit_tests_run', | 1043 '../chrome/chrome.gyp:unit_tests_run', |
1043 '../net/net.gyp:net_unittests_run', | 1044 '../net/net.gyp:net_unittests_run', |
1044 ], | 1045 ], |
1045 }, # target_name: chromium_swarm_tests | 1046 }, # target_name: chromium_swarm_tests |
1046 ], | 1047 ], |
1047 }], | 1048 }], |
1048 ], # conditions | 1049 ], # conditions |
1049 } | 1050 } |
OLD | NEW |