GN: Add audio_conference_mixer_unittests to modules_unittests.

Was removed by accident in https://codereview.webrtc.org/2629923002/

BUG=webrtc:6954
R=kjellander@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2641203002
Cr-Commit-Position: refs/heads/master@{#16170}
This commit is contained in:
ehmaldonado 2017-01-19 11:57:56 -08:00 committed by Commit bot
parent d74886350e
commit 9410b51037
2 changed files with 7 additions and 0 deletions

View File

@ -260,6 +260,7 @@ if (rtc_include_tests) {
deps += [
"../test:test_main",
"audio_coding:audio_coding_unittests",
"audio_conference_mixer:audio_conference_mixer_unittests",
"audio_device:audio_device_unittests",
"audio_mixer:audio_mixer_unittests",
"audio_processing:audio_processing_unittests",

View File

@ -58,6 +58,12 @@ if (rtc_include_tests) {
"../../test:test_support",
"//testing/gmock",
]
if (is_win) {
cflags = [
# TODO(kjellander): bugs.webrtc.org/261: Fix this warning.
"/wd4373", # virtual function override.
]
}
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]