| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index f9b7f8b6238c9140552c858cb687fd945154fae9..9ce6006d993143ec5309c586082406dfa9c1c48b 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -95,6 +95,8 @@ rtc_static_library("audio_device") {
|
| sources += [
|
| "audio_device_impl.cc",
|
| "audio_device_impl.h",
|
| + "audio_transport_capture.cc",
|
| + "include/audio_transport_capture.h",
|
| ]
|
| if (is_android) {
|
| sources += [
|
|
|