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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2295283004: Remove unused audio_e2e_harness.cc and infrastructure. (Closed)
Patch Set: rebase Created 4 years, 3 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/tools/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index 04c4543b0af0f712fda7c730f611a4f607cc4328..37f015c1ea7050fdd53989fcfa4215c29424b56a 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -219,28 +219,6 @@ if (rtc_include_tests) {
]
}
- rtc_executable("audio_e2e_harness") {
- testonly = true
- sources = [
- "e2e_quality/audio/audio_e2e_harness.cc",
- ]
-
- if (is_clang) {
- # Suppress warnings from the Chromium Clang plugin.
- # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
- suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
- }
-
- deps = [
- "../system_wrappers:system_wrappers_default",
- "../test:channel_transport",
- "../voice_engine",
- "//build/win:default_exe_manifest",
- "//testing/gtest",
- "//third_party/gflags",
- ]
- }
-
if (is_android || is_ios) {
tools_unittests_resources = [ "//resources/foreman_cif.yuv" ]
}
« no previous file with comments | « no previous file | webrtc/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698