| Index: webrtc/modules/audio_processing/BUILD.gn
|
| diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
|
| index 25c47ec9641c8e957e148d8c341184b0d892852a..bd6adf654293c796cc5a59bd5d16e62416e5e0fb 100644
|
| --- a/webrtc/modules/audio_processing/BUILD.gn
|
| +++ b/webrtc/modules/audio_processing/BUILD.gn
|
| @@ -313,25 +313,6 @@ if (rtc_build_with_neon) {
|
| }
|
|
|
| if (rtc_include_tests) {
|
| - rtc_executable("audioproc") {
|
| - testonly = true
|
| - sources = [
|
| - "test/process_test.cc",
|
| - ]
|
| -
|
| - deps = [
|
| - ":audio_processing",
|
| - ":audioproc_debug_proto",
|
| - ":audioproc_protobuf_utils",
|
| - ":audioproc_test_utils",
|
| - "../../system_wrappers",
|
| - "../../system_wrappers:system_wrappers_default",
|
| - "../../test:test_support",
|
| - "//testing/gtest",
|
| - "//third_party/gflags:gflags",
|
| - ]
|
| - } # audioproc
|
| -
|
| rtc_executable("unpack_aecdump") {
|
| testonly = true
|
| sources = [
|
|
|