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

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

Issue 1443653004: Move CNG and RED management into the Rent-A-Codec (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Extract subroutine 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'acm2/acm_receiver.h', 102 'acm2/acm_receiver.h',
103 'acm2/acm_resampler.cc', 103 'acm2/acm_resampler.cc',
104 'acm2/acm_resampler.h', 104 'acm2/acm_resampler.h',
105 'acm2/audio_coding_module.cc', 105 'acm2/audio_coding_module.cc',
106 'acm2/audio_coding_module_impl.cc', 106 'acm2/audio_coding_module_impl.cc',
107 'acm2/audio_coding_module_impl.h', 107 'acm2/audio_coding_module_impl.h',
108 'acm2/call_statistics.cc', 108 'acm2/call_statistics.cc',
109 'acm2/call_statistics.h', 109 'acm2/call_statistics.h',
110 'acm2/codec_manager.cc', 110 'acm2/codec_manager.cc',
111 'acm2/codec_manager.h', 111 'acm2/codec_manager.h',
112 'acm2/codec_owner.cc',
113 'acm2/codec_owner.h',
114 'acm2/initial_delay_manager.cc', 112 'acm2/initial_delay_manager.cc',
115 'acm2/initial_delay_manager.h', 113 'acm2/initial_delay_manager.h',
116 'include/audio_coding_module.h', 114 'include/audio_coding_module.h',
117 'include/audio_coding_module_typedefs.h', 115 'include/audio_coding_module_typedefs.h',
118 ], 116 ],
119 }, 117 },
120 ], 118 ],
121 'conditions': [ 119 'conditions': [
122 ['include_tests==1', { 120 ['include_tests==1', {
123 'targets': [ 121 'targets': [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'sources': [ 187 'sources': [
190 'test/insert_packet_with_timing.cc', 188 'test/insert_packet_with_timing.cc',
191 'test/Channel.cc', 189 'test/Channel.cc',
192 'test/PCMFile.cc', 190 'test/PCMFile.cc',
193 ], 191 ],
194 }, # delay_test 192 }, # delay_test
195 ], 193 ],
196 }], 194 }],
197 ], 195 ],
198 } 196 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698