Move RtpVp9RefFinder unittests into its own file.

Bug: webrtc:12221
Change-Id: I72bb25503d2894aae596426cb40764246c087767
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196342
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32760}
This commit is contained in:
philipel
2020-12-03 14:47:23 +01:00
committed by Commit Bot
parent f65a003f7f
commit 10f76ac226
3 changed files with 857 additions and 755 deletions

View File

@ -927,6 +927,7 @@ if (rtc_include_tests) {
"packet_buffer_unittest.cc",
"receiver_unittest.cc",
"rtp_frame_reference_finder_unittest.cc",
"rtp_vp9_ref_finder_unittest.cc",
"session_info_unittest.cc",
"test/stream_generator.cc",
"test/stream_generator.h",