aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/modules.gyp
diff options
context:
space:
mode:
authordanilchap <danilchap@webrtc.org>2015-11-27 05:36:09 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-27 13:36:17 +0000
commitf8385aded0943c7889d6e9b92f3c0978f3657bb2 (patch)
tree135af4f32aabf33802606049f95a33fc7b5e1311 /webrtc/modules/modules.gyp
parente997a7de1419c447d46cfc230111deffcbdfab19 (diff)
downloadwebrtc-f8385aded0943c7889d6e9b92f3c0978f3657bb2.tar.gz
rtcp::Pli moved into own file and got a Parse function
Created rtcp::Psfb abstract class between rtcp::Pli and rtcp::RtcpPacket to hold common data for Feedback Message. BUG=webrtc:5260 Review URL: https://codereview.webrtc.org/1446513002 Cr-Commit-Position: refs/heads/master@{#10823}
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 599a931fb9..3d99253e4c 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -307,6 +307,7 @@
'rtp_rtcp/source/rtcp_packet/app_unittest.cc',
'rtp_rtcp/source/rtcp_packet/bye_unittest.cc',
'rtp_rtcp/source/rtcp_packet/extended_jitter_report_unittest.cc',
+ 'rtp_rtcp/source/rtcp_packet/pli_unittest.cc',
'rtp_rtcp/source/rtcp_packet/report_block_unittest.cc',
'rtp_rtcp/source/rtcp_packet/transport_feedback_unittest.cc',
'rtp_rtcp/source/rtcp_receiver_unittest.cc',