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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 ], # targets | 677 ], # targets |
678 'conditions': [ | 678 'conditions': [ |
679 ['branding=="Chrome"', { | 679 ['branding=="Chrome"', { |
680 'targets': [ | 680 'targets': [ |
681 { | 681 { |
682 'target_name': 'chrome_official_builder', | 682 'target_name': 'chrome_official_builder', |
683 'type': 'none', | 683 'type': 'none', |
684 'dependencies': [ | 684 'dependencies': [ |
685 '../chrome/chrome.gyp:chromedriver', | 685 '../chrome/chrome.gyp:chromedriver', |
686 '../chrome/chrome.gyp:crash_service', | 686 '../chrome/chrome.gyp:crash_service', |
| 687 '../chrome/chrome.gyp:interactive_ui_tests', |
687 '../chrome/chrome.gyp:performance_ui_tests', | 688 '../chrome/chrome.gyp:performance_ui_tests', |
688 '../chrome/chrome.gyp:policy_templates', | 689 '../chrome/chrome.gyp:policy_templates', |
689 '../chrome/chrome.gyp:reliability_tests', | 690 '../chrome/chrome.gyp:reliability_tests', |
690 '../chrome/chrome.gyp:automated_ui_tests', | 691 '../chrome/chrome.gyp:automated_ui_tests', |
691 '../chrome/installer/mini_installer.gyp:mini_installer', | 692 '../chrome/installer/mini_installer.gyp:mini_installer', |
692 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 693 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
693 '../courgette/courgette.gyp:courgette', | 694 '../courgette/courgette.gyp:courgette', |
694 '../cloud_print/cloud_print.gyp:cloud_print', | 695 '../cloud_print/cloud_print.gyp:cloud_print', |
695 '../remoting/remoting.gyp:remoting_webapp', | 696 '../remoting/remoting.gyp:remoting_webapp', |
696 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 697 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 '../chrome/chrome.gyp:browser_tests_run', | 817 '../chrome/chrome.gyp:browser_tests_run', |
817 '../chrome/chrome.gyp:sync_integration_tests_run', | 818 '../chrome/chrome.gyp:sync_integration_tests_run', |
818 '../chrome/chrome.gyp:unit_tests_run', | 819 '../chrome/chrome.gyp:unit_tests_run', |
819 '../net/net.gyp:net_unittests_run', | 820 '../net/net.gyp:net_unittests_run', |
820 ], | 821 ], |
821 }, # target_name: chromium_swarm_tests | 822 }, # target_name: chromium_swarm_tests |
822 ], | 823 ], |
823 }], | 824 }], |
824 ], # conditions | 825 ], # conditions |
825 } | 826 } |
OLD | NEW |