OLD | NEW |
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 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("../build/webrtc.gni") | 9 import("../build/webrtc.gni") |
10 import("audio_coding/audio_coding.gni") | 10 import("audio_coding/audio_coding.gni") |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 "rtp_rtcp/source/rtp_format_vp8_test_helper.cc", | 290 "rtp_rtcp/source/rtp_format_vp8_test_helper.cc", |
291 "rtp_rtcp/source/rtp_format_vp8_test_helper.h", | 291 "rtp_rtcp/source/rtp_format_vp8_test_helper.h", |
292 "rtp_rtcp/source/rtp_format_vp8_unittest.cc", | 292 "rtp_rtcp/source/rtp_format_vp8_unittest.cc", |
293 "rtp_rtcp/source/rtp_format_vp9_unittest.cc", | 293 "rtp_rtcp/source/rtp_format_vp9_unittest.cc", |
294 "rtp_rtcp/source/rtp_header_extension_unittest.cc", | 294 "rtp_rtcp/source/rtp_header_extension_unittest.cc", |
295 "rtp_rtcp/source/rtp_packet_history_unittest.cc", | 295 "rtp_rtcp/source/rtp_packet_history_unittest.cc", |
296 "rtp_rtcp/source/rtp_packet_unittest.cc", | 296 "rtp_rtcp/source/rtp_packet_unittest.cc", |
297 "rtp_rtcp/source/rtp_payload_registry_unittest.cc", | 297 "rtp_rtcp/source/rtp_payload_registry_unittest.cc", |
298 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc", | 298 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc", |
299 "rtp_rtcp/source/rtp_sender_unittest.cc", | 299 "rtp_rtcp/source/rtp_sender_unittest.cc", |
| 300 "rtp_rtcp/source/sample_parser_unittest1.cc", |
| 301 "rtp_rtcp/source/sample_parser_unittest2.cc", |
| 302 "rtp_rtcp/source/sample_parser_unittest4.cc", |
300 "rtp_rtcp/source/time_util_unittest.cc", | 303 "rtp_rtcp/source/time_util_unittest.cc", |
301 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc", | 304 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc", |
302 "rtp_rtcp/test/testAPI/test_api.cc", | 305 "rtp_rtcp/test/testAPI/test_api.cc", |
303 "rtp_rtcp/test/testAPI/test_api.h", | 306 "rtp_rtcp/test/testAPI/test_api.h", |
304 "rtp_rtcp/test/testAPI/test_api_audio.cc", | 307 "rtp_rtcp/test/testAPI/test_api_audio.cc", |
305 "rtp_rtcp/test/testAPI/test_api_rtcp.cc", | 308 "rtp_rtcp/test/testAPI/test_api_rtcp.cc", |
306 "rtp_rtcp/test/testAPI/test_api_video.cc", | 309 "rtp_rtcp/test/testAPI/test_api_video.cc", |
307 "utility/source/audio_frame_operations_unittest.cc", | 310 "utility/source/audio_frame_operations_unittest.cc", |
308 "utility/source/file_player_unittests.cc", | 311 "utility/source/file_player_unittests.cc", |
309 "utility/source/process_thread_impl_unittest.cc", | 312 "utility/source/process_thread_impl_unittest.cc", |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 } | 415 } |
413 | 416 |
414 if (rtc_build_libvpx) { | 417 if (rtc_build_libvpx) { |
415 deps += [ rtc_libvpx_dir ] | 418 deps += [ rtc_libvpx_dir ] |
416 } | 419 } |
417 | 420 |
418 configs += [ "..:common_config" ] | 421 configs += [ "..:common_config" ] |
419 public_configs = [ "..:common_inherited_config" ] | 422 public_configs = [ "..:common_inherited_config" ] |
420 | 423 |
421 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning. | 424 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning. |
422 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | |
423 | 425 |
424 if (is_clang) { | 426 if (is_clang) { |
425 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). | 427 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
426 configs -= [ "//build/config/clang:find_bad_constructs" ] | 428 configs -= [ "//build/config/clang:find_bad_constructs" ] |
427 } | 429 } |
428 | 430 |
429 if (is_win) { | 431 if (is_win) { |
430 cflags = [ | 432 cflags = [ |
431 # TODO(kjellander): bugs.webrtc.org/261: Fix this warning. | 433 # TODO(kjellander): bugs.webrtc.org/261: Fix this warning. |
432 "/wd4373", # virtual function override. | 434 "/wd4373", # virtual function override. |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 "audio_device/ios/objc/RTCAudioSessionTest.mm", | 617 "audio_device/ios/objc/RTCAudioSessionTest.mm", |
616 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", | 618 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", |
617 ] | 619 ] |
618 | 620 |
619 ldflags = [ "-ObjC" ] | 621 ldflags = [ "-ObjC" ] |
620 | 622 |
621 # TODO(kjellander): Mac bundle files. | 623 # TODO(kjellander): Mac bundle files. |
622 } | 624 } |
623 } | 625 } |
624 } | 626 } |
OLD | NEW |