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

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

Issue 2644123002: Adding full initial version of delay estimation functionality in echo canceller 3 (Closed)
Patch Set: Created 3 years, 11 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) 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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 ] 589 ]
590 deps += [ 590 deps += [
591 "audio_coding:neteq_unittest_proto", 591 "audio_coding:neteq_unittest_proto",
592 "audio_processing:audioproc_protobuf_utils", 592 "audio_processing:audioproc_protobuf_utils",
593 "audio_processing:audioproc_unittest_proto", 593 "audio_processing:audioproc_unittest_proto",
594 ] 594 ]
595 sources += [ 595 sources += [
596 "audio_processing/aec3/block_framer_unittest.cc", 596 "audio_processing/aec3/block_framer_unittest.cc",
597 "audio_processing/aec3/block_processor_unittest.cc", 597 "audio_processing/aec3/block_processor_unittest.cc",
598 "audio_processing/aec3/cascaded_biquad_filter_unittest.cc", 598 "audio_processing/aec3/cascaded_biquad_filter_unittest.cc",
599 "audio_processing/aec3/correlator_lag_aggregator_unittest.cc",
600 "audio_processing/aec3/correlator_unittest.cc",
601 "audio_processing/aec3/down_sampler_4khz_unittest.cc",
599 "audio_processing/aec3/echo_canceller3_unittest.cc", 602 "audio_processing/aec3/echo_canceller3_unittest.cc",
600 "audio_processing/aec3/echo_path_delay_estimator_unittest.cc", 603 "audio_processing/aec3/echo_path_delay_estimator_unittest.cc",
601 "audio_processing/aec3/echo_remover_unittest.cc", 604 "audio_processing/aec3/echo_remover_unittest.cc",
602 "audio_processing/aec3/frame_blocker_unittest.cc", 605 "audio_processing/aec3/frame_blocker_unittest.cc",
603 "audio_processing/aec3/mock/mock_block_processor.h", 606 "audio_processing/aec3/mock/mock_block_processor.h",
604 "audio_processing/aec3/mock/mock_echo_remover.h", 607 "audio_processing/aec3/mock/mock_echo_remover.h",
605 "audio_processing/aec3/mock/mock_render_delay_buffer.h", 608 "audio_processing/aec3/mock/mock_render_delay_buffer.h",
606 "audio_processing/aec3/mock/mock_render_delay_controller.h", 609 "audio_processing/aec3/mock/mock_render_delay_controller.h",
607 "audio_processing/aec3/render_delay_buffer_unittest.cc", 610 "audio_processing/aec3/render_delay_buffer_unittest.cc",
608 "audio_processing/aec3/render_delay_controller_unittest.cc", 611 "audio_processing/aec3/render_delay_controller_unittest.cc",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 "../test:test_common", 771 "../test:test_common",
769 "../test:test_main", 772 "../test:test_main",
770 "remote_bitrate_estimator:bwe_simulator_lib", 773 "remote_bitrate_estimator:bwe_simulator_lib",
771 "video_capture", 774 "video_capture",
772 "//testing/gmock", 775 "//testing/gmock",
773 "//testing/gtest", 776 "//testing/gtest",
774 "//third_party/gflags", 777 "//third_party/gflags",
775 ] 778 ]
776 } 779 }
777 } 780 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/BUILD.gn » ('j') | webrtc/modules/audio_processing/aec3/correlator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698