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

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

Issue 2716843002: Removing unused audio device tests (Closed)
Patch Set: Created 3 years, 10 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/modules/audio_device/test/audio_device_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index ddf74c6e9a842a31308437058b61bd279b739eb3..d7fa9353291493c405db0ae8c8328d95f1b4a56a 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -317,29 +317,6 @@ if (rtc_include_tests) {
]
all_dependent_configs = [ ":mock_audio_device_config" ]
}
-
- if (!is_ios) {
- # These tests do not work on ios, see
- # https://bugs.chromium.org/p/webrtc/issues/detail?id=4755
- rtc_executable("audio_device_tests") {
tommi 2017/02/26 14:29:54 It's really strange that the trybots happily ran t
- testonly = true
- sources = [
- "test/audio_device_test_api.cc",
- "test/audio_device_test_defines.h",
- ]
- deps = [
- ":audio_device",
- "../..:webrtc_common",
- "../../system_wrappers",
- "../../test:test_main",
- "../../test:test_support",
- "../rtp_rtcp",
- "../utility",
- "//testing/gtest",
- ]
- public_configs = [ ":audio_device_config" ]
- }
- }
}
if (!build_with_chromium && is_android) {
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/modules/audio_device/test/audio_device_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698