Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: webrtc/call/BUILD.gn

Issue 2902823004: Create unit tests for RtpDemuxer (Closed)
Patch Set: . Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/call/rtp_demuxer.cc » ('j') | webrtc/call/rtp_demuxer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index a6afe302409949a2a6609bba13e1232ba320bfe9..69fc949ccabe9d7dd53c0abcb55fdd96bfb11fcf 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -89,6 +89,7 @@ if (rtc_include_tests) {
"bitrate_estimator_tests.cc",
"call_unittest.cc",
"flexfec_receive_stream_unittest.cc",
+ "rtp_demuxer_unittest.cc", # TODO(eladalon): Not really video-engine specific.
danilchap 2017/05/24 17:14:02 same can be said about all other unittests in this
eladalon 2017/05/25 08:00:05 Moved. Would we normally also file a bug for this,
nisse-webrtc 2017/05/29 07:58:22 Probably are no hard rules. Speaking generally, in
"rtx_receive_stream_unittest.cc",
]
deps = [
« no previous file with comments | « no previous file | webrtc/call/rtp_demuxer.cc » ('j') | webrtc/call/rtp_demuxer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698