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

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

Issue 1772553002: Removed the ProcessingComponent class (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@RemoveComponentFromAGC_CL
Patch Set: Fixed changed include Created 4 years, 9 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'intelligibility/intelligibility_enhancer.h', 89 'intelligibility/intelligibility_enhancer.h',
90 'intelligibility/intelligibility_utils.cc', 90 'intelligibility/intelligibility_utils.cc',
91 'intelligibility/intelligibility_utils.h', 91 'intelligibility/intelligibility_utils.h',
92 'level_estimator_impl.cc', 92 'level_estimator_impl.cc',
93 'level_estimator_impl.h', 93 'level_estimator_impl.h',
94 'logging/aec_logging.h', 94 'logging/aec_logging.h',
95 'logging/aec_logging_file_handling.cc', 95 'logging/aec_logging_file_handling.cc',
96 'logging/aec_logging_file_handling.h', 96 'logging/aec_logging_file_handling.h',
97 'noise_suppression_impl.cc', 97 'noise_suppression_impl.cc',
98 'noise_suppression_impl.h', 98 'noise_suppression_impl.h',
99 'processing_component.cc', 99 'render_queue_item_verifier.h',
100 'processing_component.h',
101 'rms_level.cc', 100 'rms_level.cc',
102 'rms_level.h', 101 'rms_level.h',
103 'splitting_filter.cc', 102 'splitting_filter.cc',
104 'splitting_filter.h', 103 'splitting_filter.h',
105 'three_band_filter_bank.cc', 104 'three_band_filter_bank.cc',
106 'three_band_filter_bank.h', 105 'three_band_filter_bank.h',
107 'transient/common.h', 106 'transient/common.h',
108 'transient/daubechies_8_wavelet_coeffs.h', 107 'transient/daubechies_8_wavelet_coeffs.h',
109 'transient/dyadic_decimator.h', 108 'transient/dyadic_decimator.h',
110 'transient/moving_moments.cc', 109 'transient/moving_moments.cc',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'sources': [ 268 'sources': [
270 'aec/aec_core_neon.cc', 269 'aec/aec_core_neon.cc',
271 'aec/aec_rdft_neon.c', 270 'aec/aec_rdft_neon.c',
272 'aecm/aecm_core_neon.c', 271 'aecm/aecm_core_neon.c',
273 'ns/nsx_core_neon.c', 272 'ns/nsx_core_neon.c',
274 ], 273 ],
275 }], 274 }],
276 }], 275 }],
277 ], 276 ],
278 } 277 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/BUILD.gn ('k') | webrtc/modules/audio_processing/audio_processing_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698