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

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

Issue 2308573002: Adding AudioNetworkAdaptor interfaces. (Closed)
Patch Set: removing non-abstract-class methods 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "../common_video", 590 "../common_video",
591 "../system_wrappers:system_wrappers", 591 "../system_wrappers:system_wrappers",
592 "../test:rtp_test_utils", 592 "../test:rtp_test_utils",
593 "../test:test_common", 593 "../test:test_common",
594 "../test:test_support_main", 594 "../test:test_support_main",
595 "../test:test_support_main", 595 "../test:test_support_main",
596 "../test:video_test_common", 596 "../test:video_test_common",
597 "audio_coding", 597 "audio_coding",
598 "audio_coding:acm_receive_test", 598 "audio_coding:acm_receive_test",
599 "audio_coding:acm_send_test", 599 "audio_coding:acm_send_test",
600 "audio_coding:audio_network_adaptor",
600 "audio_coding:builtin_audio_decoder_factory", 601 "audio_coding:builtin_audio_decoder_factory",
601 "audio_coding:cng", 602 "audio_coding:cng",
602 "audio_coding:isac_fix", 603 "audio_coding:isac_fix",
603 "audio_coding:neteq", 604 "audio_coding:neteq",
604 "audio_coding:neteq_test_support", 605 "audio_coding:neteq_test_support",
605 "audio_coding:neteq_unittest_tools", 606 "audio_coding:neteq_unittest_tools",
606 "audio_coding:pcm16b", 607 "audio_coding:pcm16b",
607 "audio_coding:red", 608 "audio_coding:red",
608 "audio_coding:webrtc_opus", 609 "audio_coding:webrtc_opus",
609 "audio_conference_mixer", 610 "audio_conference_mixer",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 sources += [ 660 sources += [
660 "audio_device/ios/audio_device_unittest_ios.cc", 661 "audio_device/ios/audio_device_unittest_ios.cc",
661 "audio_device/ios/objc/RTCAudioSessionTest.mm", 662 "audio_device/ios/objc/RTCAudioSessionTest.mm",
662 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 663 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
663 ] 664 ]
664 665
665 ldflags = [ "-ObjC" ] 666 ldflags = [ "-ObjC" ]
666 } 667 }
667 } 668 }
668 } 669 }
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