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

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

Issue 2736503002: Adds unit test for ADM on Linux (Closed)
Patch Set: Added more restrictions to run these tests 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
Index: webrtc/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index 2df1a66a38f22129cd5a98af65003506be9e4318..629de99345a94fccff996f7d28d97b1f25ecc6d2 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -275,6 +275,9 @@ if (rtc_include_tests) {
"../utility:utility",
"//testing/gmock",
]
+ if (is_linux) {
the sun 2017/03/16 07:57:35 not possible to run on win/mac/ios?
henrika_webrtc 2017/03/16 14:40:03 I have written special versions of this test for A
the sun 2017/03/16 15:24:14 Acknowledged.
+ sources += [ "audio_device_unittest.cc" ]
+ }
if (is_android) {
# Need to disable error due to the line in
# base/android/jni_android.h triggering it:

Powered by Google App Engine
This is Rietveld 408576698