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

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

Issue 2390883004: Hooking up audio network adaptor to VoE. (Closed)
Patch Set: adding a comment 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/network_predictor_unittest.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': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'include/voe_video_sync.h', 49 'include/voe_video_sync.h',
50 'include/voe_volume_control.h', 50 'include/voe_volume_control.h',
51 'channel.cc', 51 'channel.cc',
52 'channel.h', 52 'channel.h',
53 'channel_manager.cc', 53 'channel_manager.cc',
54 'channel_manager.h', 54 'channel_manager.h',
55 'channel_proxy.cc', 55 'channel_proxy.cc',
56 'channel_proxy.h', 56 'channel_proxy.h',
57 'monitor_module.cc', 57 'monitor_module.cc',
58 'monitor_module.h', 58 'monitor_module.h',
59 'network_predictor.cc',
60 'network_predictor.h',
61 'output_mixer.cc', 59 'output_mixer.cc',
62 'output_mixer.h', 60 'output_mixer.h',
63 'shared_data.cc', 61 'shared_data.cc',
64 'shared_data.h', 62 'shared_data.h',
65 'statistics.cc', 63 'statistics.cc',
66 'statistics.h', 64 'statistics.h',
67 'transmit_mixer.cc', 65 'transmit_mixer.cc',
68 'transmit_mixer.h', 66 'transmit_mixer.h',
69 'utility.cc', 67 'utility.cc',
70 'utility.h', 68 'utility.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '<(webrtc_root)/common.gyp:webrtc_common', 101 '<(webrtc_root)/common.gyp:webrtc_common',
104 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', 102 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
105 ], 103 ],
106 'sources': [ 104 'sources': [
107 'level_indicator.cc', 105 'level_indicator.cc',
108 'level_indicator.h', 106 'level_indicator.h',
109 ] 107 ]
110 }, 108 },
111 ], 109 ],
112 } 110 }
OLDNEW
« no previous file with comments | « webrtc/voice_engine/network_predictor_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698