commit | 1b35bab8f83a5b722947ad819c178904e1dbb322 | [log] [tgz] |
---|---|---|
author | henrika <henrika@webrtc.org> | Wed Mar 29 14:50:19 2017 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 29 14:50:19 2017 |
tree | b718e65ec20bfae6c5222f7364449aa30a6a79e4 | |
parent | 07a01b3357b220558310e85d460298bb6f5516b9 [diff] |
ADM unit test now runs on Mac and Windows as well. TBR=solenberg BUG=webrtc:7273 Review-Url: https://codereview.webrtc.org/2783863002 Cr-Commit-Position: refs/heads/master@{#17451}
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn index 629de99..9c776d3 100644 --- a/webrtc/modules/audio_device/BUILD.gn +++ b/webrtc/modules/audio_device/BUILD.gn
@@ -275,7 +275,7 @@ "../utility:utility", "//testing/gmock", ] - if (is_linux) { + if (is_linux || is_mac || is_win) { sources += [ "audio_device_unittest.cc" ] } if (is_android) {