xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 1 | # 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. |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 8 | |
| 9 | { |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 10 | 'targets': [ |
| 11 | { |
| 12 | 'target_name': 'rtp_rtcp', |
| 13 | 'type': '<(library)', |
| 14 | 'dependencies': [ |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 15 | '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', |
stefan@webrtc.org | 9354cc9 | 2012-06-07 08:10:14 +0000 | [diff] [blame] | 16 | '<(webrtc_root)/modules/modules.gyp:remote_bitrate_estimator', |
pwestin@webrtc.org | 571a1c0 | 2012-11-13 21:12:39 +0000 | [diff] [blame] | 17 | '<(webrtc_root)/modules/modules.gyp:paced_sender', |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 18 | ], |
| 19 | 'include_dirs': [ |
| 20 | '../interface', |
| 21 | '../../interface', |
| 22 | ], |
| 23 | 'direct_dependent_settings': { |
| 24 | 'include_dirs': [ |
| 25 | '../interface', |
| 26 | '../../interface', |
| 27 | ], |
| 28 | }, |
| 29 | 'sources': [ |
| 30 | # Common |
| 31 | '../interface/rtp_rtcp.h', |
| 32 | '../interface/rtp_rtcp_defines.h', |
| 33 | 'bitrate.cc', |
| 34 | 'Bitrate.h', |
| 35 | 'rtp_rtcp_config.h', |
| 36 | 'rtp_rtcp_impl.cc', |
| 37 | 'rtp_rtcp_impl.h', |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 38 | 'rtcp_receiver.cc', |
| 39 | 'rtcp_receiver.h', |
| 40 | 'rtcp_receiver_help.cc', |
| 41 | 'rtcp_receiver_help.h', |
| 42 | 'rtcp_sender.cc', |
| 43 | 'rtcp_sender.h', |
| 44 | 'rtcp_utility.cc', |
| 45 | 'rtcp_utility.h', |
asapersson@webrtc.org | 5249cc8 | 2011-12-16 14:31:37 +0000 | [diff] [blame] | 46 | 'rtp_header_extension.cc', |
| 47 | 'rtp_header_extension.h', |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 48 | 'rtp_receiver.cc', |
| 49 | 'rtp_receiver.h', |
| 50 | 'rtp_sender.cc', |
| 51 | 'rtp_sender.h', |
| 52 | 'rtp_utility.cc', |
| 53 | 'rtp_utility.h', |
| 54 | 'ssrc_database.cc', |
| 55 | 'ssrc_database.h', |
| 56 | 'tmmbr_help.cc', |
| 57 | 'tmmbr_help.h', |
| 58 | # Audio Files |
| 59 | 'dtmf_queue.cc', |
| 60 | 'dtmf_queue.h', |
| 61 | 'rtp_receiver_audio.cc', |
| 62 | 'rtp_receiver_audio.h', |
| 63 | 'rtp_sender_audio.cc', |
| 64 | 'rtp_sender_audio.h', |
| 65 | # Video Files |
marpan@webrtc.org | 5f97232 | 2012-06-06 22:34:38 +0000 | [diff] [blame] | 66 | 'fec_private_tables_random.h', |
marpan@webrtc.org | 8866bb1 | 2012-06-05 16:42:20 +0000 | [diff] [blame] | 67 | 'fec_private_tables_bursty.h', |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 68 | 'forward_error_correction.cc', |
| 69 | 'forward_error_correction.h', |
| 70 | 'forward_error_correction_internal.cc', |
| 71 | 'forward_error_correction_internal.h', |
stefan@webrtc.org | e0d6fa4 | 2012-03-20 22:10:56 +0000 | [diff] [blame] | 72 | 'producer_fec.cc', |
| 73 | 'producer_fec.h', |
asapersson@webrtc.org | 0b3c35a | 2012-01-16 11:06:31 +0000 | [diff] [blame] | 74 | 'rtp_packet_history.cc', |
| 75 | 'rtp_packet_history.h', |
phoglund@webrtc.org | 07bf43c | 2012-12-18 15:40:53 +0000 | [diff] [blame^] | 76 | 'rtp_receiver_strategy.cc', |
| 77 | 'rtp_receiver_stragegy.h', |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 78 | 'rtp_receiver_video.cc', |
| 79 | 'rtp_receiver_video.h', |
| 80 | 'rtp_sender_video.cc', |
| 81 | 'rtp_sender_video.h', |
| 82 | 'receiver_fec.cc', |
| 83 | 'receiver_fec.h', |
| 84 | 'video_codec_information.h', |
| 85 | 'rtp_format_vp8.cc', |
| 86 | 'rtp_format_vp8.h', |
henrik.lundin@webrtc.org | 7f2c2a5 | 2012-01-18 08:21:15 +0000 | [diff] [blame] | 87 | 'vp8_partition_aggregator.cc', |
| 88 | 'vp8_partition_aggregator.h', |
mflodman@webrtc.org | 84dc3d1 | 2011-12-22 10:26:13 +0000 | [diff] [blame] | 89 | # Mocks |
| 90 | '../mocks/mock_rtp_rtcp.h', |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 91 | ], # source |
| 92 | }, |
| 93 | ], |
| 94 | } |
| 95 | |
| 96 | # Local Variables: |
| 97 | # tab-width:2 |
| 98 | # indent-tabs-mode:nil |
| 99 | # End: |
| 100 | # vim: set expandtab tabstop=2 shiftwidth=2: |