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

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2681993004: Remove voe_cmd_test. (Closed)
Patch Set: rebase Created 3 years, 9 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') | webrtc/voice_engine/test/cmd_test/voe_cmd_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index f58e93a7fd331ac9e22d4f9ee4ee4d707cd4efcd..847cbddb6a94191cfd76fdfcfa25816c246bd92b 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -308,33 +308,6 @@ if (rtc_include_tests) {
}
}
- rtc_executable("voe_cmd_test") {
- testonly = true
-
- deps = [
- ":channel_transport",
- ":voice_engine",
- "..:webrtc_common",
- "../base:rtc_base_approved",
- "//testing/gtest",
- "//third_party/gflags",
- "//webrtc/logging:rtc_event_log_api",
- "//webrtc/modules/audio_processing",
- "//webrtc/system_wrappers",
- "//webrtc/system_wrappers:system_wrappers_default",
- "//webrtc/test:test_support",
- ]
-
- sources = [
- "test/cmd_test/voe_cmd_test.cc",
- ]
-
- if (!build_with_chromium && is_clang) {
- # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
- suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
- }
- }
-
if (!is_ios) {
rtc_executable("voe_auto_test") {
testonly = true
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/voice_engine/test/cmd_test/voe_cmd_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698