| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index e846f83e44d1306513c0bc149fc247fd1c6043cb..4bae0360c92bf6b95c74eaa2cdb0172fec1c05a0 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -297,6 +297,9 @@ if (rtc_include_tests) {
|
| "rtp_rtcp/source/rtp_payload_registry_unittest.cc",
|
| "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc",
|
| "rtp_rtcp/source/rtp_sender_unittest.cc",
|
| + "rtp_rtcp/source/sample_parser_unittest1.cc",
|
| + "rtp_rtcp/source/sample_parser_unittest2.cc",
|
| + "rtp_rtcp/source/sample_parser_unittest4.cc",
|
| "rtp_rtcp/source/time_util_unittest.cc",
|
| "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc",
|
| "rtp_rtcp/test/testAPI/test_api.cc",
|
| @@ -419,7 +422,6 @@ if (rtc_include_tests) {
|
| public_configs = [ "..:common_inherited_config" ]
|
|
|
| # TODO(jschuh): bugs.webrtc.org/1348: fix this warning.
|
| - configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
|
|
| if (is_clang) {
|
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
|
|