OLD | NEW |
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 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 import("//build/config/arm.gni") | 9 import("//build/config/arm.gni") |
10 import("//third_party/protobuf/proto_library.gni") | 10 import("//third_party/protobuf/proto_library.gni") |
(...skipping 20 matching lines...) Expand all Loading... |
31 "aec/aec_resampler.h", | 31 "aec/aec_resampler.h", |
32 "aec/echo_cancellation.c", | 32 "aec/echo_cancellation.c", |
33 "aec/echo_cancellation_internal.h", | 33 "aec/echo_cancellation_internal.h", |
34 "aec/include/echo_cancellation.h", | 34 "aec/include/echo_cancellation.h", |
35 "aecm/aecm_core.c", | 35 "aecm/aecm_core.c", |
36 "aecm/aecm_core.h", | 36 "aecm/aecm_core.h", |
37 "aecm/echo_control_mobile.c", | 37 "aecm/echo_control_mobile.c", |
38 "aecm/include/echo_control_mobile.h", | 38 "aecm/include/echo_control_mobile.h", |
39 "agc/agc.cc", | 39 "agc/agc.cc", |
40 "agc/agc.h", | 40 "agc/agc.h", |
| 41 "agc/agc_audio_proc.cc", |
| 42 "agc/agc_audio_proc.h", |
| 43 "agc/agc_audio_proc_internal.h", |
41 "agc/agc_manager_direct.cc", | 44 "agc/agc_manager_direct.cc", |
42 "agc/agc_manager_direct.h", | 45 "agc/agc_manager_direct.h", |
| 46 "agc/circular_buffer.cc", |
| 47 "agc/circular_buffer.h", |
| 48 "agc/common.h", |
43 "agc/gain_map_internal.h", | 49 "agc/gain_map_internal.h", |
| 50 "agc/gmm.cc", |
| 51 "agc/gmm.h", |
44 "agc/histogram.cc", | 52 "agc/histogram.cc", |
45 "agc/histogram.h", | 53 "agc/histogram.h", |
46 "agc/legacy/analog_agc.c", | 54 "agc/legacy/analog_agc.c", |
47 "agc/legacy/analog_agc.h", | 55 "agc/legacy/analog_agc.h", |
48 "agc/legacy/digital_agc.c", | 56 "agc/legacy/digital_agc.c", |
49 "agc/legacy/digital_agc.h", | 57 "agc/legacy/digital_agc.h", |
50 "agc/legacy/gain_control.h", | 58 "agc/legacy/gain_control.h", |
| 59 "agc/noise_gmm_tables.h", |
| 60 "agc/pitch_based_vad.cc", |
| 61 "agc/pitch_based_vad.h", |
| 62 "agc/pitch_internal.cc", |
| 63 "agc/pitch_internal.h", |
| 64 "agc/pole_zero_filter.cc", |
| 65 "agc/pole_zero_filter.h", |
| 66 "agc/standalone_vad.cc", |
| 67 "agc/standalone_vad.h", |
51 "agc/utility.cc", | 68 "agc/utility.cc", |
52 "agc/utility.h", | 69 "agc/utility.h", |
| 70 "agc/voice_gmm_tables.h", |
53 "audio_buffer.cc", | 71 "audio_buffer.cc", |
54 "audio_buffer.h", | 72 "audio_buffer.h", |
55 "audio_processing_impl.cc", | 73 "audio_processing_impl.cc", |
56 "audio_processing_impl.h", | 74 "audio_processing_impl.h", |
57 "beamformer/beamformer.h", | 75 "beamformer/beamformer.h", |
58 "beamformer/complex_matrix.h", | 76 "beamformer/complex_matrix.h", |
59 "beamformer/covariance_matrix_generator.cc", | 77 "beamformer/covariance_matrix_generator.cc", |
60 "beamformer/covariance_matrix_generator.h", | 78 "beamformer/covariance_matrix_generator.h", |
61 "beamformer/matrix.h", | 79 "beamformer/matrix.h", |
62 "beamformer/nonlinear_beamformer.cc", | 80 "beamformer/nonlinear_beamformer.cc", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 "transient/wpd_node.h", | 118 "transient/wpd_node.h", |
101 "transient/wpd_tree.cc", | 119 "transient/wpd_tree.cc", |
102 "transient/wpd_tree.h", | 120 "transient/wpd_tree.h", |
103 "typing_detection.cc", | 121 "typing_detection.cc", |
104 "typing_detection.h", | 122 "typing_detection.h", |
105 "utility/delay_estimator.c", | 123 "utility/delay_estimator.c", |
106 "utility/delay_estimator.h", | 124 "utility/delay_estimator.h", |
107 "utility/delay_estimator_internal.h", | 125 "utility/delay_estimator_internal.h", |
108 "utility/delay_estimator_wrapper.c", | 126 "utility/delay_estimator_wrapper.c", |
109 "utility/delay_estimator_wrapper.h", | 127 "utility/delay_estimator_wrapper.h", |
110 "vad/common.h", | |
111 "vad/gmm.cc", | |
112 "vad/gmm.h", | |
113 "vad/noise_gmm_tables.h", | |
114 "vad/pitch_based_vad.cc", | |
115 "vad/pitch_based_vad.h", | |
116 "vad/pitch_internal.cc", | |
117 "vad/pitch_internal.h", | |
118 "vad/pole_zero_filter.cc", | |
119 "vad/pole_zero_filter.h", | |
120 "vad/standalone_vad.cc", | |
121 "vad/standalone_vad.h", | |
122 "vad/vad_audio_proc.cc", | |
123 "vad/vad_audio_proc.h", | |
124 "vad/vad_audio_proc_internal.h", | |
125 "vad/vad_circular_buffer.cc", | |
126 "vad/vad_circular_buffer.h", | |
127 "vad/voice_activity_detector.cc", | |
128 "vad/voice_activity_detector.h", | |
129 "vad/voice_gmm_tables.h", | |
130 "voice_detection_impl.cc", | 128 "voice_detection_impl.cc", |
131 "voice_detection_impl.h", | 129 "voice_detection_impl.h", |
132 ] | 130 ] |
133 | 131 |
134 configs += [ "../..:common_config" ] | 132 configs += [ "../..:common_config" ] |
135 public_configs = [ "../..:common_inherited_config" ] | 133 public_configs = [ "../..:common_inherited_config" ] |
136 | 134 |
137 defines = [] | 135 defines = [] |
138 deps = [ | 136 deps = [ |
139 "../..:webrtc_common", | 137 "../..:webrtc_common", |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 } | 269 } |
272 | 270 |
273 configs += [ "../..:common_config" ] | 271 configs += [ "../..:common_config" ] |
274 public_configs = [ "../..:common_inherited_config" ] | 272 public_configs = [ "../..:common_inherited_config" ] |
275 | 273 |
276 deps = [ | 274 deps = [ |
277 "../../common_audio", | 275 "../../common_audio", |
278 ] | 276 ] |
279 } | 277 } |
280 } | 278 } |
OLD | NEW |