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

Unified Diff: webrtc/modules/rtp_rtcp/BUILD.gn

Issue 2871173008: Fix packetization logic to leave space for extensions in the last packet (Closed)
Patch Set: Fix packet buffer allocations bugs and old tests with incorrect assumptions about extensions locati… 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
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",
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtp_format.h » ('j') | webrtc/modules/rtp_rtcp/source/rtp_format.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698