GN: Make audio_processing_unittests compile with rtc_enable_protobuf=false
BUG=webrtc:6626 NOTRY=True Review-Url: https://codereview.webrtc.org/2647003002 Cr-Commit-Position: refs/heads/master@{#16209}
This commit is contained in:
parent
fd870db0b2
commit
f49ff260d1
@ -371,6 +371,7 @@ if (rtc_include_tests) {
|
||||
"base:rtc_task_queue_unittests",
|
||||
"p2p:libstunprober_unittests",
|
||||
"p2p:rtc_p2p_unittests",
|
||||
"system_wrappers:metrics_default",
|
||||
]
|
||||
|
||||
if (rtc_enable_protobuf) {
|
||||
|
||||
@ -429,7 +429,6 @@ if (rtc_include_tests) {
|
||||
"beamformer/covariance_matrix_generator_unittest.cc",
|
||||
"beamformer/matrix_unittest.cc",
|
||||
"beamformer/mock_nonlinear_beamformer.h",
|
||||
"beamformer/nonlinear_beamformer_unittest.cc",
|
||||
"config_unittest.cc",
|
||||
"echo_cancellation_impl_unittest.cc",
|
||||
"splitting_filter_unittest.cc",
|
||||
@ -456,7 +455,6 @@ if (rtc_include_tests) {
|
||||
|
||||
deps = [
|
||||
":audio_processing",
|
||||
":audioproc_debug_proto",
|
||||
":audioproc_test_utils",
|
||||
"../..:webrtc_common",
|
||||
"../../base:gtest_prod",
|
||||
@ -497,6 +495,7 @@ if (rtc_include_tests) {
|
||||
if (rtc_enable_protobuf) {
|
||||
defines += [ "WEBRTC_AUDIOPROC_DEBUG_DUMP" ]
|
||||
deps += [
|
||||
":audioproc_debug_proto",
|
||||
":audioproc_protobuf_utils",
|
||||
":audioproc_unittest_proto",
|
||||
]
|
||||
@ -510,6 +509,7 @@ if (rtc_include_tests) {
|
||||
"audio_processing_impl_locking_unittest.cc",
|
||||
"audio_processing_impl_unittest.cc",
|
||||
"audio_processing_unittest.cc",
|
||||
"beamformer/nonlinear_beamformer_unittest.cc",
|
||||
"echo_cancellation_bit_exact_unittest.cc",
|
||||
"echo_control_mobile_unittest.cc",
|
||||
"echo_detector/circular_buffer_unittest.cc",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user