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

Side by Side Diff: webrtc/modules/modules.gyp

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 | « webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h ('k') | no next file » | 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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 { 9 {
10 'includes': [ 10 'includes': [
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'defines': [ 120 'defines': [
121 '<@(audio_coding_defines)', 121 '<@(audio_coding_defines)',
122 ], 122 ],
123 'dependencies': [ 123 'dependencies': [
124 'acm_receive_test', 124 'acm_receive_test',
125 'acm_send_test', 125 'acm_send_test',
126 'audio_coding_module', 126 'audio_coding_module',
127 'audio_conference_mixer', 127 'audio_conference_mixer',
128 'audio_device' , 128 'audio_device' ,
129 'audio_mixer', 129 'audio_mixer',
130 'audio_network_adaptor',
130 'audio_processing', 131 'audio_processing',
131 'audioproc_test_utils', 132 'audioproc_test_utils',
132 'bitrate_controller', 133 'bitrate_controller',
133 'builtin_audio_decoder_factory', 134 'builtin_audio_decoder_factory',
134 'bwe_simulator', 135 'bwe_simulator',
135 'cng', 136 'cng',
136 'isac_fix', 137 'isac_fix',
137 'media_file', 138 'media_file',
138 'neteq', 139 'neteq',
139 'neteq_test_support', 140 'neteq_test_support',
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'sources': [ 793 'sources': [
793 'modules_unittests.isolate', 794 'modules_unittests.isolate',
794 ], 795 ],
795 }, 796 },
796 ], 797 ],
797 }], 798 }],
798 ], 799 ],
799 }], # include_tests 800 }], # include_tests
800 ], # conditions 801 ], # conditions
801 } 802 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698