| 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 'variables': { | 6 'variables': { |
| 7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. | 8 # compilation targets to 'All'. |
| 9 'app_targets%': [], | 9 'app_targets%': [], |
| 10 # For Android-specific targets. | 10 # For Android-specific targets. |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 ], | 512 ], |
| 513 }, # target_name: blink_tests | 513 }, # target_name: blink_tests |
| 514 ], | 514 ], |
| 515 }], # OS!=ios | 515 }], # OS!=ios |
| 516 ['OS!="ios" and OS!="android"', { | 516 ['OS!="ios" and OS!="android"', { |
| 517 'targets': [ | 517 'targets': [ |
| 518 { | 518 { |
| 519 'target_name': 'chromium_builder_nacl_win_integration', | 519 'target_name': 'chromium_builder_nacl_win_integration', |
| 520 'type': 'none', | 520 'type': 'none', |
| 521 'dependencies': [ | 521 'dependencies': [ |
| 522 'chromium_builder_qa', # needed for pyauto | |
| 523 'chromium_builder_tests', | 522 'chromium_builder_tests', |
| 524 ], | 523 ], |
| 525 }, # target_name: chromium_builder_nacl_win_integration | 524 }, # target_name: chromium_builder_nacl_win_integration |
| 526 { | 525 { |
| 527 'target_name': 'chromium_builder_perf', | 526 'target_name': 'chromium_builder_perf', |
| 528 'type': 'none', | 527 'type': 'none', |
| 529 'dependencies': [ | 528 'dependencies': [ |
| 530 '../cc/cc_tests.gyp:cc_perftests', | 529 '../cc/cc_tests.gyp:cc_perftests', |
| 531 '../chrome/chrome.gyp:chrome', | 530 '../chrome/chrome.gyp:chrome', |
| 532 '../chrome/chrome.gyp:load_library_perf_tests', | 531 '../chrome/chrome.gyp:load_library_perf_tests', |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 ], | 628 ], |
| 630 }], | 629 }], |
| 631 ['OS=="win" and target_arch=="ia32"', { | 630 ['OS=="win" and target_arch=="ia32"', { |
| 632 'dependencies': [ | 631 'dependencies': [ |
| 633 '../chrome/chrome.gyp:crash_service_win64', | 632 '../chrome/chrome.gyp:crash_service_win64', |
| 634 ], | 633 ], |
| 635 }], | 634 }], |
| 636 ], | 635 ], |
| 637 }, # target_name: chromium_gpu_debug_builder | 636 }, # target_name: chromium_gpu_debug_builder |
| 638 { | 637 { |
| 639 'target_name': 'chromium_builder_qa', | |
| 640 'type': 'none', | |
| 641 'dependencies': [ | |
| 642 '../chrome/chrome.gyp:chrome', | |
| 643 # Dependencies of pyauto_functional tests. | |
| 644 '../remoting/remoting.gyp:remoting_webapp', | |
| 645 ], | |
| 646 'conditions': [ | |
| 647 ['OS=="mac"', { | |
| 648 'dependencies': [ | |
| 649 '../remoting/remoting.gyp:remoting_me2me_host_archive', | |
| 650 ], | |
| 651 }], | |
| 652 ['OS=="win"', { | |
| 653 'dependencies': [ | |
| 654 '../chrome/chrome.gyp:crash_service', | |
| 655 ], | |
| 656 }], | |
| 657 ['OS=="win" and target_arch=="ia32"', { | |
| 658 'dependencies': [ | |
| 659 '../chrome/chrome.gyp:crash_service_win64', | |
| 660 ], | |
| 661 }], | |
| 662 ['OS=="win" and component != "shared_library" and wix_exists == "Tru
e" and sas_dll_exists == "True"', { | |
| 663 'dependencies': [ | |
| 664 '../remoting/remoting.gyp:remoting_host_installation', | |
| 665 ], | |
| 666 }], | |
| 667 ], | |
| 668 }, # target_name: chromium_builder_qa | |
| 669 { | |
| 670 'target_name': 'chromium_builder_perf_av', | 638 'target_name': 'chromium_builder_perf_av', |
| 671 'type': 'none', | 639 'type': 'none', |
| 672 'dependencies': [ | 640 'dependencies': [ |
| 673 'blink_tests', # to run layout tests | 641 'blink_tests', # to run layout tests |
| 674 'chromium_builder_qa', # needed for perf pyauto tests | |
| 675 ], | 642 ], |
| 676 }, # target_name: chromium_builder_perf_av | 643 }, # target_name: chromium_builder_perf_av |
| 677 { | 644 { |
| 678 # This target contains everything we need to run tests on the special | 645 # This target contains everything we need to run tests on the special |
| 679 # device-equipped WebRTC bots. We have device-requiring tests in | 646 # device-equipped WebRTC bots. We have device-requiring tests in |
| 680 # browser_tests and content_browsertests. | 647 # browser_tests and content_browsertests. |
| 681 'target_name': 'chromium_builder_webrtc', | 648 'target_name': 'chromium_builder_webrtc', |
| 682 'type': 'none', | 649 'type': 'none', |
| 683 'dependencies': [ | 650 'dependencies': [ |
| 684 'chromium_builder_perf', | 651 'chromium_builder_perf', |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1086 ], | 1053 ], |
| 1087 'conditions': [ | 1054 'conditions': [ |
| 1088 ['target_arch=="ia32"', { | 1055 ['target_arch=="ia32"', { |
| 1089 'dependencies': [ | 1056 'dependencies': [ |
| 1090 '../chrome/chrome.gyp:crash_service_win64', | 1057 '../chrome/chrome.gyp:crash_service_win64', |
| 1091 ], | 1058 ], |
| 1092 }], | 1059 }], |
| 1093 ], | 1060 ], |
| 1094 }, | 1061 }, |
| 1095 { | 1062 { |
| 1096 'target_name': 'chromium_builder_win_cf', | |
| 1097 'type': 'none', | |
| 1098 }, | |
| 1099 { | |
| 1100 'target_name': 'chromium_builder_dbg_tsan_win', | 1063 'target_name': 'chromium_builder_dbg_tsan_win', |
| 1101 'type': 'none', | 1064 'type': 'none', |
| 1102 'dependencies': [ | 1065 'dependencies': [ |
| 1103 '../base/base.gyp:base_unittests', | 1066 '../base/base.gyp:base_unittests', |
| 1104 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 1067 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 1105 '../components/components_tests.gyp:components_unittests', | 1068 '../components/components_tests.gyp:components_unittests', |
| 1106 '../content/content_shell_and_tests.gyp:content_unittests', | 1069 '../content/content_shell_and_tests.gyp:content_unittests', |
| 1107 '../crypto/crypto.gyp:crypto_unittests', | 1070 '../crypto/crypto.gyp:crypto_unittests', |
| 1108 '../ipc/ipc.gyp:ipc_tests', | 1071 '../ipc/ipc.gyp:ipc_tests', |
| 1109 '../jingle/jingle.gyp:jingle_unittests', | 1072 '../jingle/jingle.gyp:jingle_unittests', |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1360 'dependencies': [ | 1323 'dependencies': [ |
| 1361 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1324 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1362 '../ui/views/views.gyp:views', | 1325 '../ui/views/views.gyp:views', |
| 1363 '../ui/views/views.gyp:views_unittests', | 1326 '../ui/views/views.gyp:views_unittests', |
| 1364 ], | 1327 ], |
| 1365 }, # target_name: macviews_builder | 1328 }, # target_name: macviews_builder |
| 1366 ], # targets | 1329 ], # targets |
| 1367 }], # os=='mac' and toolkit_views==1 | 1330 }], # os=='mac' and toolkit_views==1 |
| 1368 ], # conditions | 1331 ], # conditions |
| 1369 } | 1332 } |
| OLD | NEW |