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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 { | 402 { |
403 # This target contains everything we need to run tests on the special | 403 # This target contains everything we need to run tests on the special |
404 # device-equipped WebRTC bots. We have device-requiring tests in | 404 # device-equipped WebRTC bots. We have device-requiring tests in |
405 # PyAuto, browser_tests and content_browsertests. | 405 # PyAuto, browser_tests and content_browsertests. |
406 'target_name': 'chromium_builder_webrtc', | 406 'target_name': 'chromium_builder_webrtc', |
407 'type': 'none', | 407 'type': 'none', |
408 'dependencies': [ | 408 'dependencies': [ |
409 'chromium_builder_qa', # needed for perf pyauto tests | 409 'chromium_builder_qa', # needed for perf pyauto tests |
410 '../chrome/chrome.gyp:browser_tests', | 410 '../chrome/chrome.gyp:browser_tests', |
411 '../content/content.gyp:content_browsertests', | 411 '../content/content.gyp:content_browsertests', |
| 412 '../content/content.gyp:content_unittests', |
412 '../third_party/libjingle/libjingle.gyp:peerconnection_server', | 413 '../third_party/libjingle/libjingle.gyp:peerconnection_server', |
413 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 414 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
414 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 415 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
415 ], | 416 ], |
416 }, # target_name: chromium_builder_webrtc | 417 }, # target_name: chromium_builder_webrtc |
417 ], # targets | 418 ], # targets |
418 }], | 419 }], |
419 ['OS=="mac"', { | 420 ['OS=="mac"', { |
420 'targets': [ | 421 'targets': [ |
421 { | 422 { |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
822 '../chrome/chrome.gyp:browser_tests_run', | 823 '../chrome/chrome.gyp:browser_tests_run', |
823 '../chrome/chrome.gyp:sync_integration_tests_run', | 824 '../chrome/chrome.gyp:sync_integration_tests_run', |
824 '../chrome/chrome.gyp:unit_tests_run', | 825 '../chrome/chrome.gyp:unit_tests_run', |
825 '../net/net.gyp:net_unittests_run', | 826 '../net/net.gyp:net_unittests_run', |
826 ], | 827 ], |
827 }, # target_name: chromium_swarm_tests | 828 }, # target_name: chromium_swarm_tests |
828 ], | 829 ], |
829 }], | 830 }], |
830 ], # conditions | 831 ], # conditions |
831 } | 832 } |
OLD | NEW |