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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 }, # target_name: chromium_builder_qa | 358 }, # target_name: chromium_builder_qa |
359 { | 359 { |
360 'target_name': 'chromium_builder_perf_av', | 360 'target_name': 'chromium_builder_perf_av', |
361 'type': 'none', | 361 'type': 'none', |
362 'dependencies': [ | 362 'dependencies': [ |
363 'chromium_builder_qa', # needed for perf pyauto tests | 363 'chromium_builder_qa', # needed for perf pyauto tests |
364 '../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout test
s | 364 '../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout test
s |
365 ], | 365 ], |
366 }, # target_name: chromium_builder_perf_av | 366 }, # target_name: chromium_builder_perf_av |
367 { | 367 { |
| 368 # This target contains everything we need to run tests on the special |
| 369 # device-equipped WebRTC bots. We have device-requiring tests in |
| 370 # PyAuto, browser_tests and content_browsertests. |
368 'target_name': 'chromium_builder_webrtc', | 371 'target_name': 'chromium_builder_webrtc', |
369 'type': 'none', | 372 'type': 'none', |
370 'dependencies': [ | 373 'dependencies': [ |
371 'chromium_builder_qa', # needed for perf pyauto tests | 374 'chromium_builder_qa', # needed for perf pyauto tests |
| 375 '../chrome/chrome.gyp:browser_tests', |
| 376 '../content/content.gyp:content_browsertests', |
372 '../third_party/libjingle/libjingle.gyp:peerconnection_server', | 377 '../third_party/libjingle/libjingle.gyp:peerconnection_server', |
373 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 378 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
374 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 379 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
375 ], | 380 ], |
376 }, # target_name: chromium_builder_webrtc | 381 }, # target_name: chromium_builder_webrtc |
377 ], # targets | 382 ], # targets |
378 }], | 383 }], |
379 ['OS=="mac"', { | 384 ['OS=="mac"', { |
380 'targets': [ | 385 'targets': [ |
381 { | 386 { |
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 '../chrome/chrome.gyp:browser_tests_run', | 771 '../chrome/chrome.gyp:browser_tests_run', |
767 '../chrome/chrome.gyp:sync_integration_tests_run', | 772 '../chrome/chrome.gyp:sync_integration_tests_run', |
768 '../chrome/chrome.gyp:unit_tests_run', | 773 '../chrome/chrome.gyp:unit_tests_run', |
769 '../net/net.gyp:net_unittests_run', | 774 '../net/net.gyp:net_unittests_run', |
770 ], | 775 ], |
771 }, # target_name: chromium_swarm_tests | 776 }, # target_name: chromium_swarm_tests |
772 ], | 777 ], |
773 }], | 778 }], |
774 ], # conditions | 779 ], # conditions |
775 } | 780 } |
OLD | NEW |