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

Unified Diff: webrtc/api/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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index fba49efd296c14d1e37e4bdef17426f9e3828fee..69e0a85cf9664021cddc6c75040917955737eb75 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -26,8 +26,6 @@ rtc_source_set("call_api") {
"call/audio_state.h",
]
- public_configs = [ "..:common_inherited_config" ]
-
deps = [
# TODO(kjellander): Add remaining dependencies when webrtc:4243 is done.
"..:webrtc_common",
@@ -119,7 +117,6 @@ rtc_source_set("libjingle_peerconnection") {
]
configs += [ ":libjingle_peerconnection_warnings_config" ]
- public_configs = [ "..:common_inherited_config" ]
if (is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
@@ -187,7 +184,6 @@ if (is_android && !build_with_chromium) {
]
configs += [ ":libjingle_peerconnection_jni_warnings_config" ]
- public_configs = [ "..:common_inherited_config" ]
if (is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
@@ -366,7 +362,6 @@ if (rtc_include_tests) {
defines = [ "HAVE_SCTP" ]
configs += [ ":peerconnection_unittests_config" ]
- public_configs = [ "..:common_inherited_config" ]
if (is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698