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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 "source/time_util.h", | 143 "source/time_util.h", |
144 "source/tmmbr_help.cc", | 144 "source/tmmbr_help.cc", |
145 "source/tmmbr_help.h", | 145 "source/tmmbr_help.h", |
146 "source/ulpfec_generator.cc", | 146 "source/ulpfec_generator.cc", |
147 "source/ulpfec_generator.h", | 147 "source/ulpfec_generator.h", |
148 "source/ulpfec_header_reader_writer.cc", | 148 "source/ulpfec_header_reader_writer.cc", |
149 "source/ulpfec_header_reader_writer.h", | 149 "source/ulpfec_header_reader_writer.h", |
150 "source/ulpfec_receiver_impl.cc", | 150 "source/ulpfec_receiver_impl.cc", |
151 "source/ulpfec_receiver_impl.h", | 151 "source/ulpfec_receiver_impl.h", |
152 "source/video_codec_information.h", | 152 "source/video_codec_information.h", |
153 "source/vp8_partition_aggregator.cc", | |
154 "source/vp8_partition_aggregator.h", | |
155 ] | 153 ] |
156 | 154 |
157 if (rtc_enable_bwe_test_logging) { | 155 if (rtc_enable_bwe_test_logging) { |
158 defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1" ] | 156 defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1" ] |
159 } else { | 157 } else { |
160 defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0" ] | 158 defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0" ] |
161 } | 159 } |
162 | 160 |
163 if (!build_with_chromium && is_clang) { | 161 if (!build_with_chromium && is_clang) { |
164 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). | 162 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 "source/rtcp_packet/target_bitrate_unittest.cc", | 303 "source/rtcp_packet/target_bitrate_unittest.cc", |
306 "source/rtcp_packet/tmmbn_unittest.cc", | 304 "source/rtcp_packet/tmmbn_unittest.cc", |
307 "source/rtcp_packet/tmmbr_unittest.cc", | 305 "source/rtcp_packet/tmmbr_unittest.cc", |
308 "source/rtcp_packet/transport_feedback_unittest.cc", | 306 "source/rtcp_packet/transport_feedback_unittest.cc", |
309 "source/rtcp_packet/voip_metric_unittest.cc", | 307 "source/rtcp_packet/voip_metric_unittest.cc", |
310 "source/rtcp_packet_unittest.cc", | 308 "source/rtcp_packet_unittest.cc", |
311 "source/rtcp_receiver_unittest.cc", | 309 "source/rtcp_receiver_unittest.cc", |
312 "source/rtcp_sender_unittest.cc", | 310 "source/rtcp_sender_unittest.cc", |
313 "source/rtp_fec_unittest.cc", | 311 "source/rtp_fec_unittest.cc", |
314 "source/rtp_format_h264_unittest.cc", | 312 "source/rtp_format_h264_unittest.cc", |
| 313 "source/rtp_format_video_generic_unittest.cc", |
315 "source/rtp_format_vp8_test_helper.cc", | 314 "source/rtp_format_vp8_test_helper.cc", |
316 "source/rtp_format_vp8_test_helper.h", | 315 "source/rtp_format_vp8_test_helper.h", |
317 "source/rtp_format_vp8_unittest.cc", | 316 "source/rtp_format_vp8_unittest.cc", |
318 "source/rtp_format_vp9_unittest.cc", | 317 "source/rtp_format_vp9_unittest.cc", |
319 "source/rtp_header_extension_unittest.cc", | 318 "source/rtp_header_extension_unittest.cc", |
320 "source/rtp_packet_history_unittest.cc", | 319 "source/rtp_packet_history_unittest.cc", |
321 "source/rtp_packet_unittest.cc", | 320 "source/rtp_packet_unittest.cc", |
322 "source/rtp_payload_registry_unittest.cc", | 321 "source/rtp_payload_registry_unittest.cc", |
323 "source/rtp_receiver_unittest.cc", | 322 "source/rtp_receiver_unittest.cc", |
324 "source/rtp_rtcp_impl_unittest.cc", | 323 "source/rtp_rtcp_impl_unittest.cc", |
325 "source/rtp_sender_unittest.cc", | 324 "source/rtp_sender_unittest.cc", |
326 "source/rtp_utility_unittest.cc", | 325 "source/rtp_utility_unittest.cc", |
327 "source/time_util_unittest.cc", | 326 "source/time_util_unittest.cc", |
328 "source/ulpfec_generator_unittest.cc", | 327 "source/ulpfec_generator_unittest.cc", |
329 "source/ulpfec_header_reader_writer_unittest.cc", | 328 "source/ulpfec_header_reader_writer_unittest.cc", |
330 "source/ulpfec_receiver_unittest.cc", | 329 "source/ulpfec_receiver_unittest.cc", |
331 "source/vp8_partition_aggregator_unittest.cc", | |
332 "test/testAPI/test_api.cc", | 330 "test/testAPI/test_api.cc", |
333 "test/testAPI/test_api.h", | 331 "test/testAPI/test_api.h", |
334 "test/testAPI/test_api_audio.cc", | 332 "test/testAPI/test_api_audio.cc", |
335 "test/testAPI/test_api_rtcp.cc", | 333 "test/testAPI/test_api_rtcp.cc", |
336 "test/testAPI/test_api_video.cc", | 334 "test/testAPI/test_api_video.cc", |
337 ] | 335 ] |
338 deps = [ | 336 deps = [ |
339 ":fec_test_helper", | 337 ":fec_test_helper", |
340 ":mock_rtp_rtcp", | 338 ":mock_rtp_rtcp", |
341 ":rtp_rtcp", | 339 ":rtp_rtcp", |
(...skipping 11 matching lines...) Expand all Loading... |
353 ] | 351 ] |
354 | 352 |
355 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning. | 353 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning. |
356 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 354 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
357 if (!build_with_chromium && is_clang) { | 355 if (!build_with_chromium && is_clang) { |
358 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). | 356 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
359 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 357 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
360 } | 358 } |
361 } | 359 } |
362 } | 360 } |
OLD | NEW |