Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: webrtc/modules/audio_processing/BUILD.gn

Issue 2647003002: GN: Make audio_processing_unittests compile with rtc_enable_protobuf=false (Closed)
Patch Set: Revert mb_config.pyl Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/BUILD.gn
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
index d7879976fdd46391b16ccb17b2d7e493ba20c0d7..4f3ea13efb73d2f570d114f5a8db6e687892eb00 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -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",
« no previous file with comments | « webrtc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698