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

Unified Diff: webrtc/system_wrappers/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/stats/BUILD.gn ('k') | webrtc/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/system_wrappers/BUILD.gn
diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn
index ff3fcb1c8f903543410940fe0beddcc73ffbff40..8087f69df79bacf7fa719642327cb864d64207e3 100644
--- a/webrtc/system_wrappers/BUILD.gn
+++ b/webrtc/system_wrappers/BUILD.gn
@@ -75,8 +75,6 @@ rtc_source_set("system_wrappers") {
"source/trace_win.h",
]
- public_configs = [ "..:common_inherited_config" ]
-
if (rtc_enable_data_logging) {
sources += [ "source/data_log.cc" ]
} else {
@@ -143,8 +141,6 @@ rtc_source_set("field_trial_default") {
"include/field_trial_default.h",
"source/field_trial_default.cc",
]
-
- public_configs = [ "..:common_inherited_config" ]
}
rtc_source_set("metrics_default") {
@@ -152,13 +148,9 @@ rtc_source_set("metrics_default") {
"include/metrics_default.h",
"source/metrics_default.cc",
]
-
- public_configs = [ "..:common_inherited_config" ]
}
rtc_source_set("system_wrappers_default") {
- public_configs = [ "..:common_inherited_config" ]
-
deps = [
":field_trial_default",
":metrics_default",
@@ -172,7 +164,6 @@ if (is_android) {
"source/cpu_features_android.c",
]
- public_configs = [ "..:common_inherited_config" ]
deps = [
"//third_party/android_tools:cpu_features",
]
@@ -184,8 +175,6 @@ if (is_linux) {
sources = [
"source/cpu_features_linux.c",
]
-
- public_configs = [ "..:common_inherited_config" ]
}
}
@@ -217,8 +206,6 @@ if (rtc_include_tests) {
]
}
- public_configs = [ "..:common_inherited_config" ]
-
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
if (is_clang) {
« no previous file with comments | « webrtc/stats/BUILD.gn ('k') | webrtc/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698