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

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

Issue 2335163002: Adding FrameLengthController to audio network adaptor. (Closed)
Patch Set: fixing windows bots Created 4 years, 2 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) 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 "audio_network_adaptor/audio_network_adaptor_impl.cc", 710 "audio_network_adaptor/audio_network_adaptor_impl.cc",
711 "audio_network_adaptor/audio_network_adaptor_impl.h", 711 "audio_network_adaptor/audio_network_adaptor_impl.h",
712 "audio_network_adaptor/channel_controller.cc", 712 "audio_network_adaptor/channel_controller.cc",
713 "audio_network_adaptor/channel_controller.h", 713 "audio_network_adaptor/channel_controller.h",
714 "audio_network_adaptor/controller.cc", 714 "audio_network_adaptor/controller.cc",
715 "audio_network_adaptor/controller.h", 715 "audio_network_adaptor/controller.h",
716 "audio_network_adaptor/controller_manager.cc", 716 "audio_network_adaptor/controller_manager.cc",
717 "audio_network_adaptor/controller_manager.h", 717 "audio_network_adaptor/controller_manager.h",
718 "audio_network_adaptor/dtx_controller.cc", 718 "audio_network_adaptor/dtx_controller.cc",
719 "audio_network_adaptor/dtx_controller.h", 719 "audio_network_adaptor/dtx_controller.h",
720 "audio_network_adaptor/frame_length_controller.cc",
721 "audio_network_adaptor/frame_length_controller.h",
720 "audio_network_adaptor/include/audio_network_adaptor.h", 722 "audio_network_adaptor/include/audio_network_adaptor.h",
721 "audio_network_adaptor/smoothing_filter.cc", 723 "audio_network_adaptor/smoothing_filter.cc",
722 "audio_network_adaptor/smoothing_filter.h", 724 "audio_network_adaptor/smoothing_filter.h",
723 ] 725 ]
724 configs += [ "../..:common_config" ] 726 configs += [ "../..:common_config" ]
725 public_configs = [ "../..:common_inherited_config" ] 727 public_configs = [ "../..:common_inherited_config" ]
726 } 728 }
727 729
728 config("neteq_config") { 730 config("neteq_config") {
729 include_dirs = [ 731 include_dirs = [
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
1575 "//testing/gtest", 1577 "//testing/gtest",
1576 ] 1578 ]
1577 1579
1578 if (is_clang) { 1580 if (is_clang) {
1579 # Suppress warnings from Chrome's Clang plugins. 1581 # Suppress warnings from Chrome's Clang plugins.
1580 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. 1582 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
1581 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 1583 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
1582 } 1584 }
1583 } 1585 }
1584 } 1586 }
OLDNEW
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698