Adding new targets to the WebRTC target so our special bots will build them.
Note: we do have a browser test for WebRTC, but no content_browsertests yet. I expect we will very soon thouugh so I took care of that in the same patch. BUG= TESTED=built locally Review URL: https://chromiumcodereview.appspot.com/12082115 git-svn-id: http://src.chromium.org/svn/trunk/src/build@180377 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
319b3ee9d2
Коммит
d25d9d14d8
5
all.gyp
5
all.gyp
|
@ -365,10 +365,15 @@
|
|||
],
|
||||
}, # target_name: chromium_builder_perf_av
|
||||
{
|
||||
# This target contains everything we need to run tests on the special
|
||||
# device-equipped WebRTC bots. We have device-requiring tests in
|
||||
# PyAuto, browser_tests and content_browsertests.
|
||||
'target_name': 'chromium_builder_webrtc',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'chromium_builder_qa', # needed for perf pyauto tests
|
||||
'../chrome/chrome.gyp:browser_tests',
|
||||
'../content/content.gyp:content_browsertests',
|
||||
'../third_party/libjingle/libjingle.gyp:peerconnection_server',
|
||||
'../third_party/webrtc/tools/tools.gyp:frame_analyzer',
|
||||
'../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
|
||||
|
|
Загрузка…
Ссылка в новой задаче