| 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) {
|
| + sources += [ "audio_device_unittest.cc" ]
|
| + }
|
| if (is_android) {
|
| # Need to disable error due to the line in
|
| # base/android/jni_android.h triggering it:
|
|
|