| 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..e3b3e94acef9c36b303a1e1bc9378c6802d1a36f 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -103,6 +103,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 += [
|
|
|