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

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

Issue 2320093002: Adding DTX controller to audio network adaptor. (Closed)
Patch Set: rebasing Created 4 years, 3 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
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 sources = [ 241 sources = [
242 "audio_coding/acm2/acm_receiver_unittest_oldapi.cc", 242 "audio_coding/acm2/acm_receiver_unittest_oldapi.cc",
243 "audio_coding/acm2/audio_coding_module_unittest_oldapi.cc", 243 "audio_coding/acm2/audio_coding_module_unittest_oldapi.cc",
244 "audio_coding/acm2/call_statistics_unittest.cc", 244 "audio_coding/acm2/call_statistics_unittest.cc",
245 "audio_coding/acm2/codec_manager_unittest.cc", 245 "audio_coding/acm2/codec_manager_unittest.cc",
246 "audio_coding/acm2/initial_delay_manager_unittest.cc", 246 "audio_coding/acm2/initial_delay_manager_unittest.cc",
247 "audio_coding/acm2/rent_a_codec_unittest.cc", 247 "audio_coding/acm2/rent_a_codec_unittest.cc",
248 "audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unittest.cc ", 248 "audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unittest.cc ",
249 "audio_coding/audio_network_adaptor/channel_controller_unittest.cc", 249 "audio_coding/audio_network_adaptor/channel_controller_unittest.cc",
250 "audio_coding/audio_network_adaptor/controller_manager_unittest.cc", 250 "audio_coding/audio_network_adaptor/controller_manager_unittest.cc",
251 "audio_coding/audio_network_adaptor/dtx_controller_unittest.cc",
251 "audio_coding/audio_network_adaptor/mock/mock_controller.h", 252 "audio_coding/audio_network_adaptor/mock/mock_controller.h",
252 "audio_coding/audio_network_adaptor/mock/mock_controller_manager.h", 253 "audio_coding/audio_network_adaptor/mock/mock_controller_manager.h",
253 "audio_coding/codecs/audio_decoder_factory_unittest.cc", 254 "audio_coding/codecs/audio_decoder_factory_unittest.cc",
254 "audio_coding/codecs/cng/audio_encoder_cng_unittest.cc", 255 "audio_coding/codecs/cng/audio_encoder_cng_unittest.cc",
255 "audio_coding/codecs/cng/cng_unittest.cc", 256 "audio_coding/codecs/cng/cng_unittest.cc",
256 "audio_coding/codecs/ilbc/ilbc_unittest.cc", 257 "audio_coding/codecs/ilbc/ilbc_unittest.cc",
257 "audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc", 258 "audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc",
258 "audio_coding/codecs/isac/fix/source/filters_unittest.cc", 259 "audio_coding/codecs/isac/fix/source/filters_unittest.cc",
259 "audio_coding/codecs/isac/fix/source/lpc_masking_model_unittest.cc", 260 "audio_coding/codecs/isac/fix/source/lpc_masking_model_unittest.cc",
260 "audio_coding/codecs/isac/fix/source/transform_unittest.cc", 261 "audio_coding/codecs/isac/fix/source/transform_unittest.cc",
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 sources += [ 669 sources += [
669 "audio_device/ios/audio_device_unittest_ios.cc", 670 "audio_device/ios/audio_device_unittest_ios.cc",
670 "audio_device/ios/objc/RTCAudioSessionTest.mm", 671 "audio_device/ios/objc/RTCAudioSessionTest.mm",
671 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 672 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
672 ] 673 ]
673 674
674 ldflags = [ "-ObjC" ] 675 ldflags = [ "-ObjC" ]
675 } 676 }
676 } 677 }
677 } 678 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698