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

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

Issue 2744953003: Remove VoENetEqStats interface. (Closed)
Patch Set: Comment 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
« no previous file with comments | « webrtc/test/mock_voice_engine.h ('k') | webrtc/voice_engine/channel.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) 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "channel.h", 72 "channel.h",
73 "channel_manager.cc", 73 "channel_manager.cc",
74 "channel_manager.h", 74 "channel_manager.h",
75 "channel_proxy.cc", 75 "channel_proxy.cc",
76 "channel_proxy.h", 76 "channel_proxy.h",
77 "include/voe_base.h", 77 "include/voe_base.h",
78 "include/voe_codec.h", 78 "include/voe_codec.h",
79 "include/voe_errors.h", 79 "include/voe_errors.h",
80 "include/voe_file.h", 80 "include/voe_file.h",
81 "include/voe_hardware.h", 81 "include/voe_hardware.h",
82 "include/voe_neteq_stats.h",
83 "include/voe_network.h", 82 "include/voe_network.h",
84 "include/voe_rtp_rtcp.h", 83 "include/voe_rtp_rtcp.h",
85 "monitor_module.h", 84 "monitor_module.h",
86 "output_mixer.cc", 85 "output_mixer.cc",
87 "output_mixer.h", 86 "output_mixer.h",
88 "shared_data.cc", 87 "shared_data.cc",
89 "shared_data.h", 88 "shared_data.h",
90 "statistics.cc", 89 "statistics.cc",
91 "statistics.h", 90 "statistics.h",
92 "transmit_mixer.cc", 91 "transmit_mixer.cc",
93 "transmit_mixer.h", 92 "transmit_mixer.h",
94 "transport_feedback_packet_loss_tracker.cc", 93 "transport_feedback_packet_loss_tracker.cc",
95 "transport_feedback_packet_loss_tracker.h", 94 "transport_feedback_packet_loss_tracker.h",
96 "utility.cc", 95 "utility.cc",
97 "utility.h", 96 "utility.h",
98 "voe_base_impl.cc", 97 "voe_base_impl.cc",
99 "voe_base_impl.h", 98 "voe_base_impl.h",
100 "voe_codec_impl.cc", 99 "voe_codec_impl.cc",
101 "voe_codec_impl.h", 100 "voe_codec_impl.h",
102 "voe_file_impl.cc", 101 "voe_file_impl.cc",
103 "voe_file_impl.h", 102 "voe_file_impl.h",
104 "voe_hardware_impl.cc", 103 "voe_hardware_impl.cc",
105 "voe_hardware_impl.h", 104 "voe_hardware_impl.h",
106 "voe_neteq_stats_impl.cc",
107 "voe_neteq_stats_impl.h",
108 "voe_network_impl.cc", 105 "voe_network_impl.cc",
109 "voe_network_impl.h", 106 "voe_network_impl.h",
110 "voe_rtp_rtcp_impl.cc", 107 "voe_rtp_rtcp_impl.cc",
111 "voe_rtp_rtcp_impl.h", 108 "voe_rtp_rtcp_impl.h",
112 "voice_engine_defines.h", 109 "voice_engine_defines.h",
113 "voice_engine_impl.cc", 110 "voice_engine_impl.cc",
114 "voice_engine_impl.h", 111 "voice_engine_impl.h",
115 ] 112 ]
116 113
117 if (is_win) { 114 if (is_win) {
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "test/auto_test/fixtures/before_streaming_fixture.cc", 268 "test/auto_test/fixtures/before_streaming_fixture.cc",
272 "test/auto_test/fixtures/before_streaming_fixture.h", 269 "test/auto_test/fixtures/before_streaming_fixture.h",
273 "test/auto_test/standard/codec_before_streaming_test.cc", 270 "test/auto_test/standard/codec_before_streaming_test.cc",
274 "test/auto_test/standard/codec_test.cc", 271 "test/auto_test/standard/codec_test.cc",
275 "test/auto_test/standard/dtmf_test.cc", 272 "test/auto_test/standard/dtmf_test.cc",
276 "test/auto_test/standard/file_before_streaming_test.cc", 273 "test/auto_test/standard/file_before_streaming_test.cc",
277 "test/auto_test/standard/file_test.cc", 274 "test/auto_test/standard/file_test.cc",
278 "test/auto_test/standard/hardware_before_initializing_test.cc", 275 "test/auto_test/standard/hardware_before_initializing_test.cc",
279 "test/auto_test/standard/hardware_test.cc", 276 "test/auto_test/standard/hardware_test.cc",
280 "test/auto_test/standard/mixing_test.cc", 277 "test/auto_test/standard/mixing_test.cc",
281 "test/auto_test/standard/neteq_stats_test.cc",
282 "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc", 278 "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc",
283 "test/auto_test/standard/rtp_rtcp_extensions.cc", 279 "test/auto_test/standard/rtp_rtcp_extensions.cc",
284 "test/auto_test/standard/rtp_rtcp_test.cc", 280 "test/auto_test/standard/rtp_rtcp_test.cc",
285 "test/auto_test/standard/voe_base_misc_test.cc", 281 "test/auto_test/standard/voe_base_misc_test.cc",
286 "test/auto_test/voe_conference_test.cc", 282 "test/auto_test/voe_conference_test.cc",
287 "test/auto_test/voe_standard_test.cc", 283 "test/auto_test/voe_standard_test.cc",
288 "test/auto_test/voe_standard_test.h", 284 "test/auto_test/voe_standard_test.h",
289 "test/auto_test/voe_test_defines.h", 285 "test/auto_test/voe_test_defines.h",
290 ] 286 ]
291 287
(...skipping 19 matching lines...) Expand all
311 ] 307 ]
312 } 308 }
313 309
314 if (!build_with_chromium && is_clang) { 310 if (!build_with_chromium && is_clang) {
315 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163) . 311 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163) .
316 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 312 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
317 } 313 }
318 } 314 }
319 } 315 }
320 } 316 }
OLDNEW
« no previous file with comments | « webrtc/test/mock_voice_engine.h ('k') | webrtc/voice_engine/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698