summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webrtc/modules/rtp_rtcp/source/rtp_rtcp.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/modules/rtp_rtcp/source/rtp_rtcp.gypi')
-rw-r--r--chromium/third_party/webrtc/modules/rtp_rtcp/source/rtp_rtcp.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/webrtc/modules/rtp_rtcp/source/rtp_rtcp.gypi b/chromium/third_party/webrtc/modules/rtp_rtcp/source/rtp_rtcp.gypi
index 070845bc795..dcd65988058 100644
--- a/chromium/third_party/webrtc/modules/rtp_rtcp/source/rtp_rtcp.gypi
+++ b/chromium/third_party/webrtc/modules/rtp_rtcp/source/rtp_rtcp.gypi
@@ -20,6 +20,7 @@
# Common
'../interface/fec_receiver.h',
'../interface/receive_statistics.h',
+ '../interface/remote_ntp_time_estimator.h',
'../interface/rtp_header_parser.h',
'../interface/rtp_payload_registry.h',
'../interface/rtp_receiver.h',
@@ -32,10 +33,13 @@
'fec_receiver_impl.h',
'receive_statistics_impl.cc',
'receive_statistics_impl.h',
+ 'remote_ntp_time_estimator.cc',
'rtp_header_parser.cc',
'rtp_rtcp_config.h',
'rtp_rtcp_impl.cc',
'rtp_rtcp_impl.h',
+ 'rtcp_packet.cc',
+ 'rtcp_packet.h',
'rtcp_receiver.cc',
'rtcp_receiver.h',
'rtcp_receiver_help.cc',