| Index: webrtc/video/BUILD.gn
|
| diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
|
| index cc16269dd711c1a7e3eae69f798ea16ce87014f5..cfbadf5bffcf9a4dfe1a2cbb2a471d65add289a4 100644
|
| --- a/webrtc/video/BUILD.gn
|
| +++ b/webrtc/video/BUILD.gn
|
| @@ -24,10 +24,10 @@ rtc_static_library("video") {
|
| "receive_statistics_proxy.h",
|
| "report_block_stats.cc",
|
| "report_block_stats.h",
|
| - "rtp_stream_receiver.cc",
|
| - "rtp_stream_receiver.h",
|
| "rtp_streams_synchronizer.cc",
|
| "rtp_streams_synchronizer.h",
|
| + "rtp_video_stream_receiver.cc",
|
| + "rtp_video_stream_receiver.h",
|
| "send_delay_stats.cc",
|
| "send_delay_stats.h",
|
| "send_statistics_proxy.cc",
|
| @@ -240,7 +240,7 @@ if (rtc_include_tests) {
|
| "quality_threshold_unittest.cc",
|
| "receive_statistics_proxy_unittest.cc",
|
| "report_block_stats_unittest.cc",
|
| - "rtp_stream_receiver_unittest.cc",
|
| + "rtp_video_stream_receiver_unittest.cc",
|
| "send_delay_stats_unittest.cc",
|
| "send_statistics_proxy_unittest.cc",
|
| "stats_counter_unittest.cc",
|
|
|