| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index 01893357857422edab49f73a14b89b3490e22d48..8875178c15f07aaee2e0d252466cfc41739e9acf 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -49,6 +49,7 @@ source_set("audio_device") {
|
| if (is_android) {
|
| include_dirs += [ "android" ]
|
| }
|
| + defines = []
|
| if (rtc_include_internal_audio_device) {
|
| defines += [ "WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" ]
|
| sources += [
|
|
|