Refactor webrtc/modules/audio_conference_mixer for GN check

This moves some GN check configurations out of .gn to individual
targets.

The now checked target is:
"//webrtc/modules/audio_conference_mixer/*"

BUG=webrtc:6828
NOTRY=True

Review-Url: https://codereview.webrtc.org/2593003002
Cr-Commit-Position: refs/heads/master@{#15759}
This commit is contained in:
mbonadei 2016-12-22 06:56:21 -08:00 committed by Commit bot
parent fb78c3e6fc
commit 000d16396e
2 changed files with 3 additions and 0 deletions

1
.gn
View File

@ -25,6 +25,7 @@ check_targets = [
"//webrtc/api/*",
"//webrtc/audio/*",
"//webrtc/modules/audio_coding/*",
"//webrtc/modules/audio_conference_mixer/*",
"//webrtc/modules/audio_device/*",
"//webrtc/modules/audio_mixer/*",
"//webrtc/modules/audio_processing/*",

View File

@ -39,7 +39,9 @@ rtc_static_library("audio_conference_mixer") {
}
deps = [
"../..:webrtc_common",
"../../audio/utility:audio_frame_operations",
"../../base:rtc_base_approved",
"../../system_wrappers",
"../audio_processing",
]