Index: webrtc/libjingle/xmpp/BUILD.gn |
diff --git a/webrtc/libjingle/xmpp/BUILD.gn b/webrtc/libjingle/xmpp/BUILD.gn |
index 4c29fc083bf57e28be0302ead832c57ab617bf43..87152ef5bd3ab106d9c3f1b01efbdb5dc32f1e23 100644 |
--- a/webrtc/libjingle/xmpp/BUILD.gn |
+++ b/webrtc/libjingle/xmpp/BUILD.gn |
@@ -30,7 +30,7 @@ config("xmpp_inherited_config") { |
] |
} |
-source_set("rtc_xmpp") { |
+rtc_source_set("rtc_xmpp") { |
cflags = [] |
sources = [ |
"asyncsocket.h", |
@@ -148,7 +148,7 @@ source_set("rtc_xmpp") { |
if (is_clang) { |
# Suppress warnings from Chrome's Clang plugins. |
# See http://code.google.com/p/webrtc/issues/detail?id=163 for details. |
- configs -= [ "//build/config/clang:find_bad_constructs" ] |
+ suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
} |
} |