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'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
10 }, | 10 }, |
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 }], | 560 }], |
561 ], | 561 ], |
562 }, # target_name: chromium_gpu_debug_builder | 562 }, # target_name: chromium_gpu_debug_builder |
563 { | 563 { |
564 'target_name': 'chromium_builder_qa', | 564 'target_name': 'chromium_builder_qa', |
565 'type': 'none', | 565 'type': 'none', |
566 'dependencies': [ | 566 'dependencies': [ |
567 '../chrome/chrome.gyp:chrome', | 567 '../chrome/chrome.gyp:chrome', |
568 # Dependencies of pyauto_functional tests. | 568 # Dependencies of pyauto_functional tests. |
569 '../remoting/remoting.gyp:remoting_webapp', | 569 '../remoting/remoting.gyp:remoting_webapp', |
570 '../chrome/chrome.gyp:pyautolib', | |
571 ], | 570 ], |
572 'conditions': [ | 571 'conditions': [ |
573 ['OS=="mac"', { | 572 ['OS=="mac"', { |
574 'dependencies': [ | 573 'dependencies': [ |
575 '../remoting/remoting.gyp:remoting_me2me_host_archive', | 574 '../remoting/remoting.gyp:remoting_me2me_host_archive', |
576 ], | 575 ], |
577 }], | 576 }], |
578 ['OS=="win"', { | 577 ['OS=="win"', { |
579 'dependencies': [ | 578 'dependencies': [ |
580 '../chrome/chrome.gyp:crash_service', | 579 '../chrome/chrome.gyp:crash_service', |
(...skipping 15 matching lines...) Expand all Loading... |
596 'target_name': 'chromium_builder_perf_av', | 595 'target_name': 'chromium_builder_perf_av', |
597 'type': 'none', | 596 'type': 'none', |
598 'dependencies': [ | 597 'dependencies': [ |
599 'blink_tests', # to run layout tests | 598 'blink_tests', # to run layout tests |
600 'chromium_builder_qa', # needed for perf pyauto tests | 599 'chromium_builder_qa', # needed for perf pyauto tests |
601 ], | 600 ], |
602 }, # target_name: chromium_builder_perf_av | 601 }, # target_name: chromium_builder_perf_av |
603 { | 602 { |
604 # This target contains everything we need to run tests on the special | 603 # This target contains everything we need to run tests on the special |
605 # device-equipped WebRTC bots. We have device-requiring tests in | 604 # device-equipped WebRTC bots. We have device-requiring tests in |
606 # PyAuto, browser_tests and content_browsertests. | 605 # browser_tests and content_browsertests. |
607 'target_name': 'chromium_builder_webrtc', | 606 'target_name': 'chromium_builder_webrtc', |
608 'type': 'none', | 607 'type': 'none', |
609 'dependencies': [ | 608 'dependencies': [ |
610 'chromium_builder_qa', # needed for perf pyauto tests | 609 'chromium_builder_qa', # needed for perf pyauto tests |
611 '../chrome/chrome.gyp:browser_tests', | 610 '../chrome/chrome.gyp:browser_tests', |
612 '../content/content_shell_and_tests.gyp:content_browsertests', | 611 '../content/content_shell_and_tests.gyp:content_browsertests', |
613 '../content/content_shell_and_tests.gyp:content_unittests', | 612 '../content/content_shell_and_tests.gyp:content_unittests', |
614 '../third_party/libjingle/libjingle.gyp:peerconnection_server', | 613 '../third_party/libjingle/libjingle.gyp:peerconnection_server', |
615 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 614 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
616 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 615 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1228 # http://crbug.com/157234 | 1227 # http://crbug.com/157234 |
1229 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1228 #'../chrome/chrome.gyp:sync_integration_tests_run', |
1230 '../chrome/chrome.gyp:unit_tests_run', | 1229 '../chrome/chrome.gyp:unit_tests_run', |
1231 '../net/net.gyp:net_unittests_run', | 1230 '../net/net.gyp:net_unittests_run', |
1232 ], | 1231 ], |
1233 }, # target_name: chromium_swarm_tests | 1232 }, # target_name: chromium_swarm_tests |
1234 ], | 1233 ], |
1235 }], | 1234 }], |
1236 ], # conditions | 1235 ], # conditions |
1237 } | 1236 } |
OLD | NEW |