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

Side by Side Diff: webrtc/modules/audio_coding/neteq/neteq.gypi

Issue 2328483002: Revert of Setting up an RTP input fuzzer for NetEq (Closed)
Patch Set: Created 4 years, 3 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) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 'variables': { 10 'variables': {
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'tools', 224 'tools',
225 ], 225 ],
226 'sources': [ 226 'sources': [
227 'tools/audio_checksum.h', 227 'tools/audio_checksum.h',
228 'tools/audio_loop.cc', 228 'tools/audio_loop.cc',
229 'tools/audio_loop.h', 229 'tools/audio_loop.h',
230 'tools/audio_sink.h', 230 'tools/audio_sink.h',
231 'tools/audio_sink.cc', 231 'tools/audio_sink.cc',
232 'tools/constant_pcm_packet_source.cc', 232 'tools/constant_pcm_packet_source.cc',
233 'tools/constant_pcm_packet_source.h', 233 'tools/constant_pcm_packet_source.h',
234 'tools/encode_neteq_input.cc',
235 'tools/encode_neteq_input.h',
236 'tools/fake_decode_from_file.cc', 234 'tools/fake_decode_from_file.cc',
237 'tools/fake_decode_from_file.h', 235 'tools/fake_decode_from_file.h',
238 'tools/input_audio_file.cc', 236 'tools/input_audio_file.cc',
239 'tools/input_audio_file.h', 237 'tools/input_audio_file.h',
240 'tools/neteq_input.h', 238 'tools/neteq_input.h',
241 'tools/neteq_packet_source_input.cc', 239 'tools/neteq_packet_source_input.cc',
242 'tools/neteq_packet_source_input.h', 240 'tools/neteq_packet_source_input.h',
243 'tools/neteq_replacement_input.cc', 241 'tools/neteq_replacement_input.cc',
244 'tools/neteq_replacement_input.h', 242 'tools/neteq_replacement_input.h',
245 'tools/neteq_test.cc', 243 'tools/neteq_test.cc',
246 'tools/neteq_test.h', 244 'tools/neteq_test.h',
247 'tools/output_audio_file.h', 245 'tools/output_audio_file.h',
248 'tools/output_wav_file.h', 246 'tools/output_wav_file.h',
249 'tools/packet.cc', 247 'tools/packet.cc',
250 'tools/packet.h', 248 'tools/packet.h',
251 'tools/packet_source.cc', 249 'tools/packet_source.cc',
252 'tools/packet_source.h', 250 'tools/packet_source.h',
253 'tools/resample_input_audio_file.cc', 251 'tools/resample_input_audio_file.cc',
254 'tools/resample_input_audio_file.h', 252 'tools/resample_input_audio_file.h',
255 'tools/rtp_file_source.cc', 253 'tools/rtp_file_source.cc',
256 'tools/rtp_file_source.h', 254 'tools/rtp_file_source.h',
257 'tools/rtp_generator.cc', 255 'tools/rtp_generator.cc',
258 'tools/rtp_generator.h', 256 'tools/rtp_generator.h',
259 ], 257 ],
260 }, # neteq_unittest_tools 258 }, # neteq_unittest_tools
261 ], # targets 259 ], # targets
262 }], # include_tests 260 }], # include_tests
263 ], # conditions 261 ], # conditions
264 } 262 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | webrtc/modules/audio_coding/neteq/tools/encode_neteq_input.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698