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

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

Issue 2221193004: Migrated GN target :neteq_ilbc_quality_test (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase on top of master. Created 4 years, 4 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 ], 221 ],
222 }, 222 },
223 'include_dirs': [ 223 'include_dirs': [
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/constant_pcm_packet_source.cc', 232 'tools/constant_pcm_packet_source.cc',
232 'tools/constant_pcm_packet_source.h', 233 'tools/constant_pcm_packet_source.h',
233 'tools/fake_decode_from_file.cc', 234 'tools/fake_decode_from_file.cc',
234 'tools/fake_decode_from_file.h', 235 'tools/fake_decode_from_file.h',
235 'tools/input_audio_file.cc', 236 'tools/input_audio_file.cc',
236 'tools/input_audio_file.h', 237 'tools/input_audio_file.h',
237 'tools/neteq_input.h', 238 'tools/neteq_input.h',
238 'tools/neteq_packet_source_input.cc', 239 'tools/neteq_packet_source_input.cc',
239 'tools/neteq_packet_source_input.h', 240 'tools/neteq_packet_source_input.h',
240 'tools/neteq_replacement_input.cc', 241 'tools/neteq_replacement_input.cc',
(...skipping 10 matching lines...) Expand all
251 'tools/rtp_file_source.cc', 252 'tools/rtp_file_source.cc',
252 'tools/rtp_file_source.h', 253 'tools/rtp_file_source.h',
253 'tools/rtp_generator.cc', 254 'tools/rtp_generator.cc',
254 'tools/rtp_generator.h', 255 'tools/rtp_generator.h',
255 ], 256 ],
256 }, # neteq_unittest_tools 257 }, # neteq_unittest_tools
257 ], # targets 258 ], # targets
258 }], # include_tests 259 }], # include_tests
259 ], # conditions 260 ], # conditions
260 } 261 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | webrtc/modules/audio_coding/neteq/neteq_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698