| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "voice_detection_impl.cc", | 231 "voice_detection_impl.cc", |
| 232 "voice_detection_impl.h", | 232 "voice_detection_impl.h", |
| 233 ] | 233 ] |
| 234 | 234 |
| 235 defines = [] | 235 defines = [] |
| 236 deps = [ | 236 deps = [ |
| 237 ":aec_dump_interface", | 237 ":aec_dump_interface", |
| 238 "..:module_api", | 238 "..:module_api", |
| 239 "../..:webrtc_common", | 239 "../..:webrtc_common", |
| 240 "../../api:array_view", | 240 "../../api:array_view", |
| 241 "../../api:optional", |
| 241 "../../audio/utility:audio_frame_operations", | 242 "../../audio/utility:audio_frame_operations", |
| 242 "../../rtc_base:gtest_prod", | 243 "../../rtc_base:gtest_prod", |
| 243 "../../rtc_base:protobuf_utils", | 244 "../../rtc_base:protobuf_utils", |
| 244 "../audio_coding:isac", | 245 "../audio_coding:isac", |
| 245 ] | 246 ] |
| 246 public_deps = [ | 247 public_deps = [ |
| 247 ":audio_processing_c", | 248 ":audio_processing_c", |
| 248 ] | 249 ] |
| 249 | 250 |
| 250 if (apm_debug_dump) { | 251 if (apm_debug_dump) { |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 "vad/vad_circular_buffer_unittest.cc", | 547 "vad/vad_circular_buffer_unittest.cc", |
| 547 "vad/voice_activity_detector_unittest.cc", | 548 "vad/voice_activity_detector_unittest.cc", |
| 548 ] | 549 ] |
| 549 | 550 |
| 550 deps = [ | 551 deps = [ |
| 551 ":audio_processing", | 552 ":audio_processing", |
| 552 ":audioproc_test_utils", | 553 ":audioproc_test_utils", |
| 553 "..:module_api", | 554 "..:module_api", |
| 554 "../..:webrtc_common", | 555 "../..:webrtc_common", |
| 555 "../../api:array_view", | 556 "../../api:array_view", |
| 557 "../../api:optional", |
| 556 "../../common_audio:common_audio", | 558 "../../common_audio:common_audio", |
| 557 "../../rtc_base:gtest_prod", | 559 "../../rtc_base:gtest_prod", |
| 558 "../../rtc_base:protobuf_utils", | 560 "../../rtc_base:protobuf_utils", |
| 559 "../../rtc_base:rtc_base", | 561 "../../rtc_base:rtc_base", |
| 560 "../../rtc_base:rtc_base_approved", | 562 "../../rtc_base:rtc_base_approved", |
| 561 "../../system_wrappers:system_wrappers", | 563 "../../system_wrappers:system_wrappers", |
| 562 "../../test:test_support", | 564 "../../test:test_support", |
| 563 "../audio_coding:neteq_tools", | 565 "../audio_coding:neteq_tools", |
| 564 "aec_dump:mock_aec_dump_unittests", | 566 "aec_dump:mock_aec_dump_unittests", |
| 565 "test/conversational_speech:unittest", | 567 "test/conversational_speech:unittest", |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 "test/audioproc_float.cc", | 742 "test/audioproc_float.cc", |
| 741 "test/wav_based_simulator.cc", | 743 "test/wav_based_simulator.cc", |
| 742 "test/wav_based_simulator.h", | 744 "test/wav_based_simulator.h", |
| 743 ] | 745 ] |
| 744 | 746 |
| 745 deps = [ | 747 deps = [ |
| 746 ":audio_processing", | 748 ":audio_processing", |
| 747 ":audioproc_debug_proto", | 749 ":audioproc_debug_proto", |
| 748 ":audioproc_protobuf_utils", | 750 ":audioproc_protobuf_utils", |
| 749 ":audioproc_test_utils", | 751 ":audioproc_test_utils", |
| 752 "../../api:optional", |
| 750 "../../common_audio:common_audio", | 753 "../../common_audio:common_audio", |
| 751 "../../rtc_base:protobuf_utils", | 754 "../../rtc_base:protobuf_utils", |
| 752 "../../rtc_base:rtc_base_approved", | 755 "../../rtc_base:rtc_base_approved", |
| 753 "../../rtc_base:rtc_task_queue", | 756 "../../rtc_base:rtc_task_queue", |
| 754 "../../system_wrappers", | 757 "../../system_wrappers", |
| 755 "../../system_wrappers:system_wrappers_default", | 758 "../../system_wrappers:system_wrappers_default", |
| 756 "../../test:test_support", | 759 "../../test:test_support", |
| 757 "aec_dump", | 760 "aec_dump", |
| 758 "aec_dump:aec_dump_impl", | 761 "aec_dump:aec_dump_impl", |
| 759 "//testing/gtest", | 762 "//testing/gtest", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 771 "test/simulator_buffers.cc", | 774 "test/simulator_buffers.cc", |
| 772 "test/simulator_buffers.h", | 775 "test/simulator_buffers.h", |
| 773 "test/test_utils.cc", | 776 "test/test_utils.cc", |
| 774 "test/test_utils.h", | 777 "test/test_utils.h", |
| 775 ] | 778 ] |
| 776 | 779 |
| 777 deps = [ | 780 deps = [ |
| 778 ":audio_processing", | 781 ":audio_processing", |
| 779 "..:module_api", | 782 "..:module_api", |
| 780 "../../api:array_view", | 783 "../../api:array_view", |
| 784 "../../api:optional", |
| 781 "../../common_audio", | 785 "../../common_audio", |
| 782 "../../rtc_base:rtc_base_approved", | 786 "../../rtc_base:rtc_base_approved", |
| 783 "../../system_wrappers:system_wrappers", | 787 "../../system_wrappers:system_wrappers", |
| 784 ] | 788 ] |
| 785 } | 789 } |
| 786 | 790 |
| 787 rtc_executable("transient_suppression_test") { | 791 rtc_executable("transient_suppression_test") { |
| 788 testonly = true | 792 testonly = true |
| 789 sources = [ | 793 sources = [ |
| 790 "transient/file_utils.cc", | 794 "transient/file_utils.cc", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 866 | 870 |
| 867 deps = [ | 871 deps = [ |
| 868 ":audioproc_debug_proto", | 872 ":audioproc_debug_proto", |
| 869 "../..:webrtc_common", | 873 "../..:webrtc_common", |
| 870 "../../rtc_base:protobuf_utils", | 874 "../../rtc_base:protobuf_utils", |
| 871 "../../rtc_base:rtc_base_approved", | 875 "../../rtc_base:rtc_base_approved", |
| 872 ] | 876 ] |
| 873 } | 877 } |
| 874 } | 878 } |
| 875 } | 879 } |
| OLD | NEW |