summaryrefslogtreecommitdiff
path: root/webrtc_tests.gypi
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-06-27 08:47:52 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-06-27 08:47:52 +0000
commiteb67a6be101fe1ac8f2a4c062dbe6250f2e36bc0 (patch)
tree83cfa0b0749670f12db66076f323010fee21aacf /webrtc_tests.gypi
parent958883a5a70f7cc5af783b0cafd1e944a4fb3274 (diff)
downloadwebrtc-eb67a6be101fe1ac8f2a4c062dbe6250f2e36bc0.tar.gz
Refactor Call-based tests.
Greatly reduces duplication of constants and setup code for tests based on the new webrtc::Call APIs. It also makes it significantly easier to convert sender-only to end-to-end tests as they share more code. BUG=3035 R=kjellander@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/17789004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6551 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc_tests.gypi')
-rw-r--r--webrtc_tests.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc_tests.gypi b/webrtc_tests.gypi
index 3c1dca69..85a7e733 100644
--- a/webrtc_tests.gypi
+++ b/webrtc_tests.gypi
@@ -46,7 +46,7 @@
'type': '<(gtest_target_type)',
'sources': [
'video/bitrate_estimator_tests.cc',
- 'video/call_tests.cc',
+ 'video/end_to_end_tests.cc',
'video/send_statistics_proxy_unittest.cc',
'video/video_send_stream_tests.cc',
'test/common_unittest.cc',