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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
815 ], # targets | 815 ], # targets |
816 }], # "use_aura==1" | 816 }], # "use_aura==1" |
817 ['test_isolation_mode != "noop"', { | 817 ['test_isolation_mode != "noop"', { |
818 'targets': [ | 818 'targets': [ |
819 { | 819 { |
820 'target_name': 'chromium_swarm_tests', | 820 'target_name': 'chromium_swarm_tests', |
821 'type': 'none', | 821 'type': 'none', |
822 'dependencies': [ | 822 'dependencies': [ |
823 '../base/base.gyp:base_unittests_run', | 823 '../base/base.gyp:base_unittests_run', |
824 '../chrome/chrome.gyp:browser_tests_run', | 824 '../chrome/chrome.gyp:browser_tests_run', |
| 825 '../chrome/chrome.gyp:interactive_ui_tests_run', |
825 '../chrome/chrome.gyp:sync_integration_tests_run', | 826 '../chrome/chrome.gyp:sync_integration_tests_run', |
826 '../chrome/chrome.gyp:unit_tests_run', | 827 '../chrome/chrome.gyp:unit_tests_run', |
827 '../net/net.gyp:net_unittests_run', | 828 '../net/net.gyp:net_unittests_run', |
828 ], | 829 ], |
829 }, # target_name: chromium_swarm_tests | 830 }, # target_name: chromium_swarm_tests |
830 ], | 831 ], |
831 }], | 832 }], |
832 ], # conditions | 833 ], # conditions |
833 } | 834 } |
OLD | NEW |