Chromium Code Reviews

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

Issue 2311843002: GN Templates: Move common_inherited_config to the template. (Closed)
Patch Set: Added comment for rtc_common_inherited_config. 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
« no previous file with comments | « webrtc/modules/congestion_controller/BUILD.gn ('k') | webrtc/modules/media_file/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/desktop_capture/BUILD.gn
diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
index c91f7f2bf6ae4aa87d23e2937c8dabe2d978171f..7c2ab6cdc70a31839b22bfb976532ba3c7a64b4b 100644
--- a/webrtc/modules/desktop_capture/BUILD.gn
+++ b/webrtc/modules/desktop_capture/BUILD.gn
@@ -22,8 +22,6 @@ rtc_source_set("primitives") {
"desktop_region.cc",
"desktop_region.h",
]
-
- public_configs = [ "../..:common_inherited_config" ]
}
rtc_source_set("desktop_capture") {
@@ -148,8 +146,6 @@ rtc_source_set("desktop_capture") {
]
}
- public_configs = [ "../..:common_inherited_config" ]
-
if (is_clang && !is_nacl) {
# Suppress warnings from Chrome's Clang plugins.
# See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
@@ -177,8 +173,6 @@ if (use_desktop_capture_differ_sse2) {
"differ_block_sse2.h",
]
- public_configs = [ "../..:common_inherited_config" ]
-
if (is_posix) {
cflags = [ "-msse2" ]
}
« no previous file with comments | « webrtc/modules/congestion_controller/BUILD.gn ('k') | webrtc/modules/media_file/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine