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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 "echo_cancellation_impl.h", | 64 "echo_cancellation_impl.h", |
65 "echo_control_mobile_impl.cc", | 65 "echo_control_mobile_impl.cc", |
66 "echo_control_mobile_impl.h", | 66 "echo_control_mobile_impl.h", |
67 "gain_control_for_experimental_agc.cc", | 67 "gain_control_for_experimental_agc.cc", |
68 "gain_control_for_experimental_agc.h", | 68 "gain_control_for_experimental_agc.h", |
69 "gain_control_impl.cc", | 69 "gain_control_impl.cc", |
70 "gain_control_impl.h", | 70 "gain_control_impl.h", |
71 "high_pass_filter_impl.cc", | 71 "high_pass_filter_impl.cc", |
72 "high_pass_filter_impl.h", | 72 "high_pass_filter_impl.h", |
73 "include/audio_processing.h", | 73 "include/audio_processing.h", |
| 74 "include/config.cc", |
| 75 "include/config.h", |
74 "level_controller/biquad_filter.cc", | 76 "level_controller/biquad_filter.cc", |
75 "level_controller/biquad_filter.h", | 77 "level_controller/biquad_filter.h", |
76 "level_controller/down_sampler.cc", | 78 "level_controller/down_sampler.cc", |
77 "level_controller/down_sampler.h", | 79 "level_controller/down_sampler.h", |
78 "level_controller/gain_applier.cc", | 80 "level_controller/gain_applier.cc", |
79 "level_controller/gain_applier.h", | 81 "level_controller/gain_applier.h", |
80 "level_controller/gain_selector.cc", | 82 "level_controller/gain_selector.cc", |
81 "level_controller/gain_selector.h", | 83 "level_controller/gain_selector.h", |
82 "level_controller/lc_constants.h", | 84 "level_controller/lc_constants.h", |
83 "level_controller/level_controller.cc", | 85 "level_controller/level_controller.cc", |
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 "test/protobuf_utils.cc", | 458 "test/protobuf_utils.cc", |
457 "test/protobuf_utils.h", | 459 "test/protobuf_utils.h", |
458 ] | 460 ] |
459 | 461 |
460 deps = [ | 462 deps = [ |
461 ":audioproc_debug_proto", | 463 ":audioproc_debug_proto", |
462 ] | 464 ] |
463 } | 465 } |
464 } | 466 } |
465 } | 467 } |
OLD | NEW |