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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2306873003: Add RTCP packet class for signaling encoder target bitrate. (Closed)
Patch Set: Fixed bad rebase Created 4 years, 1 month 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
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 8ee981061b5f729ff0111cdf078fbf43097338d0..6a1564b7d2dcb85e95c0bf1b1b987e412bdbc563 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -442,6 +442,7 @@ if (rtc_include_tests) {
"rtp_rtcp/source/rtcp_packet/sdes_unittest.cc",
"rtp_rtcp/source/rtcp_packet/sender_report_unittest.cc",
"rtp_rtcp/source/rtcp_packet/sli_unittest.cc",
+ "rtp_rtcp/source/rtcp_packet/target_bitrate_unittest.cc",
"rtp_rtcp/source/rtcp_packet/tmmbn_unittest.cc",
"rtp_rtcp/source/rtcp_packet/tmmbr_unittest.cc",
"rtp_rtcp/source/rtcp_packet/transport_feedback_unittest.cc",
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698