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

Side by Side Diff: webrtc/voice_engine/BUILD.gn

Issue 2727063004: Remove VoEVolumeControl interface. (Closed)
Patch Set: fix Created 3 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
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 import("../webrtc.gni") 9 import("../webrtc.gni")
10 10
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "channel_proxy.h", 76 "channel_proxy.h",
77 "include/voe_audio_processing.h", 77 "include/voe_audio_processing.h",
78 "include/voe_base.h", 78 "include/voe_base.h",
79 "include/voe_codec.h", 79 "include/voe_codec.h",
80 "include/voe_errors.h", 80 "include/voe_errors.h",
81 "include/voe_file.h", 81 "include/voe_file.h",
82 "include/voe_hardware.h", 82 "include/voe_hardware.h",
83 "include/voe_neteq_stats.h", 83 "include/voe_neteq_stats.h",
84 "include/voe_network.h", 84 "include/voe_network.h",
85 "include/voe_rtp_rtcp.h", 85 "include/voe_rtp_rtcp.h",
86 "include/voe_volume_control.h",
87 "monitor_module.h", 86 "monitor_module.h",
88 "output_mixer.cc", 87 "output_mixer.cc",
89 "output_mixer.h", 88 "output_mixer.h",
90 "shared_data.cc", 89 "shared_data.cc",
91 "shared_data.h", 90 "shared_data.h",
92 "statistics.cc", 91 "statistics.cc",
93 "statistics.h", 92 "statistics.h",
94 "transmit_mixer.cc", 93 "transmit_mixer.cc",
95 "transmit_mixer.h", 94 "transmit_mixer.h",
96 "transport_feedback_packet_loss_tracker.cc", 95 "transport_feedback_packet_loss_tracker.cc",
97 "transport_feedback_packet_loss_tracker.h", 96 "transport_feedback_packet_loss_tracker.h",
98 "utility.cc", 97 "utility.cc",
99 "utility.h", 98 "utility.h",
100 "voe_audio_processing_impl.cc", 99 "voe_audio_processing_impl.cc",
101 "voe_audio_processing_impl.h", 100 "voe_audio_processing_impl.h",
102 "voe_base_impl.cc", 101 "voe_base_impl.cc",
103 "voe_base_impl.h", 102 "voe_base_impl.h",
104 "voe_codec_impl.cc", 103 "voe_codec_impl.cc",
105 "voe_codec_impl.h", 104 "voe_codec_impl.h",
106 "voe_file_impl.cc", 105 "voe_file_impl.cc",
107 "voe_file_impl.h", 106 "voe_file_impl.h",
108 "voe_hardware_impl.cc", 107 "voe_hardware_impl.cc",
109 "voe_hardware_impl.h", 108 "voe_hardware_impl.h",
110 "voe_neteq_stats_impl.cc", 109 "voe_neteq_stats_impl.cc",
111 "voe_neteq_stats_impl.h", 110 "voe_neteq_stats_impl.h",
112 "voe_network_impl.cc", 111 "voe_network_impl.cc",
113 "voe_network_impl.h", 112 "voe_network_impl.h",
114 "voe_rtp_rtcp_impl.cc", 113 "voe_rtp_rtcp_impl.cc",
115 "voe_rtp_rtcp_impl.h", 114 "voe_rtp_rtcp_impl.h",
116 "voe_volume_control_impl.cc",
117 "voe_volume_control_impl.h",
118 "voice_engine_defines.h", 115 "voice_engine_defines.h",
119 "voice_engine_impl.cc", 116 "voice_engine_impl.cc",
120 "voice_engine_impl.h", 117 "voice_engine_impl.h",
121 ] 118 ]
122 119
123 if (is_win) { 120 if (is_win) {
124 defines = [ "WEBRTC_DRIFT_COMPENSATION_SUPPORTED" ] 121 defines = [ "WEBRTC_DRIFT_COMPENSATION_SUPPORTED" ]
125 122
126 cflags = [ 123 cflags = [
127 # TODO(kjellander): Bug 261: fix this warning. 124 # TODO(kjellander): Bug 261: fix this warning.
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "test/auto_test/standard/file_before_streaming_test.cc", 283 "test/auto_test/standard/file_before_streaming_test.cc",
287 "test/auto_test/standard/file_test.cc", 284 "test/auto_test/standard/file_test.cc",
288 "test/auto_test/standard/hardware_before_initializing_test.cc", 285 "test/auto_test/standard/hardware_before_initializing_test.cc",
289 "test/auto_test/standard/hardware_test.cc", 286 "test/auto_test/standard/hardware_test.cc",
290 "test/auto_test/standard/mixing_test.cc", 287 "test/auto_test/standard/mixing_test.cc",
291 "test/auto_test/standard/neteq_stats_test.cc", 288 "test/auto_test/standard/neteq_stats_test.cc",
292 "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc", 289 "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc",
293 "test/auto_test/standard/rtp_rtcp_extensions.cc", 290 "test/auto_test/standard/rtp_rtcp_extensions.cc",
294 "test/auto_test/standard/rtp_rtcp_test.cc", 291 "test/auto_test/standard/rtp_rtcp_test.cc",
295 "test/auto_test/standard/voe_base_misc_test.cc", 292 "test/auto_test/standard/voe_base_misc_test.cc",
296 "test/auto_test/standard/volume_test.cc",
297 "test/auto_test/voe_conference_test.cc", 293 "test/auto_test/voe_conference_test.cc",
298 "test/auto_test/voe_standard_test.cc", 294 "test/auto_test/voe_standard_test.cc",
299 "test/auto_test/voe_standard_test.h", 295 "test/auto_test/voe_standard_test.h",
300 "test/auto_test/voe_test_defines.h", 296 "test/auto_test/voe_test_defines.h",
301 ] 297 ]
302 298
303 if (!is_android) { 299 if (!is_android) {
304 # Some tests are not supported on android yet, exclude these tests. 300 # Some tests are not supported on android yet, exclude these tests.
305 sources += 301 sources +=
306 [ "test/auto_test/standard/hardware_before_streaming_test.cc" ] 302 [ "test/auto_test/standard/hardware_before_streaming_test.cc" ]
(...skipping 15 matching lines...) Expand all
322 ] 318 ]
323 } 319 }
324 320
325 if (!build_with_chromium && is_clang) { 321 if (!build_with_chromium && is_clang) {
326 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163) . 322 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163) .
327 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 323 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
328 } 324 }
329 } 325 }
330 } 326 }
331 } 327 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698