aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/modules.gyp
diff options
context:
space:
mode:
authordanilchap <danilchap@webrtc.org>2016-01-11 11:49:19 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-11 19:49:24 +0000
commit7e8145f05d5f6921ffca3d62e9c4d1301c1d8bcb (patch)
tree88d8f63e542003784c680281e6067a1f38bb14fb /webrtc/modules/modules.gyp
parent27ed3cc28cf950456a0c66d7a10656a96832fedd (diff)
downloadwebrtc-7e8145f05d5f6921ffca3d62e9c4d1301c1d8bcb.tar.gz
[rtp_rtcp] rtcp::Tmmbr moved into own file
BUG=webrtc:5260 R=åsapersson Review URL: https://codereview.webrtc.org/1575023002 Cr-Commit-Position: refs/heads/master@{#11206}
Diffstat (limited to 'webrtc/modules/modules.gyp')
-rw-r--r--webrtc/modules/modules.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index 729f567a68..39bc69c3ca 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -314,6 +314,7 @@
'rtp_rtcp/source/rtcp_packet/report_block_unittest.cc',
'rtp_rtcp/source/rtcp_packet/rrtr_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',
'rtp_rtcp/source/rtcp_packet/voip_metric_unittest.cc',
'rtp_rtcp/source/rtcp_receiver_unittest.cc',