Make dependency of audio_device of ApplicationServices explicit.

Tested in https://codereview.webrtc.org/2276903002.

BUG=webrtc:6170
NOTRY=true

Review-Url: https://codereview.webrtc.org/2273713003
Cr-Commit-Position: refs/heads/master@{#13895}
This commit is contained in:
maxmorin 2016-08-24 06:51:09 -07:00 committed by Commit bot
parent 4e7e8d7300
commit 2ec45b9ffa

View File

@ -137,6 +137,9 @@ source_set("audio_device") {
"mac/portaudio/pa_ringbuffer.h",
]
libs = [
# Needed for CoreGraphics:
"ApplicationServices.framework",
"AudioToolbox.framework",
"CoreAudio.framework",