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

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

Issue 2425583002: Removed the deprecated audioproc executable (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | webrtc/modules/audio_processing/audio_processing_tests.gypi » ('j') | 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 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 = [
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/audio_processing_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698