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

Unified Diff: webrtc/api/BUILD.gn

Issue 2300413002: GN Templates: Move common_config to the template. (Closed)
Patch Set: Add TODOs + tracking bugs. 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 176df9e30542c00a94313b9dc46125797efd7ed9..fba49efd296c14d1e37e4bdef17426f9e3828fee 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -26,7 +26,6 @@ rtc_source_set("call_api") {
"call/audio_state.h",
]
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
deps = [
@@ -119,10 +118,7 @@ rtc_source_set("libjingle_peerconnection") {
"webrtcsessiondescriptionfactory.h",
]
- configs += [
- "..:common_config",
- ":libjingle_peerconnection_warnings_config",
- ]
+ configs += [ ":libjingle_peerconnection_warnings_config" ]
public_configs = [ "..:common_inherited_config" ]
if (is_clang) {
@@ -190,10 +186,7 @@ if (is_android && !build_with_chromium) {
"androidvideotracksource.h",
]
- configs += [
- "..:common_config",
- ":libjingle_peerconnection_jni_warnings_config",
- ]
+ configs += [ ":libjingle_peerconnection_jni_warnings_config" ]
public_configs = [ "..:common_inherited_config" ]
if (is_clang) {
@@ -372,10 +365,7 @@ if (rtc_include_tests) {
defines = [ "HAVE_SCTP" ]
- configs += [
- "..:common_config",
- ":peerconnection_unittests_config",
- ]
+ configs += [ ":peerconnection_unittests_config" ]
public_configs = [ "..:common_inherited_config" ]
if (is_clang) {
« 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