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

Unified Diff: webrtc/base/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/audio/BUILD.gn ('k') | webrtc/build/webrtc.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index e7c01bef13d49732f73980d8260e00708caf94f8..ac1b30b6af5fe6a50711c05f51c7156fb7eab9da 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -94,7 +94,6 @@ rtc_static_library("rtc_base_approved") {
defines = []
libs = []
deps = []
- public_configs = [ "..:common_inherited_config" ]
all_dependent_configs = [ ":rtc_base_approved_all_dependent_config" ]
sources = [
@@ -283,7 +282,6 @@ rtc_static_library("rtc_base") {
]
public_configs = [
- "..:common_inherited_config",
":openssl_config",
":rtc_base_config",
]
@@ -732,10 +730,7 @@ if (rtc_include_tests) {
"unittest_main.cc",
]
configs += [ ":rtc_base_tests_utils_warnings_config" ]
- public_configs = [
- "..:common_inherited_config",
- ":rtc_base_tests_utils_exported_config",
- ]
+ public_configs = [ ":rtc_base_tests_utils_exported_config" ]
deps = [
":rtc_base",
"../test:field_trial",
« no previous file with comments | « webrtc/audio/BUILD.gn ('k') | webrtc/build/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698