GN Templates: Move common_config to the template.

Remove common_config from the targets' config and add
it to the template instead.

BUG=webrtc:6187
NOTRY=True

Review-Url: https://codereview.webrtc.org/2300413002
Cr-Commit-Position: refs/heads/master@{#14063}
This commit is contained in:
ehmaldonado
2016-09-05 01:35:44 -07:00
committed by Commit bot
parent 74c10b5a7a
commit 7a2ce0b738
38 changed files with 43 additions and 210 deletions

View File

@ -48,7 +48,6 @@ rtc_source_set("video_processing") {
deps += [ ":video_processing_neon" ]
}
configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]
if (is_clang) {
@ -65,7 +64,6 @@ if (build_video_processing_sse2) {
"util/denoiser_filter_sse2.h",
]
configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]
if (is_clang) {
@ -90,7 +88,6 @@ if (rtc_build_with_neon) {
suppressed_configs += [ "//build/config/compiler:compiler_arm_fpu" ]
cflags = [ "-mfpu=neon" ]
}
configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]
}
}