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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 'dependencies': [ | 781 'dependencies': [ |
782 '../pdf/pdf.gyp:pdf', | 782 '../pdf/pdf.gyp:pdf', |
783 ], | 783 ], |
784 }], # internal_pdf | 784 }], # internal_pdf |
785 ['target_arch=="ia32"', { | 785 ['target_arch=="ia32"', { |
786 'dependencies': [ | 786 'dependencies': [ |
787 '../chrome/chrome.gyp:crash_service_win64', | 787 '../chrome/chrome.gyp:crash_service_win64', |
788 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 788 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
789 # Omitting tests from Win64 to speed up cycle times. | 789 # Omitting tests from Win64 to speed up cycle times. |
790 '../chrome/chrome.gyp:automated_ui_tests', | 790 '../chrome/chrome.gyp:automated_ui_tests', |
| 791 '../chrome/chrome.gyp:chromedriver', |
791 '../chrome/chrome.gyp:interactive_ui_tests', | 792 '../chrome/chrome.gyp:interactive_ui_tests', |
792 '../chrome/chrome.gyp:reliability_tests', | 793 '../chrome/chrome.gyp:reliability_tests', |
793 ], | 794 ], |
794 }], | 795 }], |
795 ['component != "shared_library" and wix_exists == "True" and \ | 796 ['component != "shared_library" and wix_exists == "True" and \ |
796 sas_dll_exists == "True"', { | 797 sas_dll_exists == "True"', { |
797 'dependencies': [ | 798 'dependencies': [ |
798 '../remoting/remoting.gyp:remoting_host_installation', | 799 '../remoting/remoting.gyp:remoting_host_installation', |
799 ], | 800 ], |
800 }], # component != "shared_library" | 801 }], # component != "shared_library" |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
912 '../chrome/chrome.gyp:interactive_ui_tests_run', | 913 '../chrome/chrome.gyp:interactive_ui_tests_run', |
913 '../chrome/chrome.gyp:sync_integration_tests_run', | 914 '../chrome/chrome.gyp:sync_integration_tests_run', |
914 '../chrome/chrome.gyp:unit_tests_run', | 915 '../chrome/chrome.gyp:unit_tests_run', |
915 '../net/net.gyp:net_unittests_run', | 916 '../net/net.gyp:net_unittests_run', |
916 ], | 917 ], |
917 }, # target_name: chromium_swarm_tests | 918 }, # target_name: chromium_swarm_tests |
918 ], | 919 ], |
919 }], | 920 }], |
920 ], # conditions | 921 ], # conditions |
921 } | 922 } |
OLD | NEW |