Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(615)

Unified Diff: webrtc/libjingle/xmpp/BUILD.gn

Issue 2301053002: GN: Introduce templates. (Closed)
Patch Set: Rebase. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/libjingle/xmpp/BUILD.gn
diff --git a/webrtc/libjingle/xmpp/BUILD.gn b/webrtc/libjingle/xmpp/BUILD.gn
index 4c29fc083bf57e28be0302ead832c57ab617bf43..17f36923af13b2c916dabdb7d17555d5c8f3605c 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" ]
+ configs_suppressions += [ "//build/config/clang:find_bad_constructs" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698