Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(734)

Side by Side Diff: webrtc/modules/rtp_rtcp/rtp_rtcp.gypi

Issue 1739273002: [Draft] RtpPacket sketched. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase to use landed version of rtp::Packet Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 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 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 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'source/rtcp_receiver_help.cc', 94 'source/rtcp_receiver_help.cc',
95 'source/rtcp_receiver_help.h', 95 'source/rtcp_receiver_help.h',
96 'source/rtcp_sender.cc', 96 'source/rtcp_sender.cc',
97 'source/rtcp_sender.h', 97 'source/rtcp_sender.h',
98 'source/rtcp_utility.cc', 98 'source/rtcp_utility.cc',
99 'source/rtcp_utility.h', 99 'source/rtcp_utility.h',
100 'source/rtp_header_extension.cc', 100 'source/rtp_header_extension.cc',
101 'source/rtp_header_extension.h', 101 'source/rtp_header_extension.h',
102 'source/rtp_header_extensions.cc', 102 'source/rtp_header_extensions.cc',
103 'source/rtp_header_extensions.h', 103 'source/rtp_header_extensions.h',
104 'source/rtp_header_extensions_manager.cc',
104 'source/rtp_header_parser.cc', 105 'source/rtp_header_parser.cc',
105 'source/rtp_packet.cc', 106 'source/rtp_packet.cc',
106 'source/rtp_packet.h', 107 'source/rtp_packet.h',
107 'source/rtp_packet_received.h', 108 'source/rtp_packet_received.h',
108 'source/rtp_packet_to_send.h', 109 'source/rtp_packet_to_send.h',
109 'source/rtp_receiver_impl.cc', 110 'source/rtp_receiver_impl.cc',
110 'source/rtp_receiver_impl.h', 111 'source/rtp_receiver_impl.h',
111 'source/rtp_rtcp_config.h', 112 'source/rtp_rtcp_config.h',
112 'source/rtp_rtcp_impl.cc', 113 'source/rtp_rtcp_impl.cc',
113 'source/rtp_rtcp_impl.h', 114 'source/rtp_rtcp_impl.h',
(...skipping 20 matching lines...) Expand all
134 'source/forward_error_correction.cc', 135 'source/forward_error_correction.cc',
135 'source/forward_error_correction.h', 136 'source/forward_error_correction.h',
136 'source/forward_error_correction_internal.cc', 137 'source/forward_error_correction_internal.cc',
137 'source/forward_error_correction_internal.h', 138 'source/forward_error_correction_internal.h',
138 'source/h264_bitstream_parser.cc', 139 'source/h264_bitstream_parser.cc',
139 'source/h264_bitstream_parser.h', 140 'source/h264_bitstream_parser.h',
140 'source/h264_sps_parser.cc', 141 'source/h264_sps_parser.cc',
141 'source/h264_sps_parser.h', 142 'source/h264_sps_parser.h',
142 'source/producer_fec.cc', 143 'source/producer_fec.cc',
143 'source/producer_fec.h', 144 'source/producer_fec.h',
145 'source/rtp_header_extensions.cc',
144 'source/rtp_packet_history.cc', 146 'source/rtp_packet_history.cc',
145 'source/rtp_packet_history.h', 147 'source/rtp_packet_history.h',
146 'source/rtp_payload_registry.cc', 148 'source/rtp_payload_registry.cc',
147 'source/rtp_receiver_strategy.cc', 149 'source/rtp_receiver_strategy.cc',
148 'source/rtp_receiver_strategy.h', 150 'source/rtp_receiver_strategy.h',
149 'source/rtp_receiver_video.cc', 151 'source/rtp_receiver_video.cc',
150 'source/rtp_receiver_video.h', 152 'source/rtp_receiver_video.h',
151 'source/rtp_sender_video.cc', 153 'source/rtp_sender_video.cc',
152 'source/rtp_sender_video.h', 154 'source/rtp_sender_video.h',
153 'source/video_codec_information.h', 155 'source/video_codec_information.h',
(...skipping 11 matching lines...) Expand all
165 'source/vp8_partition_aggregator.h', 167 'source/vp8_partition_aggregator.h',
166 # Mocks 168 # Mocks
167 'mocks/mock_rtp_rtcp.h', 169 'mocks/mock_rtp_rtcp.h',
168 'source/mock/mock_rtp_payload_strategy.h', 170 'source/mock/mock_rtp_payload_strategy.h',
169 ], # source 171 ], # source
170 # TODO(jschuh): Bug 1348: fix size_t to int truncations. 172 # TODO(jschuh): Bug 1348: fix size_t to int truncations.
171 'msvs_disabled_warnings': [ 4267, ], 173 'msvs_disabled_warnings': [ 4267, ],
172 }, 174 },
173 ], 175 ],
174 } 176 }
OLDNEW
« no previous file with comments | « webrtc/modules/rtp_rtcp/include/rtp_rtcp.h ('k') | webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698