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

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

Issue 2363993002: ACM: Removed the code for InitialDelayManager (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « webrtc/modules/audio_coding/acm2/initial_delay_manager_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 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 'includes': [ 10 'includes': [
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'acm2/acm_common_defs.h', 173 'acm2/acm_common_defs.h',
174 'acm2/acm_receiver.cc', 174 'acm2/acm_receiver.cc',
175 'acm2/acm_receiver.h', 175 'acm2/acm_receiver.h',
176 'acm2/acm_resampler.cc', 176 'acm2/acm_resampler.cc',
177 'acm2/acm_resampler.h', 177 'acm2/acm_resampler.h',
178 'acm2/audio_coding_module.cc', 178 'acm2/audio_coding_module.cc',
179 'acm2/call_statistics.cc', 179 'acm2/call_statistics.cc',
180 'acm2/call_statistics.h', 180 'acm2/call_statistics.h',
181 'acm2/codec_manager.cc', 181 'acm2/codec_manager.cc',
182 'acm2/codec_manager.h', 182 'acm2/codec_manager.h',
183 'acm2/initial_delay_manager.cc',
184 'acm2/initial_delay_manager.h',
185 'include/audio_coding_module.h', 183 'include/audio_coding_module.h',
186 'include/audio_coding_module_typedefs.h', 184 'include/audio_coding_module_typedefs.h',
187 ], 185 ],
188 }, 186 },
189 ], 187 ],
190 'conditions': [ 188 'conditions': [
191 ['include_opus==1', { 189 ['include_opus==1', {
192 'includes': ['codecs/opus/opus.gypi',], 190 'includes': ['codecs/opus/opus.gypi',],
193 }], 191 }],
194 ], 192 ],
195 } 193 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/acm2/initial_delay_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698