From ad2eb6f67db6d6e7a953f7c8b45d34d2352bf40d Mon Sep 17 00:00:00 2001 From: "henrike@webrtc.org" Date: Fri, 4 Oct 2013 14:21:23 +0000 Subject: [PATCH] Unbreaks Android build after r4915. TBR=ajm@webrtc.org BUG=Not filed Review URL: https://webrtc-codereview.appspot.com/2348005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4921 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/audio_device/audio_device.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/webrtc/modules/audio_device/audio_device.gypi b/webrtc/modules/audio_device/audio_device.gypi index 75fbf73cd..d0d45ebbb 100644 --- a/webrtc/modules/audio_device/audio_device.gypi +++ b/webrtc/modules/audio_device/audio_device.gypi @@ -12,6 +12,7 @@ 'target_name': 'audio_device', 'type': 'static_library', 'dependencies': [ + 'webrtc_utility', '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', ],