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

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

Issue 1398473004: Changed queue implementation to the proposed vector-based solution. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@lock_unittest_CL
Patch Set: Changes in response to reviewer comments Created 5 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
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'intelligibility/intelligibility_enhancer.h', 85 'intelligibility/intelligibility_enhancer.h',
86 'intelligibility/intelligibility_utils.cc', 86 'intelligibility/intelligibility_utils.cc',
87 'intelligibility/intelligibility_utils.h', 87 'intelligibility/intelligibility_utils.h',
88 'level_estimator_impl.cc', 88 'level_estimator_impl.cc',
89 'level_estimator_impl.h', 89 'level_estimator_impl.h',
90 'logging/aec_logging.h', 90 'logging/aec_logging.h',
91 'logging/aec_logging_file_handling.cc', 91 'logging/aec_logging_file_handling.cc',
92 'logging/aec_logging_file_handling.h', 92 'logging/aec_logging_file_handling.h',
93 'noise_suppression_impl.cc', 93 'noise_suppression_impl.cc',
94 'noise_suppression_impl.h', 94 'noise_suppression_impl.h',
95 'swap_queue.h',
95 'processing_component.cc', 96 'processing_component.cc',
96 'processing_component.h', 97 'processing_component.h',
97 'rms_level.cc', 98 'rms_level.cc',
98 'rms_level.h', 99 'rms_level.h',
99 'splitting_filter.cc', 100 'splitting_filter.cc',
100 'splitting_filter.h', 101 'splitting_filter.h',
101 'three_band_filter_bank.cc', 102 'three_band_filter_bank.cc',
102 'three_band_filter_bank.h', 103 'three_band_filter_bank.h',
103 'transient/common.h', 104 'transient/common.h',
104 'transient/daubechies_8_wavelet_coeffs.h', 105 'transient/daubechies_8_wavelet_coeffs.h',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'sources': [ 266 'sources': [
266 'aec/aec_core_neon.c', 267 'aec/aec_core_neon.c',
267 'aec/aec_rdft_neon.c', 268 'aec/aec_rdft_neon.c',
268 'aecm/aecm_core_neon.c', 269 'aecm/aecm_core_neon.c',
269 'ns/nsx_core_neon.c', 270 'ns/nsx_core_neon.c',
270 ], 271 ],
271 }], 272 }],
272 }], 273 }],
273 ], 274 ],
274 } 275 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698