Index: webrtc/modules/audio_device/BUILD.gn |
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn |
index d743a6a58f7afd33b61aeab5c5113ab57fea6a73..14c15258509ac951e562904dc8ad7d2bf2ed9083 100644 |
--- a/webrtc/modules/audio_device/BUILD.gn |
+++ b/webrtc/modules/audio_device/BUILD.gn |
@@ -135,6 +135,9 @@ source_set("audio_device") { |
libs = [ |
"AudioToolbox.framework", |
"CoreAudio.framework", |
+ |
+ # Needed for CGEventSourceKeyState in audio_device_mac.cc: |
+ "CoreGraphics.framework", |
] |
} |
if (is_ios) { |