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

Unified Diff: webrtc/system_wrappers/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/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 327c9af4b908447b7e4ba52da4e4f13e74252dcb..ff3fcb1c8f903543410940fe0beddcc73ffbff40 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",
]
- configs += [ "..:common_config" ]
-
public_configs = [ "..:common_inherited_config" ]
if (rtc_enable_data_logging) {
@@ -146,7 +144,6 @@ rtc_source_set("field_trial_default") {
"source/field_trial_default.cc",
]
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
}
@@ -156,12 +153,10 @@ rtc_source_set("metrics_default") {
"source/metrics_default.cc",
]
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
}
rtc_source_set("system_wrappers_default") {
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
deps = [
@@ -177,7 +172,6 @@ if (is_android) {
"source/cpu_features_android.c",
]
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
deps = [
"//third_party/android_tools:cpu_features",
@@ -191,7 +185,6 @@ if (is_linux) {
"source/cpu_features_linux.c",
]
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
}
}
@@ -224,7 +217,6 @@ if (rtc_include_tests) {
]
}
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
« 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