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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 ], | 332 ], |
333 }, # target_name: chromium_builder_qa | 333 }, # target_name: chromium_builder_qa |
334 { | 334 { |
335 'target_name': 'chromium_builder_perf_av', | 335 'target_name': 'chromium_builder_perf_av', |
336 'type': 'none', | 336 'type': 'none', |
337 'dependencies': [ | 337 'dependencies': [ |
338 'chromium_builder_qa', # needed for perf pyauto tests | 338 'chromium_builder_qa', # needed for perf pyauto tests |
339 '../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout test
s | 339 '../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout test
s |
340 ], | 340 ], |
341 }, # target_name: chromium_builder_perf_av | 341 }, # target_name: chromium_builder_perf_av |
| 342 { |
| 343 'target_name': 'chromium_builder_webrtc', |
| 344 'type': 'none', |
| 345 'dependencies': [ |
| 346 'chromium_builder_qa', # needed for perf pyauto tests |
| 347 '../third_party/libjingle/libjingle.gyp:peerconnection_server', |
| 348 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
| 349 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
| 350 ], |
| 351 }, # target_name: chromium_builder_webrtc |
342 ], # targets | 352 ], # targets |
343 }], | 353 }], |
344 ['OS=="mac"', { | 354 ['OS=="mac"', { |
345 'targets': [ | 355 'targets': [ |
346 { | 356 { |
347 # Target to build everything plus the dmg. We don't put the dmg | 357 # Target to build everything plus the dmg. We don't put the dmg |
348 # in the All target because developers really don't need it. | 358 # in the All target because developers really don't need it. |
349 'target_name': 'all_and_dmg', | 359 'target_name': 'all_and_dmg', |
350 'type': 'none', | 360 'type': 'none', |
351 'dependencies': [ | 361 'dependencies': [ |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 '../chrome/chrome.gyp:browser_tests_run', | 729 '../chrome/chrome.gyp:browser_tests_run', |
720 '../chrome/chrome.gyp:sync_integration_tests_run', | 730 '../chrome/chrome.gyp:sync_integration_tests_run', |
721 '../chrome/chrome.gyp:unit_tests_run', | 731 '../chrome/chrome.gyp:unit_tests_run', |
722 '../net/net.gyp:net_unittests_run', | 732 '../net/net.gyp:net_unittests_run', |
723 ], | 733 ], |
724 }, # target_name: chromium_swarm_tests | 734 }, # target_name: chromium_swarm_tests |
725 ], | 735 ], |
726 }], | 736 }], |
727 ], # conditions | 737 ], # conditions |
728 } | 738 } |
OLD | NEW |