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

Side by Side Diff: webrtc/modules/audio_coding/main/audio_coding_module.gypi

Issue 1428613004: Revert of Prevent Opus DTX from generating intermittent noise during silence (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '../../include', 84 '../../include',
85 '<(webrtc_root)', 85 '<(webrtc_root)',
86 ], 86 ],
87 'direct_dependent_settings': { 87 'direct_dependent_settings': {
88 'include_dirs': [ 88 'include_dirs': [
89 'include', 89 'include',
90 '../../include', 90 '../../include',
91 '<(webrtc_root)', 91 '<(webrtc_root)',
92 ], 92 ],
93 }, 93 },
94 'conditions': [
95 ['include_opus==1', {
96 'export_dependent_settings': ['webrtc_opus'],
97 }],
98 ],
99 'sources': [ 94 'sources': [
100 'acm2/acm_common_defs.h', 95 'acm2/acm_common_defs.h',
101 'acm2/acm_receiver.cc', 96 'acm2/acm_receiver.cc',
102 'acm2/acm_receiver.h', 97 'acm2/acm_receiver.h',
103 'acm2/acm_resampler.cc', 98 'acm2/acm_resampler.cc',
104 'acm2/acm_resampler.h', 99 'acm2/acm_resampler.h',
105 'acm2/audio_coding_module.cc', 100 'acm2/audio_coding_module.cc',
106 'acm2/audio_coding_module_impl.cc', 101 'acm2/audio_coding_module_impl.cc',
107 'acm2/audio_coding_module_impl.h', 102 'acm2/audio_coding_module_impl.h',
108 'acm2/call_statistics.cc', 103 'acm2/call_statistics.cc',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'sources': [ 184 'sources': [
190 'test/insert_packet_with_timing.cc', 185 'test/insert_packet_with_timing.cc',
191 'test/Channel.cc', 186 'test/Channel.cc',
192 'test/PCMFile.cc', 187 'test/PCMFile.cc',
193 ], 188 ],
194 }, # delay_test 189 }, # delay_test
195 ], 190 ],
196 }], 191 }],
197 ], 192 ],
198 } 193 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc ('k') | webrtc/voice_engine/test/auto_test/voe_output_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698