| 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..3fa06b513901254b24429fab5ff405bebf383ae0 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -93,8 +93,10 @@ rtc_static_library("audio_device") {
|
| cflags = []
|
| if (rtc_include_internal_audio_device) {
|
| sources += [
|
| + "audio_device_data_observer.cc",
|
| "audio_device_impl.cc",
|
| "audio_device_impl.h",
|
| + "include/audio_device_data_observer.h",
|
| ]
|
| if (is_android) {
|
| sources += [
|
|
|