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:
parent
d74886350e
commit
9410b51037
@ -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",
|
||||
|
||||
@ -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" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user