OLD | NEW |
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 "channel.cc", | 71 "channel.cc", |
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", | |
82 "include/voe_network.h", | 81 "include/voe_network.h", |
83 "include/voe_rtp_rtcp.h", | 82 "include/voe_rtp_rtcp.h", |
84 "monitor_module.h", | 83 "monitor_module.h", |
85 "output_mixer.cc", | 84 "output_mixer.cc", |
86 "output_mixer.h", | 85 "output_mixer.h", |
87 "shared_data.cc", | 86 "shared_data.cc", |
88 "shared_data.h", | 87 "shared_data.h", |
89 "statistics.cc", | 88 "statistics.cc", |
90 "statistics.h", | 89 "statistics.h", |
91 "transmit_mixer.cc", | 90 "transmit_mixer.cc", |
92 "transmit_mixer.h", | 91 "transmit_mixer.h", |
93 "transport_feedback_packet_loss_tracker.cc", | 92 "transport_feedback_packet_loss_tracker.cc", |
94 "transport_feedback_packet_loss_tracker.h", | 93 "transport_feedback_packet_loss_tracker.h", |
95 "utility.cc", | 94 "utility.cc", |
96 "utility.h", | 95 "utility.h", |
97 "voe_base_impl.cc", | 96 "voe_base_impl.cc", |
98 "voe_base_impl.h", | 97 "voe_base_impl.h", |
99 "voe_codec_impl.cc", | 98 "voe_codec_impl.cc", |
100 "voe_codec_impl.h", | 99 "voe_codec_impl.h", |
101 "voe_file_impl.cc", | 100 "voe_file_impl.cc", |
102 "voe_file_impl.h", | 101 "voe_file_impl.h", |
103 "voe_hardware_impl.cc", | |
104 "voe_hardware_impl.h", | |
105 "voe_network_impl.cc", | 102 "voe_network_impl.cc", |
106 "voe_network_impl.h", | 103 "voe_network_impl.h", |
107 "voe_rtp_rtcp_impl.cc", | 104 "voe_rtp_rtcp_impl.cc", |
108 "voe_rtp_rtcp_impl.h", | 105 "voe_rtp_rtcp_impl.h", |
109 "voice_engine_defines.h", | 106 "voice_engine_defines.h", |
110 "voice_engine_impl.cc", | 107 "voice_engine_impl.cc", |
111 "voice_engine_impl.h", | 108 "voice_engine_impl.h", |
112 ] | 109 ] |
113 | 110 |
114 if (is_win) { | 111 if (is_win) { |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 "test/auto_test/fixtures/after_streaming_fixture.h", | 262 "test/auto_test/fixtures/after_streaming_fixture.h", |
266 "test/auto_test/fixtures/before_initialization_fixture.cc", | 263 "test/auto_test/fixtures/before_initialization_fixture.cc", |
267 "test/auto_test/fixtures/before_initialization_fixture.h", | 264 "test/auto_test/fixtures/before_initialization_fixture.h", |
268 "test/auto_test/fixtures/before_streaming_fixture.cc", | 265 "test/auto_test/fixtures/before_streaming_fixture.cc", |
269 "test/auto_test/fixtures/before_streaming_fixture.h", | 266 "test/auto_test/fixtures/before_streaming_fixture.h", |
270 "test/auto_test/standard/codec_before_streaming_test.cc", | 267 "test/auto_test/standard/codec_before_streaming_test.cc", |
271 "test/auto_test/standard/codec_test.cc", | 268 "test/auto_test/standard/codec_test.cc", |
272 "test/auto_test/standard/dtmf_test.cc", | 269 "test/auto_test/standard/dtmf_test.cc", |
273 "test/auto_test/standard/file_before_streaming_test.cc", | 270 "test/auto_test/standard/file_before_streaming_test.cc", |
274 "test/auto_test/standard/file_test.cc", | 271 "test/auto_test/standard/file_test.cc", |
275 "test/auto_test/standard/hardware_before_initializing_test.cc", | |
276 "test/auto_test/standard/hardware_test.cc", | |
277 "test/auto_test/standard/mixing_test.cc", | 272 "test/auto_test/standard/mixing_test.cc", |
278 "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc", | 273 "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc", |
279 "test/auto_test/standard/rtp_rtcp_extensions.cc", | 274 "test/auto_test/standard/rtp_rtcp_extensions.cc", |
280 "test/auto_test/standard/rtp_rtcp_test.cc", | 275 "test/auto_test/standard/rtp_rtcp_test.cc", |
281 "test/auto_test/standard/voe_base_misc_test.cc", | 276 "test/auto_test/standard/voe_base_misc_test.cc", |
282 "test/auto_test/voe_conference_test.cc", | 277 "test/auto_test/voe_conference_test.cc", |
283 "test/auto_test/voe_standard_test.cc", | 278 "test/auto_test/voe_standard_test.cc", |
284 "test/auto_test/voe_standard_test.h", | 279 "test/auto_test/voe_standard_test.h", |
285 "test/auto_test/voe_test_defines.h", | 280 "test/auto_test/voe_test_defines.h", |
286 ] | 281 ] |
287 | 282 |
288 if (!is_android) { | |
289 # Some tests are not supported on android yet, exclude these tests. | |
290 sources += | |
291 [ "test/auto_test/standard/hardware_before_streaming_test.cc" ] | |
292 } | |
293 | |
294 defines = [] | 283 defines = [] |
295 | 284 |
296 if (rtc_enable_protobuf) { | 285 if (rtc_enable_protobuf) { |
297 defines = [ "ENABLE_RTC_EVENT_LOG" ] | 286 defines = [ "ENABLE_RTC_EVENT_LOG" ] |
298 } | 287 } |
299 | 288 |
300 if (is_win) { | 289 if (is_win) { |
301 defines += [ "WEBRTC_DRIFT_COMPENSATION_SUPPORTED" ] | 290 defines += [ "WEBRTC_DRIFT_COMPENSATION_SUPPORTED" ] |
302 | 291 |
303 cflags = [ | 292 cflags = [ |
304 "/wd4267", # size_t to int truncation. | 293 "/wd4267", # size_t to int truncation. |
305 "/wd4373", # Virtual function override. | 294 "/wd4373", # Virtual function override. |
306 # TODO(kjellander): Bug 261: fix this warning. | 295 # TODO(kjellander): Bug 261: fix this warning. |
307 ] | 296 ] |
308 } | 297 } |
309 | 298 |
310 if (!build_with_chromium && is_clang) { | 299 if (!build_with_chromium && is_clang) { |
311 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163)
. | 300 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163)
. |
312 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 301 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
313 } | 302 } |
314 } | 303 } |
315 } | 304 } |
316 } | 305 } |
OLD | NEW |