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

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

Issue 2484153002: Move smoothing filter to common audio. (Closed)
Patch Set: Move smoothing filter to common audio and creat target for exp_filter. Created 4 years, 1 month 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) 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/webrtc.gni") 9 import("../../build/webrtc.gni")
10 import("audio_coding.gni") 10 import("audio_coding.gni")
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 "audio_network_adaptor/controller_manager.h", 750 "audio_network_adaptor/controller_manager.h",
751 "audio_network_adaptor/debug_dump_writer.cc", 751 "audio_network_adaptor/debug_dump_writer.cc",
752 "audio_network_adaptor/debug_dump_writer.h", 752 "audio_network_adaptor/debug_dump_writer.h",
753 "audio_network_adaptor/dtx_controller.cc", 753 "audio_network_adaptor/dtx_controller.cc",
754 "audio_network_adaptor/dtx_controller.h", 754 "audio_network_adaptor/dtx_controller.h",
755 "audio_network_adaptor/fec_controller.cc", 755 "audio_network_adaptor/fec_controller.cc",
756 "audio_network_adaptor/fec_controller.h", 756 "audio_network_adaptor/fec_controller.h",
757 "audio_network_adaptor/frame_length_controller.cc", 757 "audio_network_adaptor/frame_length_controller.cc",
758 "audio_network_adaptor/frame_length_controller.h", 758 "audio_network_adaptor/frame_length_controller.h",
759 "audio_network_adaptor/include/audio_network_adaptor.h", 759 "audio_network_adaptor/include/audio_network_adaptor.h",
760 "audio_network_adaptor/smoothing_filter.cc",
761 "audio_network_adaptor/smoothing_filter.h",
762 ] 760 ]
763 761
764 deps = [ 762 deps = [
765 "../..:webrtc_common", 763 "../..:webrtc_common",
766 "../../system_wrappers", 764 "../../system_wrappers",
767 ] 765 ]
768 766
769 if (rtc_enable_protobuf) { 767 if (rtc_enable_protobuf) {
770 deps += [ 768 deps += [
771 ":ana_config_proto", 769 ":ana_config_proto",
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
1676 "../../test:test_support_main", 1674 "../../test:test_support_main",
1677 "//testing/gtest", 1675 "//testing/gtest",
1678 ] 1676 ]
1679 1677
1680 if (!build_with_chromium && is_clang) { 1678 if (!build_with_chromium && is_clang) {
1681 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 1679 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
1682 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 1680 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
1683 } 1681 }
1684 } 1682 }
1685 } 1683 }
OLDNEW
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698