| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index 6514946b28c47b67506af3d725a0768de5ec84c8..3f74ff68beda7a24309179579bab5282c3c14cbc 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -137,6 +137,9 @@ source_set("audio_device") {
|
| "mac/portaudio/pa_ringbuffer.h",
|
| ]
|
| libs = [
|
| + # Needed for CoreGraphics:
|
| + "ApplicationServices.framework",
|
| +
|
| "AudioToolbox.framework",
|
| "CoreAudio.framework",
|
|
|
|
|