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

Unified Diff: webrtc/modules/media_file/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/modules/media_file/BUILD.gn
diff --git a/webrtc/modules/media_file/BUILD.gn b/webrtc/modules/media_file/BUILD.gn
index 84f094fd1159f774de5f8ce71229ae1ed3e120c2..7ecf32fa45d03c9e7964e448e571ed0a01cdd00f 100644
--- a/webrtc/modules/media_file/BUILD.gn
+++ b/webrtc/modules/media_file/BUILD.gn
@@ -12,7 +12,7 @@ config("media_file_config") {
visibility = [ ":*" ] # Only targets in this file can depend on this.
}
-source_set("media_file") {
+rtc_source_set("media_file") {
sources = [
"media_file.h",
"media_file_defines.h",
@@ -34,7 +34,7 @@ source_set("media_file") {
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" ]
}
deps = [

Powered by Google App Engine
This is Rietveld 408576698