summaryrefslogtreecommitdiff
path: root/webrtc_tests.gypi
diff options
context:
space:
mode:
authorsprang@webrtc.org <sprang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-01-07 09:54:34 +0000
committersprang@webrtc.org <sprang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-01-07 09:54:34 +0000
commit49812e6680a6392d53897b82b1b8dbfca6dd4faa (patch)
treea5f2d0931cb826a06cc543d28cca0f37d13d1c13 /webrtc_tests.gypi
parentc902d880d3ea38dd395f6b896e0fbc904b6678dd (diff)
downloadwebrtc-49812e6680a6392d53897b82b1b8dbfca6dd4faa.tar.gz
Wire up statistics in video send stream of new video engine api
Note, this CL does not contain any tests. Those are implemeted as call tests and will be submitted when the receive stream is wired up as well. BUG=2235 R=mflodman@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5559006 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5344 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc_tests.gypi')
-rw-r--r--webrtc_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/webrtc_tests.gypi b/webrtc_tests.gypi
index 0d2b30ee..b60660ac 100644
--- a/webrtc_tests.gypi
+++ b/webrtc_tests.gypi
@@ -35,6 +35,7 @@
'sources': [
'video/bitrate_estimator_tests.cc',
'video/call_tests.cc',
+ 'video/send_statistics_proxy_unittest.cc',
'video/video_send_stream_tests.cc',
'test/common_unittest.cc',
'test/testsupport/metrics/video_metrics_unittest.cc',