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

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

Issue 2378143004: Made AudioReceiveStream a mixer participant. (Closed)
Patch Set: Changed 'ssrc' into 'Ssrc' because of change upstream. 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
« no previous file with comments | « webrtc/voice_engine/channel_proxy.cc ('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': [
11 '../build/common.gypi', 11 '../build/common.gypi',
12 ], 12 ],
13 'targets': [ 13 'targets': [
14 { 14 {
15 'target_name': 'voice_engine', 15 'target_name': 'voice_engine',
16 'type': 'static_library', 16 'type': 'static_library',
17 'dependencies': [ 17 'dependencies': [
18 '<(webrtc_root)/api/api.gyp:audio_mixer_api',
18 '<(webrtc_root)/api/api.gyp:call_api', 19 '<(webrtc_root)/api/api.gyp:call_api',
19 '<(webrtc_root)/base/base.gyp:rtc_base_approved', 20 '<(webrtc_root)/base/base.gyp:rtc_base_approved',
20 '<(webrtc_root)/common.gyp:webrtc_common', 21 '<(webrtc_root)/common.gyp:webrtc_common',
21 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', 22 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
22 '<(webrtc_root)/modules/modules.gyp:audio_coding_module', 23 '<(webrtc_root)/modules/modules.gyp:audio_coding_module',
23 '<(webrtc_root)/modules/modules.gyp:audio_conference_mixer', 24 '<(webrtc_root)/modules/modules.gyp:audio_conference_mixer',
24 '<(webrtc_root)/modules/modules.gyp:audio_decoder_factory_interface', 25 '<(webrtc_root)/modules/modules.gyp:audio_decoder_factory_interface',
25 '<(webrtc_root)/modules/modules.gyp:audio_device', 26 '<(webrtc_root)/modules/modules.gyp:audio_device',
26 '<(webrtc_root)/modules/modules.gyp:audio_processing', 27 '<(webrtc_root)/modules/modules.gyp:audio_processing',
27 '<(webrtc_root)/modules/modules.gyp:bitrate_controller', 28 '<(webrtc_root)/modules/modules.gyp:bitrate_controller',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '<(webrtc_root)/common.gyp:webrtc_common', 105 '<(webrtc_root)/common.gyp:webrtc_common',
105 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', 106 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
106 ], 107 ],
107 'sources': [ 108 'sources': [
108 'level_indicator.cc', 109 'level_indicator.cc',
109 'level_indicator.h', 110 'level_indicator.h',
110 ] 111 ]
111 }, 112 },
112 ], 113 ],
113 } 114 }
OLDNEW
« no previous file with comments | « webrtc/voice_engine/channel_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698