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

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

Issue 2290593002: Fix Chromium clang plugin warnings (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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'tools/neteq_packet_source_input.cc', 239 'tools/neteq_packet_source_input.cc',
240 'tools/neteq_packet_source_input.h', 240 'tools/neteq_packet_source_input.h',
241 'tools/neteq_replacement_input.cc', 241 'tools/neteq_replacement_input.cc',
242 'tools/neteq_replacement_input.h', 242 'tools/neteq_replacement_input.h',
243 'tools/neteq_test.cc', 243 'tools/neteq_test.cc',
244 'tools/neteq_test.h', 244 'tools/neteq_test.h',
245 'tools/output_audio_file.h', 245 'tools/output_audio_file.h',
246 'tools/output_wav_file.h', 246 'tools/output_wav_file.h',
247 'tools/packet.cc', 247 'tools/packet.cc',
248 'tools/packet.h', 248 'tools/packet.h',
249 'tools/packet_source.cc',
249 'tools/packet_source.h', 250 'tools/packet_source.h',
250 'tools/resample_input_audio_file.cc', 251 'tools/resample_input_audio_file.cc',
251 'tools/resample_input_audio_file.h', 252 'tools/resample_input_audio_file.h',
252 'tools/rtp_file_source.cc', 253 'tools/rtp_file_source.cc',
253 'tools/rtp_file_source.h', 254 'tools/rtp_file_source.h',
254 'tools/rtp_generator.cc', 255 'tools/rtp_generator.cc',
255 'tools/rtp_generator.h', 256 'tools/rtp_generator.h',
256 ], 257 ],
257 }, # neteq_unittest_tools 258 }, # neteq_unittest_tools
258 ], # targets 259 ], # targets
259 }], # include_tests 260 }], # include_tests
260 ], # conditions 261 ], # conditions
261 } 262 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/acm2/acm_receive_test_oldapi.cc ('k') | webrtc/modules/audio_coding/neteq/tools/packet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698