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

Side by Side Diff: webrtc/modules/BUILD.gn

Issue 2415403002: Introduced the new parameter setting scheme for activating the high-pass filter in APM (Closed)
Patch Set: Changes in response to reviewer comments Created 4 years 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) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 sources += [ 593 sources += [
594 "audio_processing/audio_processing_impl_locking_unittest.cc", 594 "audio_processing/audio_processing_impl_locking_unittest.cc",
595 "audio_processing/audio_processing_impl_unittest.cc", 595 "audio_processing/audio_processing_impl_unittest.cc",
596 "audio_processing/audio_processing_unittest.cc", 596 "audio_processing/audio_processing_unittest.cc",
597 "audio_processing/echo_cancellation_bit_exact_unittest.cc", 597 "audio_processing/echo_cancellation_bit_exact_unittest.cc",
598 "audio_processing/echo_control_mobile_unittest.cc", 598 "audio_processing/echo_control_mobile_unittest.cc",
599 "audio_processing/echo_detector/circular_buffer_unittest.cc", 599 "audio_processing/echo_detector/circular_buffer_unittest.cc",
600 "audio_processing/echo_detector/mean_variance_estimator_unittest.cc", 600 "audio_processing/echo_detector/mean_variance_estimator_unittest.cc",
601 "audio_processing/echo_detector/normalized_covariance_estimator_unittest .cc", 601 "audio_processing/echo_detector/normalized_covariance_estimator_unittest .cc",
602 "audio_processing/gain_control_unittest.cc", 602 "audio_processing/gain_control_unittest.cc",
603 "audio_processing/high_pass_filter_unittest.cc",
604 "audio_processing/level_controller/level_controller_unittest.cc", 603 "audio_processing/level_controller/level_controller_unittest.cc",
605 "audio_processing/level_estimator_unittest.cc", 604 "audio_processing/level_estimator_unittest.cc",
605 "audio_processing/low_cut_filter_unittest.cc",
606 "audio_processing/noise_suppression_unittest.cc", 606 "audio_processing/noise_suppression_unittest.cc",
607 "audio_processing/residual_echo_detector_unittest.cc", 607 "audio_processing/residual_echo_detector_unittest.cc",
608 "audio_processing/test/bitexactness_tools.cc", 608 "audio_processing/test/bitexactness_tools.cc",
609 "audio_processing/test/bitexactness_tools.h", 609 "audio_processing/test/bitexactness_tools.h",
610 "audio_processing/test/debug_dump_replayer.cc", 610 "audio_processing/test/debug_dump_replayer.cc",
611 "audio_processing/test/debug_dump_replayer.h", 611 "audio_processing/test/debug_dump_replayer.h",
612 "audio_processing/test/debug_dump_test.cc", 612 "audio_processing/test/debug_dump_test.cc",
613 "audio_processing/test/test_utils.h", 613 "audio_processing/test/test_utils.h",
614 "audio_processing/voice_detection_unittest.cc", 614 "audio_processing/voice_detection_unittest.cc",
615 ] 615 ]
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 "../test:test_common", 746 "../test:test_common",
747 "../test:test_support_main", 747 "../test:test_support_main",
748 "remote_bitrate_estimator:bwe_simulator_lib", 748 "remote_bitrate_estimator:bwe_simulator_lib",
749 "video_capture", 749 "video_capture",
750 "//testing/gmock", 750 "//testing/gmock",
751 "//testing/gtest", 751 "//testing/gtest",
752 "//third_party/gflags", 752 "//third_party/gflags",
753 ] 753 ]
754 } 754 }
755 } 755 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/webrtcvoiceengine_unittest.cc ('k') | webrtc/modules/audio_processing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698