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

Side by Side Diff: webrtc/modules/audio_coding/audio_coding.gypi

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
OLDNEW
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 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': [
11 '../../build/common.gypi', 11 '../../build/common.gypi',
12 'audio_network_adaptor/audio_network_adaptor.gypi',
12 'codecs/interfaces.gypi', 13 'codecs/interfaces.gypi',
13 'codecs/cng/cng.gypi', 14 'codecs/cng/cng.gypi',
14 'codecs/g711/g711.gypi', 15 'codecs/g711/g711.gypi',
15 'codecs/g722/g722.gypi', 16 'codecs/g722/g722.gypi',
16 'codecs/ilbc/ilbc.gypi', 17 'codecs/ilbc/ilbc.gypi',
17 'codecs/isac/isac.gypi', 18 'codecs/isac/isac.gypi',
18 'codecs/isac/isac_common.gypi', 19 'codecs/isac/isac_common.gypi',
19 'codecs/isac/isacfix.gypi', 20 'codecs/isac/isacfix.gypi',
20 'codecs/pcm16b/pcm16b.gypi', 21 'codecs/pcm16b/pcm16b.gypi',
21 'codecs/red/red.gypi', 22 'codecs/red/red.gypi',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 { 141 {
141 'target_name': 'audio_coding_module', 142 'target_name': 'audio_coding_module',
142 'type': 'static_library', 143 'type': 'static_library',
143 'defines': [ 144 'defines': [
144 '<@(audio_coding_defines)', 145 '<@(audio_coding_defines)',
145 ], 146 ],
146 'dependencies': [ 147 'dependencies': [
147 '<@(audio_coding_dependencies)', 148 '<@(audio_coding_dependencies)',
148 '<(webrtc_root)/common.gyp:webrtc_common', 149 '<(webrtc_root)/common.gyp:webrtc_common',
149 '<(webrtc_root)/webrtc.gyp:rtc_event_log', 150 '<(webrtc_root)/webrtc.gyp:rtc_event_log',
151 'audio_network_adaptor',
150 'neteq', 152 'neteq',
151 'rent_a_codec', 153 'rent_a_codec',
152 ], 154 ],
153 'include_dirs': [ 155 'include_dirs': [
154 'include', 156 'include',
155 '../include', 157 '../include',
156 '<(webrtc_root)', 158 '<(webrtc_root)',
157 ], 159 ],
158 'direct_dependent_settings': { 160 'direct_dependent_settings': {
159 'include_dirs': [ 161 'include_dirs': [
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'sources': [ 261 'sources': [
260 'test/insert_packet_with_timing.cc', 262 'test/insert_packet_with_timing.cc',
261 'test/Channel.cc', 263 'test/Channel.cc',
262 'test/PCMFile.cc', 264 'test/PCMFile.cc',
263 ], 265 ],
264 }, # delay_test 266 }, # delay_test
265 ], 267 ],
266 }], 268 }],
267 ], 269 ],
268 } 270 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698