| Index: webrtc/video/BUILD.gn
|
| diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
|
| index da5ffc3b018b0acf72befa1518c8a3b2e0c987ee..0bc5a12fef11fd84faa38f61f5b8b3081b68fb4e 100644
|
| --- a/webrtc/video/BUILD.gn
|
| +++ b/webrtc/video/BUILD.gn
|
| @@ -24,6 +24,8 @@ source_set("video") {
|
| "receive_statistics_proxy.h",
|
| "report_block_stats.cc",
|
| "report_block_stats.h",
|
| + "rtp_stream_receiver.cc",
|
| + "rtp_stream_receiver.h",
|
| "send_statistics_proxy.cc",
|
| "send_statistics_proxy.h",
|
| "stream_synchronization.cc",
|
| @@ -40,8 +42,6 @@ source_set("video") {
|
| "vie_channel.h",
|
| "vie_encoder.cc",
|
| "vie_encoder.h",
|
| - "vie_receiver.cc",
|
| - "vie_receiver.h",
|
| "vie_remb.cc",
|
| "vie_remb.h",
|
| "vie_sync_module.cc",
|
|
|