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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_video_sync.h", | |
87 "include/voe_volume_control.h", | 86 "include/voe_volume_control.h", |
88 "monitor_module.cc", | 87 "monitor_module.cc", |
89 "monitor_module.h", | 88 "monitor_module.h", |
90 "output_mixer.cc", | 89 "output_mixer.cc", |
91 "output_mixer.h", | 90 "output_mixer.h", |
92 "shared_data.cc", | 91 "shared_data.cc", |
93 "shared_data.h", | 92 "shared_data.h", |
94 "statistics.cc", | 93 "statistics.cc", |
95 "statistics.h", | 94 "statistics.h", |
96 "transmit_mixer.cc", | 95 "transmit_mixer.cc", |
(...skipping 11 matching lines...) Expand all Loading... |
108 "voe_file_impl.cc", | 107 "voe_file_impl.cc", |
109 "voe_file_impl.h", | 108 "voe_file_impl.h", |
110 "voe_hardware_impl.cc", | 109 "voe_hardware_impl.cc", |
111 "voe_hardware_impl.h", | 110 "voe_hardware_impl.h", |
112 "voe_neteq_stats_impl.cc", | 111 "voe_neteq_stats_impl.cc", |
113 "voe_neteq_stats_impl.h", | 112 "voe_neteq_stats_impl.h", |
114 "voe_network_impl.cc", | 113 "voe_network_impl.cc", |
115 "voe_network_impl.h", | 114 "voe_network_impl.h", |
116 "voe_rtp_rtcp_impl.cc", | 115 "voe_rtp_rtcp_impl.cc", |
117 "voe_rtp_rtcp_impl.h", | 116 "voe_rtp_rtcp_impl.h", |
118 "voe_video_sync_impl.cc", | |
119 "voe_video_sync_impl.h", | |
120 "voe_volume_control_impl.cc", | 117 "voe_volume_control_impl.cc", |
121 "voe_volume_control_impl.h", | 118 "voe_volume_control_impl.h", |
122 "voice_engine_defines.h", | 119 "voice_engine_defines.h", |
123 "voice_engine_impl.cc", | 120 "voice_engine_impl.cc", |
124 "voice_engine_impl.h", | 121 "voice_engine_impl.h", |
125 ] | 122 ] |
126 | 123 |
127 if (is_win) { | 124 if (is_win) { |
128 defines = [ "WEBRTC_DRIFT_COMPENSATION_SUPPORTED" ] | 125 defines = [ "WEBRTC_DRIFT_COMPENSATION_SUPPORTED" ] |
129 | 126 |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 "test/auto_test/standard/dtmf_test.cc", | 366 "test/auto_test/standard/dtmf_test.cc", |
370 "test/auto_test/standard/file_before_streaming_test.cc", | 367 "test/auto_test/standard/file_before_streaming_test.cc", |
371 "test/auto_test/standard/file_test.cc", | 368 "test/auto_test/standard/file_test.cc", |
372 "test/auto_test/standard/hardware_before_initializing_test.cc", | 369 "test/auto_test/standard/hardware_before_initializing_test.cc", |
373 "test/auto_test/standard/hardware_test.cc", | 370 "test/auto_test/standard/hardware_test.cc", |
374 "test/auto_test/standard/mixing_test.cc", | 371 "test/auto_test/standard/mixing_test.cc", |
375 "test/auto_test/standard/neteq_stats_test.cc", | 372 "test/auto_test/standard/neteq_stats_test.cc", |
376 "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc", | 373 "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc", |
377 "test/auto_test/standard/rtp_rtcp_extensions.cc", | 374 "test/auto_test/standard/rtp_rtcp_extensions.cc", |
378 "test/auto_test/standard/rtp_rtcp_test.cc", | 375 "test/auto_test/standard/rtp_rtcp_test.cc", |
379 "test/auto_test/standard/video_sync_test.cc", | |
380 "test/auto_test/standard/voe_base_misc_test.cc", | 376 "test/auto_test/standard/voe_base_misc_test.cc", |
381 "test/auto_test/standard/volume_test.cc", | 377 "test/auto_test/standard/volume_test.cc", |
382 "test/auto_test/voe_conference_test.cc", | 378 "test/auto_test/voe_conference_test.cc", |
383 "test/auto_test/voe_standard_test.cc", | 379 "test/auto_test/voe_standard_test.cc", |
384 "test/auto_test/voe_standard_test.h", | 380 "test/auto_test/voe_standard_test.h", |
385 "test/auto_test/voe_test_defines.h", | 381 "test/auto_test/voe_test_defines.h", |
386 "test/auto_test/voe_test_interface.h", | 382 "test/auto_test/voe_test_interface.h", |
387 ] | 383 ] |
388 | 384 |
389 if (!is_android) { | 385 if (!is_android) { |
(...skipping 18 matching lines...) Expand all Loading... |
408 ] | 404 ] |
409 } | 405 } |
410 | 406 |
411 if (!build_with_chromium && is_clang) { | 407 if (!build_with_chromium && is_clang) { |
412 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163)
. | 408 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163)
. |
413 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 409 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
414 } | 410 } |
415 } | 411 } |
416 } | 412 } |
417 } | 413 } |
OLD | NEW |