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

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

Issue 1723153002: Remove the VoEDtmf interface. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 9 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/voe_dtmf_impl.cc ('k') | webrtc/voice_engine/voice_engine_impl.h » ('j') | 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 19 matching lines...) Expand all
30 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 30 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
31 '<(webrtc_root)/webrtc.gyp:rtc_event_log', 31 '<(webrtc_root)/webrtc.gyp:rtc_event_log',
32 ], 32 ],
33 'export_dependent_settings': [ 33 'export_dependent_settings': [
34 '<(webrtc_root)/modules/modules.gyp:audio_coding_module', 34 '<(webrtc_root)/modules/modules.gyp:audio_coding_module',
35 ], 35 ],
36 'sources': [ 36 'sources': [
37 'include/voe_audio_processing.h', 37 'include/voe_audio_processing.h',
38 'include/voe_base.h', 38 'include/voe_base.h',
39 'include/voe_codec.h', 39 'include/voe_codec.h',
40 'include/voe_dtmf.h',
41 'include/voe_errors.h', 40 'include/voe_errors.h',
42 'include/voe_external_media.h', 41 'include/voe_external_media.h',
43 'include/voe_file.h', 42 'include/voe_file.h',
44 'include/voe_hardware.h', 43 'include/voe_hardware.h',
45 'include/voe_neteq_stats.h', 44 'include/voe_neteq_stats.h',
46 'include/voe_network.h', 45 'include/voe_network.h',
47 'include/voe_rtp_rtcp.h', 46 'include/voe_rtp_rtcp.h',
48 'include/voe_video_sync.h', 47 'include/voe_video_sync.h',
49 'include/voe_volume_control.h', 48 'include/voe_volume_control.h',
50 'channel.cc', 49 'channel.cc',
(...skipping 21 matching lines...) Expand all
72 'transmit_mixer.cc', 71 'transmit_mixer.cc',
73 'transmit_mixer.h', 72 'transmit_mixer.h',
74 'utility.cc', 73 'utility.cc',
75 'utility.h', 74 'utility.h',
76 'voe_audio_processing_impl.cc', 75 'voe_audio_processing_impl.cc',
77 'voe_audio_processing_impl.h', 76 'voe_audio_processing_impl.h',
78 'voe_base_impl.cc', 77 'voe_base_impl.cc',
79 'voe_base_impl.h', 78 'voe_base_impl.h',
80 'voe_codec_impl.cc', 79 'voe_codec_impl.cc',
81 'voe_codec_impl.h', 80 'voe_codec_impl.h',
82 'voe_dtmf_impl.cc',
83 'voe_dtmf_impl.h',
84 'voe_external_media_impl.cc', 81 'voe_external_media_impl.cc',
85 'voe_external_media_impl.h', 82 'voe_external_media_impl.h',
86 'voe_file_impl.cc', 83 'voe_file_impl.cc',
87 'voe_file_impl.h', 84 'voe_file_impl.h',
88 'voe_hardware_impl.cc', 85 'voe_hardware_impl.cc',
89 'voe_hardware_impl.h', 86 'voe_hardware_impl.h',
90 'voe_neteq_stats_impl.cc', 87 'voe_neteq_stats_impl.cc',
91 'voe_neteq_stats_impl.h', 88 'voe_neteq_stats_impl.h',
92 'voe_network_impl.cc', 89 'voe_network_impl.cc',
93 'voe_network_impl.h', 90 'voe_network_impl.h',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'sources': [ 287 'sources': [
291 'voe_auto_test.isolate', 288 'voe_auto_test.isolate',
292 ], 289 ],
293 }, 290 },
294 ], 291 ],
295 }], 292 }],
296 ], # conditions 293 ], # conditions
297 }], # include_tests==1 294 }], # include_tests==1
298 ], # conditions 295 ], # conditions
299 } 296 }
OLDNEW
« no previous file with comments | « webrtc/voice_engine/voe_dtmf_impl.cc ('k') | webrtc/voice_engine/voice_engine_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698