blob: 5971dec14ca26edb7792ed71c285d18eb26c0331 [file] [log] [blame]
xians@google.comd3185fe2011-09-12 12:24:39 +00001# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2#
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
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9{
10 'includes': [
andrew@webrtc.org3ce62fc2011-10-06 01:03:18 +000011 '../build/common.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000012 ],
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000013 'targets': [
14 {
15 'target_name': 'voice_engine',
16 'type': 'static_library',
17 'dependencies': [
aleloiaed581a2016-10-20 06:32:39 -070018 '<(webrtc_root)/api/api.gyp:audio_mixer_api',
kjellandera69d9732016-08-31 07:33:05 -070019 '<(webrtc_root)/api/api.gyp:call_api',
kjellander@webrtc.org7ffeab52016-02-26 22:46:09 +010020 '<(webrtc_root)/base/base.gyp:rtc_base_approved',
kwiberg@webrtc.orgac2d27d2015-02-26 13:59:22 +000021 '<(webrtc_root)/common.gyp:webrtc_common',
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000022 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
23 '<(webrtc_root)/modules/modules.gyp:audio_coding_module',
24 '<(webrtc_root)/modules/modules.gyp:audio_conference_mixer',
aleloi9ae585d2016-10-13 06:57:16 -070025 '<(webrtc_root)/modules/modules.gyp:audio_decoder_factory_interface',
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000026 '<(webrtc_root)/modules/modules.gyp:audio_device',
27 '<(webrtc_root)/modules/modules.gyp:audio_processing',
minyue@webrtc.orgc1a40a72014-05-28 09:52:06 +000028 '<(webrtc_root)/modules/modules.gyp:bitrate_controller',
aleloi9ae585d2016-10-13 06:57:16 -070029 '<(webrtc_root)/modules/modules.gyp:builtin_audio_decoder_factory',
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000030 '<(webrtc_root)/modules/modules.gyp:media_file',
Stefan Holmerb86d4e42015-12-07 10:26:18 +010031 '<(webrtc_root)/modules/modules.gyp:paced_sender',
aleloi9ae585d2016-10-13 06:57:16 -070032 '<(webrtc_root)/modules/modules.gyp:rent_a_codec',
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000033 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp',
34 '<(webrtc_root)/modules/modules.gyp:webrtc_utility',
andresp@webrtc.org86e1e482015-01-14 09:30:52 +000035 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
skvladcc91d282016-10-03 18:31:22 -070036 '<(webrtc_root)/webrtc.gyp:rtc_event_log_api',
aleloie6ca9ec2016-08-10 05:01:51 -070037 'level_indicator',
andrew@webrtc.org3ce62fc2011-10-06 01:03:18 +000038 ],
minyue3cea2562015-11-10 03:49:26 -080039 'export_dependent_settings': [
40 '<(webrtc_root)/modules/modules.gyp:audio_coding_module',
41 ],
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000042 'sources': [
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000043 'include/voe_audio_processing.h',
44 'include/voe_base.h',
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000045 'include/voe_codec.h',
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000046 'include/voe_errors.h',
47 'include/voe_external_media.h',
48 'include/voe_file.h',
49 'include/voe_hardware.h',
50 'include/voe_neteq_stats.h',
51 'include/voe_network.h',
52 'include/voe_rtp_rtcp.h',
53 'include/voe_video_sync.h',
54 'include/voe_volume_control.h',
55 'channel.cc',
56 'channel.h',
57 'channel_manager.cc',
58 'channel_manager.h',
solenberg13725082015-11-25 08:16:52 -080059 'channel_proxy.cc',
60 'channel_proxy.h',
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000061 'monitor_module.cc',
62 'monitor_module.h',
63 'output_mixer.cc',
64 'output_mixer.h',
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000065 'shared_data.cc',
66 'shared_data.h',
67 'statistics.cc',
68 'statistics.h',
69 'transmit_mixer.cc',
70 'transmit_mixer.h',
71 'utility.cc',
72 'utility.h',
73 'voe_audio_processing_impl.cc',
74 'voe_audio_processing_impl.h',
75 'voe_base_impl.cc',
76 'voe_base_impl.h',
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000077 'voe_codec_impl.cc',
78 'voe_codec_impl.h',
andrew@webrtc.orgf791b1c2013-05-29 00:38:02 +000079 'voe_external_media_impl.cc',
80 'voe_external_media_impl.h',
81 'voe_file_impl.cc',
82 'voe_file_impl.h',
83 'voe_hardware_impl.cc',
84 'voe_hardware_impl.h',
85 'voe_neteq_stats_impl.cc',
86 'voe_neteq_stats_impl.h',
87 'voe_network_impl.cc',
88 'voe_network_impl.h',
89 'voe_rtp_rtcp_impl.cc',
90 'voe_rtp_rtcp_impl.h',
91 'voe_video_sync_impl.cc',
92 'voe_video_sync_impl.h',
93 'voe_volume_control_impl.cc',
94 'voe_volume_control_impl.h',
95 'voice_engine_defines.h',
96 'voice_engine_impl.cc',
97 'voice_engine_impl.h',
98 ],
99 },
aleloie6ca9ec2016-08-10 05:01:51 -0700100 {
101 'target_name': 'level_indicator',
102 'type': 'static_library',
103 'dependencies': [
104 '<(webrtc_root)/base/base.gyp:rtc_base_approved',
105 '<(webrtc_root)/common.gyp:webrtc_common',
106 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
107 ],
108 'sources': [
109 'level_indicator.cc',
110 'level_indicator.h',
111 ]
solenbergba56b6c2016-09-13 07:29:12 -0700112 },
andrew@webrtc.org3ce62fc2011-10-06 01:03:18 +0000113 ],
xians@google.comd3185fe2011-09-12 12:24:39 +0000114}