Chromium Code Reviews

Unified Diff: webrtc/modules/audio_mixer/BUILD.gn

Issue 2294263002: Fix style guide issues in audio mixer. (Closed)
Patch Set: Rebase. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_mixer/BUILD.gn
diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn
index a266ae43fc3caa278ac7391d5616321acadd2530..c0e5bb554723ce044a36d16a68b80ea1ce640eb6 100644
--- a/webrtc/modules/audio_mixer/BUILD.gn
+++ b/webrtc/modules/audio_mixer/BUILD.gn
@@ -29,12 +29,6 @@ rtc_source_set("audio_mixer") {
public_configs = [ ":audio_conference_mixer_config" ]
- if (is_clang) {
- # Suppress warnings from Chrome's Clang plugins.
- # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
- suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
- }
-
deps = [
"../..:webrtc_common",
"../../base:rtc_base_approved",
« no previous file with comments | « no previous file | webrtc/modules/audio_mixer/audio_mixer.h » ('j') | webrtc/modules/audio_mixer/audio_mixer_impl.cc » ('J')

Powered by Google App Engine