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

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

Issue 1841453004: RtpPacket class introduced. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: added empty lines 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
« no previous file with comments | « webrtc/modules/rtp_rtcp/BUILD.gn ('k') | webrtc/modules/rtp_rtcp/source/rtp_header_extension.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 17 matching lines...) Expand all
28 'source/bitrate.cc', 28 'source/bitrate.cc',
29 'source/bitrate.h', 29 'source/bitrate.h',
30 'source/byte_io.h', 30 'source/byte_io.h',
31 'source/fec_receiver_impl.cc', 31 'source/fec_receiver_impl.cc',
32 'source/fec_receiver_impl.h', 32 'source/fec_receiver_impl.h',
33 'source/packet_loss_stats.cc', 33 'source/packet_loss_stats.cc',
34 'source/packet_loss_stats.h', 34 'source/packet_loss_stats.h',
35 'source/receive_statistics_impl.cc', 35 'source/receive_statistics_impl.cc',
36 'source/receive_statistics_impl.h', 36 'source/receive_statistics_impl.h',
37 'source/remote_ntp_time_estimator.cc', 37 'source/remote_ntp_time_estimator.cc',
38 'source/rtp_header_parser.cc',
39 'source/rtp_rtcp_config.h',
40 'source/rtp_rtcp_impl.cc',
41 'source/rtp_rtcp_impl.h',
42 'source/rtcp_packet.cc', 38 'source/rtcp_packet.cc',
43 'source/rtcp_packet.h', 39 'source/rtcp_packet.h',
44 'source/rtcp_packet/app.cc', 40 'source/rtcp_packet/app.cc',
45 'source/rtcp_packet/app.h', 41 'source/rtcp_packet/app.h',
46 'source/rtcp_packet/bye.cc', 42 'source/rtcp_packet/bye.cc',
47 'source/rtcp_packet/bye.h', 43 'source/rtcp_packet/bye.h',
48 'source/rtcp_packet/common_header.cc', 44 'source/rtcp_packet/common_header.cc',
49 'source/rtcp_packet/common_header.h', 45 'source/rtcp_packet/common_header.h',
50 'source/rtcp_packet/compound_packet.cc', 46 'source/rtcp_packet/compound_packet.cc',
51 'source/rtcp_packet/compound_packet.h', 47 'source/rtcp_packet/compound_packet.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'source/rtcp_receiver.cc', 92 'source/rtcp_receiver.cc',
97 'source/rtcp_receiver.h', 93 'source/rtcp_receiver.h',
98 'source/rtcp_receiver_help.cc', 94 'source/rtcp_receiver_help.cc',
99 'source/rtcp_receiver_help.h', 95 'source/rtcp_receiver_help.h',
100 'source/rtcp_sender.cc', 96 'source/rtcp_sender.cc',
101 'source/rtcp_sender.h', 97 'source/rtcp_sender.h',
102 'source/rtcp_utility.cc', 98 'source/rtcp_utility.cc',
103 'source/rtcp_utility.h', 99 'source/rtcp_utility.h',
104 'source/rtp_header_extension.cc', 100 'source/rtp_header_extension.cc',
105 'source/rtp_header_extension.h', 101 'source/rtp_header_extension.h',
102 'source/rtp_header_extensions.cc',
103 'source/rtp_header_extensions.h',
104 'source/rtp_header_parser.cc',
105 'source/rtp_packet.cc',
106 'source/rtp_packet.h',
107 'source/rtp_packet_received.h',
108 'source/rtp_packet_to_send.h',
106 'source/rtp_receiver_impl.cc', 109 'source/rtp_receiver_impl.cc',
107 'source/rtp_receiver_impl.h', 110 'source/rtp_receiver_impl.h',
111 'source/rtp_rtcp_config.h',
112 'source/rtp_rtcp_impl.cc',
113 'source/rtp_rtcp_impl.h',
108 'source/rtp_sender.cc', 114 'source/rtp_sender.cc',
109 'source/rtp_sender.h', 115 'source/rtp_sender.h',
110 'source/rtp_utility.cc', 116 'source/rtp_utility.cc',
111 'source/rtp_utility.h', 117 'source/rtp_utility.h',
112 'source/ssrc_database.cc', 118 'source/ssrc_database.cc',
113 'source/ssrc_database.h', 119 'source/ssrc_database.h',
114 'source/time_util.cc', 120 'source/time_util.cc',
115 'source/time_util.h', 121 'source/time_util.h',
116 'source/tmmbr_help.cc', 122 'source/tmmbr_help.cc',
117 'source/tmmbr_help.h', 123 'source/tmmbr_help.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'source/vp8_partition_aggregator.h', 165 'source/vp8_partition_aggregator.h',
160 # Mocks 166 # Mocks
161 'mocks/mock_rtp_rtcp.h', 167 'mocks/mock_rtp_rtcp.h',
162 'source/mock/mock_rtp_payload_strategy.h', 168 'source/mock/mock_rtp_payload_strategy.h',
163 ], # source 169 ], # source
164 # TODO(jschuh): Bug 1348: fix size_t to int truncations. 170 # TODO(jschuh): Bug 1348: fix size_t to int truncations.
165 'msvs_disabled_warnings': [ 4267, ], 171 'msvs_disabled_warnings': [ 4267, ],
166 }, 172 },
167 ], 173 ],
168 } 174 }
OLDNEW
« no previous file with comments | « webrtc/modules/rtp_rtcp/BUILD.gn ('k') | webrtc/modules/rtp_rtcp/source/rtp_header_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698