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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 ], # targets | 710 ], # targets |
711 }], # "use_aura==1" | 711 }], # "use_aura==1" |
712 ['test_isolation_mode != "noop"', { | 712 ['test_isolation_mode != "noop"', { |
713 'targets': [ | 713 'targets': [ |
714 { | 714 { |
715 'target_name': 'chromium_swarm_tests', | 715 'target_name': 'chromium_swarm_tests', |
716 'type': 'none', | 716 'type': 'none', |
717 'dependencies': [ | 717 'dependencies': [ |
718 '../base/base.gyp:base_unittests_run', | 718 '../base/base.gyp:base_unittests_run', |
719 '../chrome/chrome.gyp:browser_tests_run', | 719 '../chrome/chrome.gyp:browser_tests_run', |
| 720 '../chrome/chrome.gyp:sync_integration_tests_run', |
720 '../chrome/chrome.gyp:unit_tests_run', | 721 '../chrome/chrome.gyp:unit_tests_run', |
721 '../net/net.gyp:net_unittests_run', | 722 '../net/net.gyp:net_unittests_run', |
722 ], | 723 ], |
723 }, # target_name: chromium_swarm_tests | 724 }, # target_name: chromium_swarm_tests |
724 ], | 725 ], |
725 }], | 726 }], |
726 ], # conditions | 727 ], # conditions |
727 } | 728 } |
OLD | NEW |