Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index 7b7ec00e82ea0e09f9b8580229f779d5e1bca2bf..3edc09220c2f1e320d6da1ec3295350243b23ec0 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -896,11 +896,6 @@ if (rtc_include_tests) { |
configs += [ "../..:common_config" ] |
public_configs = [ "../..:common_inherited_config" ] |
- if (is_clang) { |
- # Suppress warnings from the Chromium Clang plugins (bugs.webrtc.org/163). |
- configs -= [ "//build/config/clang:find_bad_constructs" ] |
- } |
- |
defines = audio_coding_defines |
deps = audio_coding_deps + [ |
@@ -1207,6 +1202,7 @@ if (rtc_include_tests) { |
"neteq/tools/output_wav_file.h", |
"neteq/tools/packet.cc", |
"neteq/tools/packet.h", |
+ "neteq/tools/packet_source.cc", |
"neteq/tools/packet_source.h", |
"neteq/tools/resample_input_audio_file.cc", |
"neteq/tools/resample_input_audio_file.h", |