blob: cf5b3095de1424c51ff478ce6e8226b06e13d1d5 [file] [log] [blame]
andresp@webrtc.org749c6022015-02-25 11:50:17 +00001# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2#
3# Use of this source code is governed by a BSD-style license
4# that can be found in the LICENSE file in the root of the source
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9{
10 'targets': [
11 {
12 'target_name': 'rtp_rtcp',
13 'type': 'static_library',
14 'dependencies': [
sprang52033d62016-06-02 02:43:32 -070015 '<(webrtc_root)/common_video/common_video.gyp:common_video',
andresp@webrtc.org749c6022015-02-25 11:50:17 +000016 '<(webrtc_root)/modules/modules.gyp:remote_bitrate_estimator',
sprang52033d62016-06-02 02:43:32 -070017 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
andresp@webrtc.org749c6022015-02-25 11:50:17 +000018 ],
19 'sources': [
20 # Common
brandtra8b38552016-10-10 16:44:57 -070021 'include/flexfec_receiver.h',
brandtrc295e002016-11-03 09:22:33 -070022 'include/flexfec_sender.h',
Henrik Kjellanderff761fb2015-11-04 08:31:52 +010023 'include/receive_statistics.h',
24 'include/remote_ntp_time_estimator.h',
25 'include/rtp_header_parser.h',
26 'include/rtp_payload_registry.h',
27 'include/rtp_receiver.h',
28 'include/rtp_rtcp.h',
29 'include/rtp_rtcp_defines.h',
brandtrd55c3f62016-10-31 04:51:33 -070030 'include/ulpfec_receiver.h',
andresp@webrtc.org749c6022015-02-25 11:50:17 +000031 'source/byte_io.h',
brandtr0a4c1612016-11-03 08:18:27 -070032 'source/flexfec_receiver.cc',
bcornell30409b42015-07-10 18:10:05 -070033 'source/packet_loss_stats.cc',
34 'source/packet_loss_stats.h',
isheriff6b4b5f32016-06-08 00:24:21 -070035 'source/playout_delay_oracle.cc',
36 'source/playout_delay_oracle.h',
andresp@webrtc.org749c6022015-02-25 11:50:17 +000037 'source/receive_statistics_impl.cc',
38 'source/receive_statistics_impl.h',
39 'source/remote_ntp_time_estimator.cc',
andresp@webrtc.org749c6022015-02-25 11:50:17 +000040 'source/rtcp_packet.cc',
41 'source/rtcp_packet.h',
danilchap0219c9b2015-11-18 05:56:53 -080042 'source/rtcp_packet/app.cc',
43 'source/rtcp_packet/app.h',
danilchap50c51362015-11-22 09:03:11 -080044 'source/rtcp_packet/bye.cc',
45 'source/rtcp_packet/bye.h',
Danil Chapovalov7021b922016-03-15 17:39:32 +010046 'source/rtcp_packet/common_header.cc',
47 'source/rtcp_packet/common_header.h',
danilchap2f7dea12016-01-13 02:03:04 -080048 'source/rtcp_packet/compound_packet.cc',
49 'source/rtcp_packet/compound_packet.h',
danilchap54999d42015-12-16 01:56:20 -080050 'source/rtcp_packet/dlrr.cc',
51 'source/rtcp_packet/dlrr.h',
danilchapf8506cb2015-11-13 07:33:20 -080052 'source/rtcp_packet/extended_jitter_report.cc',
53 'source/rtcp_packet/extended_jitter_report.h',
Danil Chapovalov256e5b22016-01-15 14:16:24 +010054 'source/rtcp_packet/extended_reports.cc',
55 'source/rtcp_packet/extended_reports.h',
Danil Chapovalov5679da12016-01-15 13:19:53 +010056 'source/rtcp_packet/fir.cc',
57 'source/rtcp_packet/fir.h',
danilchapa8890a52015-12-22 03:43:04 -080058 'source/rtcp_packet/nack.cc',
59 'source/rtcp_packet/nack.h',
danilchapf8385ad2015-11-27 05:36:09 -080060 'source/rtcp_packet/pli.cc',
61 'source/rtcp_packet/pli.h',
62 'source/rtcp_packet/psfb.cc',
63 'source/rtcp_packet/psfb.h',
danilchap09fef9e2016-02-09 05:57:51 -080064 'source/rtcp_packet/rapid_resync_request.cc',
65 'source/rtcp_packet/rapid_resync_request.h',
Danil Chapovalov97f7e132015-12-04 16:13:30 +010066 'source/rtcp_packet/receiver_report.cc',
67 'source/rtcp_packet/receiver_report.h',
Danil Chapovalova5eba6c2016-01-15 12:40:15 +010068 'source/rtcp_packet/remb.cc',
69 'source/rtcp_packet/remb.h',
danilchapdf948f02015-11-13 03:03:13 -080070 'source/rtcp_packet/report_block.cc',
71 'source/rtcp_packet/report_block.h',
Danil Chapovalov2c132972016-01-15 15:21:21 +010072 'source/rtcp_packet/rpsi.cc',
73 'source/rtcp_packet/rpsi.h',
Danil Chapovalovfc47ed62015-12-07 14:46:35 +010074 'source/rtcp_packet/rrtr.cc',
75 'source/rtcp_packet/rrtr.h',
danilchapa8890a52015-12-22 03:43:04 -080076 'source/rtcp_packet/rtpfb.cc',
77 'source/rtcp_packet/rtpfb.h',
Danil Chapovalov1567d0b2016-01-15 17:34:27 +010078 'source/rtcp_packet/sdes.cc',
79 'source/rtcp_packet/sdes.h',
danilchap34ed2b92016-01-18 02:43:32 -080080 'source/rtcp_packet/sender_report.cc',
81 'source/rtcp_packet/sender_report.h',
danilchap92e677a2016-01-12 10:04:52 -080082 'source/rtcp_packet/sli.cc',
83 'source/rtcp_packet/sli.h',
sprangb84ad632016-11-01 02:50:12 -070084 'source/rtcp_packet/target_bitrate.cc',
85 'source/rtcp_packet/target_bitrate.h',
danilchapa92d6be2016-02-04 07:33:39 -080086 'source/rtcp_packet/tmmb_item.cc',
87 'source/rtcp_packet/tmmb_item.h',
danilchapef3d8052016-01-11 03:31:08 -080088 'source/rtcp_packet/tmmbn.cc',
89 'source/rtcp_packet/tmmbn.h',
danilchap7e8145f2016-01-11 11:49:19 -080090 'source/rtcp_packet/tmmbr.cc',
91 'source/rtcp_packet/tmmbr.h',
Erik Språnga3b87692015-07-29 10:46:54 +020092 'source/rtcp_packet/transport_feedback.cc',
93 'source/rtcp_packet/transport_feedback.h',
danilchap91941ae2015-12-15 07:06:36 -080094 'source/rtcp_packet/voip_metric.cc',
95 'source/rtcp_packet/voip_metric.h',
andresp@webrtc.org749c6022015-02-25 11:50:17 +000096 'source/rtcp_receiver.cc',
97 'source/rtcp_receiver.h',
andresp@webrtc.org749c6022015-02-25 11:50:17 +000098 'source/rtcp_sender.cc',
99 'source/rtcp_sender.h',
100 'source/rtcp_utility.cc',
101 'source/rtcp_utility.h',
102 'source/rtp_header_extension.cc',
103 'source/rtp_header_extension.h',
danilchap1edb7ab2016-04-20 05:25:10 -0700104 'source/rtp_header_extensions.cc',
105 'source/rtp_header_extensions.h',
106 'source/rtp_header_parser.cc',
107 'source/rtp_packet.cc',
108 'source/rtp_packet.h',
109 'source/rtp_packet_received.h',
110 'source/rtp_packet_to_send.h',
andresp@webrtc.org749c6022015-02-25 11:50:17 +0000111 'source/rtp_receiver_impl.cc',
112 'source/rtp_receiver_impl.h',
danilchap1edb7ab2016-04-20 05:25:10 -0700113 'source/rtp_rtcp_config.h',
114 'source/rtp_rtcp_impl.cc',
115 'source/rtp_rtcp_impl.h',
andresp@webrtc.org749c6022015-02-25 11:50:17 +0000116 'source/rtp_sender.cc',
117 'source/rtp_sender.h',
118 'source/rtp_utility.cc',
119 'source/rtp_utility.h',
120 'source/ssrc_database.cc',
121 'source/ssrc_database.h',
Danil Chapovalovc1e55c72016-03-09 15:14:35 +0100122 'source/time_util.cc',
123 'source/time_util.h',
andresp@webrtc.org749c6022015-02-25 11:50:17 +0000124 'source/tmmbr_help.cc',
125 'source/tmmbr_help.h',
126 # Audio Files
127 'source/dtmf_queue.cc',
128 'source/dtmf_queue.h',
129 'source/rtp_receiver_audio.cc',
130 'source/rtp_receiver_audio.h',
131 'source/rtp_sender_audio.cc',
132 'source/rtp_sender_audio.h',
133 # Video Files
134 'source/fec_private_tables_random.h',
135 'source/fec_private_tables_bursty.h',
brandtr0496de22016-10-03 00:43:25 -0700136 'source/flexfec_header_reader_writer.cc',
137 'source/flexfec_header_reader_writer.h',
brandtrc295e002016-11-03 09:22:33 -0700138 'source/flexfec_sender.cc',
andresp@webrtc.org749c6022015-02-25 11:50:17 +0000139 'source/forward_error_correction.cc',
140 'source/forward_error_correction.h',
141 'source/forward_error_correction_internal.cc',
142 'source/forward_error_correction_internal.h',
andresp@webrtc.org749c6022015-02-25 11:50:17 +0000143 'source/rtp_packet_history.cc',
144 'source/rtp_packet_history.h',
145 'source/rtp_payload_registry.cc',
146 'source/rtp_receiver_strategy.cc',
147 'source/rtp_receiver_strategy.h',
148 'source/rtp_receiver_video.cc',
149 'source/rtp_receiver_video.h',
150 'source/rtp_sender_video.cc',
151 'source/rtp_sender_video.h',
152 'source/video_codec_information.h',
153 'source/rtp_format.cc',
154 'source/rtp_format.h',
155 'source/rtp_format_h264.cc',
156 'source/rtp_format_h264.h',
157 'source/rtp_format_vp8.cc',
158 'source/rtp_format_vp8.h',
asaperssonf38ea3c2015-07-28 04:02:54 -0700159 'source/rtp_format_vp9.cc',
160 'source/rtp_format_vp9.h',
andresp@webrtc.org749c6022015-02-25 11:50:17 +0000161 'source/rtp_format_video_generic.cc',
162 'source/rtp_format_video_generic.h',
brandtr869e7cd2016-10-31 05:27:07 -0700163 'source/ulpfec_generator.cc',
164 'source/ulpfec_generator.h',
Rasmus Brandt78db1582016-09-21 09:19:34 +0200165 'source/ulpfec_header_reader_writer.cc',
166 'source/ulpfec_header_reader_writer.h',
brandtrd55c3f62016-10-31 04:51:33 -0700167 'source/ulpfec_receiver_impl.cc',
168 'source/ulpfec_receiver_impl.h',
andresp@webrtc.org749c6022015-02-25 11:50:17 +0000169 'source/vp8_partition_aggregator.cc',
170 'source/vp8_partition_aggregator.h',
171 # Mocks
172 'mocks/mock_rtp_rtcp.h',
brandtra8b38552016-10-10 16:44:57 -0700173 'mocks/mock_recovered_packet_receiver.h',
andresp@webrtc.org749c6022015-02-25 11:50:17 +0000174 'source/mock/mock_rtp_payload_strategy.h',
gaetano.carlucci52a57032016-09-14 05:04:36 -0700175 ], # source
176 'conditions': [
177 ['enable_bwe_test_logging==1', {
178 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ],
179 }, {
180 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ],
181 }],
182 ],
andresp@webrtc.org749c6022015-02-25 11:50:17 +0000183 # TODO(jschuh): Bug 1348: fix size_t to int truncations.
184 'msvs_disabled_warnings': [ 4267, ],
185 },
186 ],
187}