diff options
author | phoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 09:47:01 +0000 |
---|---|---|
committer | phoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 09:47:01 +0000 |
commit | cd18f08179ede6dbf14a1cb9f509e780c230077f (patch) | |
tree | b6936921fd6c2bc6a8a53f675cff30166219043e /build | |
parent | c975a085c1fcec828297949a2c196ec7faa8a8ec (diff) | |
download | chromium_src-cd18f08179ede6dbf14a1cb9f509e780c230077f.zip chromium_src-cd18f08179ede6dbf14a1cb9f509e780c230077f.tar.gz chromium_src-cd18f08179ede6dbf14a1cb9f509e780c230077f.tar.bz2 |
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: svn://svn.chromium.org/chrome/trunk/src@180377 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 0269423..c317a05 100644 --- a/build/all.gyp +++ b/build/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', |