Index: webrtc/webrtc_tests.gypi |
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi |
index 08235005dd62a15f61d699d0cf864ac90d1c8d30..6b72a7f0fccb04a95531889fdc8b3a3a42d6f1d5 100644 |
--- a/webrtc/webrtc_tests.gypi |
+++ b/webrtc/webrtc_tests.gypi |
@@ -146,12 +146,14 @@ |
], |
}, |
{ |
- # TODO(pbos): Add separate target webrtc_audio_tests and move files there. |
+ # TODO(solenberg): Rename to webrtc_call_tests? |
'target_name': 'video_engine_tests', |
'type': '<(gtest_target_type)', |
'sources': [ |
'audio/audio_receive_stream_unittest.cc', |
+ 'audio/audio_send_stream_unittest.cc', |
'call/bitrate_estimator_tests.cc', |
+ 'call/call_unittest.cc', |
'call/packet_injection_tests.cc', |
'test/common_unittest.cc', |
'test/testsupport/metrics/video_metrics_unittest.cc', |