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

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

Issue 2269903002: Add FlexFEC header formatters. (pt. 5) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@header_reader_writer-pt4-generalize_header_formatting
Patch Set: Change gmock/gtest paths. Created 4 years, 2 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 # Audio Files 125 # Audio Files
126 'source/dtmf_queue.cc', 126 'source/dtmf_queue.cc',
127 'source/dtmf_queue.h', 127 'source/dtmf_queue.h',
128 'source/rtp_receiver_audio.cc', 128 'source/rtp_receiver_audio.cc',
129 'source/rtp_receiver_audio.h', 129 'source/rtp_receiver_audio.h',
130 'source/rtp_sender_audio.cc', 130 'source/rtp_sender_audio.cc',
131 'source/rtp_sender_audio.h', 131 'source/rtp_sender_audio.h',
132 # Video Files 132 # Video Files
133 'source/fec_private_tables_random.h', 133 'source/fec_private_tables_random.h',
134 'source/fec_private_tables_bursty.h', 134 'source/fec_private_tables_bursty.h',
135 'source/flexfec_header_reader_writer.cc',
136 'source/flexfec_header_reader_writer.h',
135 'source/forward_error_correction.cc', 137 'source/forward_error_correction.cc',
136 'source/forward_error_correction.h', 138 'source/forward_error_correction.h',
137 'source/forward_error_correction_internal.cc', 139 'source/forward_error_correction_internal.cc',
138 'source/forward_error_correction_internal.h', 140 'source/forward_error_correction_internal.h',
139 'source/producer_fec.cc', 141 'source/producer_fec.cc',
140 'source/producer_fec.h', 142 'source/producer_fec.h',
141 'source/rtp_packet_history.cc', 143 'source/rtp_packet_history.cc',
142 'source/rtp_packet_history.h', 144 'source/rtp_packet_history.h',
143 'source/rtp_payload_registry.cc', 145 'source/rtp_payload_registry.cc',
144 'source/rtp_receiver_strategy.cc', 146 'source/rtp_receiver_strategy.cc',
(...skipping 26 matching lines...) Expand all
171 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], 173 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ],
172 }, { 174 }, {
173 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], 175 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ],
174 }], 176 }],
175 ], 177 ],
176 # TODO(jschuh): Bug 1348: fix size_t to int truncations. 178 # TODO(jschuh): Bug 1348: fix size_t to int truncations.
177 'msvs_disabled_warnings': [ 4267, ], 179 'msvs_disabled_warnings': [ 4267, ],
178 }, 180 },
179 ], 181 ],
180 } 182 }
OLDNEW
« no previous file with comments | « webrtc/modules/rtp_rtcp/BUILD.gn ('k') | webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698