| Index: webrtc/modules/rtp_rtcp/BUILD.gn
|
| diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| index 5d754d9974b7ce3a1116090518be36dd7366c1da..6148780b15d64afcb841f21a153d108527ec8351 100644
|
| --- a/webrtc/modules/rtp_rtcp/BUILD.gn
|
| +++ b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| @@ -150,8 +150,6 @@ rtc_static_library("rtp_rtcp") {
|
| "source/ulpfec_receiver_impl.cc",
|
| "source/ulpfec_receiver_impl.h",
|
| "source/video_codec_information.h",
|
| - "source/vp8_partition_aggregator.cc",
|
| - "source/vp8_partition_aggregator.h",
|
| ]
|
|
|
| if (rtc_enable_bwe_test_logging) {
|
| @@ -328,7 +326,6 @@ if (rtc_include_tests) {
|
| "source/ulpfec_generator_unittest.cc",
|
| "source/ulpfec_header_reader_writer_unittest.cc",
|
| "source/ulpfec_receiver_unittest.cc",
|
| - "source/vp8_partition_aggregator_unittest.cc",
|
| "test/testAPI/test_api.cc",
|
| "test/testAPI/test_api.h",
|
| "test/testAPI/test_api_audio.cc",
|
|
|