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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 }], | 446 }], |
447 ], | 447 ], |
448 }, # target_name: chromium_gpu_debug_builder | 448 }, # target_name: chromium_gpu_debug_builder |
449 { | 449 { |
450 'target_name': 'chromium_builder_qa', | 450 'target_name': 'chromium_builder_qa', |
451 'type': 'none', | 451 'type': 'none', |
452 'dependencies': [ | 452 'dependencies': [ |
453 '../chrome/chrome.gyp:chrome', | 453 '../chrome/chrome.gyp:chrome', |
454 # Dependencies of pyauto_functional tests. | 454 # Dependencies of pyauto_functional tests. |
455 '../remoting/remoting.gyp:remoting_webapp', | 455 '../remoting/remoting.gyp:remoting_webapp', |
| 456 '../chrome/chrome.gyp:pyautolib', |
456 ], | 457 ], |
457 'conditions': [ | 458 'conditions': [ |
458 # If you change this condition, make sure you also change it | |
459 # in chrome_tests.gypi | |
460 ['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1)
and target_arch==python_arch))', { | |
461 'dependencies': [ | |
462 '../chrome/chrome.gyp:pyautolib', | |
463 ], | |
464 }], | |
465 ['OS=="mac"', { | 459 ['OS=="mac"', { |
466 'dependencies': [ | 460 'dependencies': [ |
467 '../remoting/remoting.gyp:remoting_me2me_host_archive', | 461 '../remoting/remoting.gyp:remoting_me2me_host_archive', |
468 ], | 462 ], |
469 }], | 463 }], |
470 ['OS=="win"', { | 464 ['OS=="win"', { |
471 'dependencies': [ | 465 'dependencies': [ |
472 '../chrome/chrome.gyp:crash_service', | 466 '../chrome/chrome.gyp:crash_service', |
473 ], | 467 ], |
474 }], | 468 }], |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 'dependencies': [ | 826 'dependencies': [ |
833 '../chrome/chrome.gyp:crash_service', | 827 '../chrome/chrome.gyp:crash_service', |
834 '../chrome/chrome.gyp:gcapi_dll', | 828 '../chrome/chrome.gyp:gcapi_dll', |
835 '../chrome/chrome.gyp:policy_templates', | 829 '../chrome/chrome.gyp:policy_templates', |
836 '../courgette/courgette.gyp:courgette64', | 830 '../courgette/courgette.gyp:courgette64', |
837 '../chrome/installer/mini_installer.gyp:mini_installer', | 831 '../chrome/installer/mini_installer.gyp:mini_installer', |
838 '../courgette/courgette.gyp:courgette', | 832 '../courgette/courgette.gyp:courgette', |
839 '../cloud_print/cloud_print.gyp:cloud_print', | 833 '../cloud_print/cloud_print.gyp:cloud_print', |
840 '../remoting/remoting.gyp:remoting_webapp', | 834 '../remoting/remoting.gyp:remoting_webapp', |
841 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 835 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
| 836 '../chrome/chrome.gyp:pyautolib', |
842 ], | 837 ], |
843 'conditions': [ | 838 'conditions': [ |
844 # If you change this condition, make sure you also change it | |
845 # in chrome_tests.gypi | |
846 ['enable_automation==1 and (OS=="mac" or (os_posix==1 and target
_arch==python_arch))', { | |
847 'dependencies': [ | |
848 '../chrome/chrome.gyp:pyautolib', | |
849 ], | |
850 }], | |
851 ['internal_pdf', { | 839 ['internal_pdf', { |
852 'dependencies': [ | 840 'dependencies': [ |
853 '../pdf/pdf.gyp:pdf', | 841 '../pdf/pdf.gyp:pdf', |
854 ], | 842 ], |
855 }], # internal_pdf | 843 }], # internal_pdf |
856 ['target_arch=="ia32"', { | 844 ['target_arch=="ia32"', { |
857 'dependencies': [ | 845 'dependencies': [ |
858 '../chrome/chrome.gyp:crash_service_win64', | 846 '../chrome/chrome.gyp:crash_service_win64', |
859 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 847 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
860 # Omitting tests from Win64 to speed up cycle times. | 848 # Omitting tests from Win64 to speed up cycle times. |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
981 '../chrome/chrome.gyp:interactive_ui_tests_run', | 969 '../chrome/chrome.gyp:interactive_ui_tests_run', |
982 '../chrome/chrome.gyp:sync_integration_tests_run', | 970 '../chrome/chrome.gyp:sync_integration_tests_run', |
983 '../chrome/chrome.gyp:unit_tests_run', | 971 '../chrome/chrome.gyp:unit_tests_run', |
984 '../net/net.gyp:net_unittests_run', | 972 '../net/net.gyp:net_unittests_run', |
985 ], | 973 ], |
986 }, # target_name: chromium_swarm_tests | 974 }, # target_name: chromium_swarm_tests |
987 ], | 975 ], |
988 }], | 976 }], |
989 ], # conditions | 977 ], # conditions |
990 } | 978 } |
OLD | NEW |