Index: webrtc/modules/audio_device/audio_device.gypi |
diff --git a/webrtc/modules/audio_device/audio_device.gypi b/webrtc/modules/audio_device/audio_device.gypi |
index a7c578965852cf9063d5733cacf3cd63b3988873..0ef1da106afc26a3fd1abd91de7d93870b4e1d90 100644 |
--- a/webrtc/modules/audio_device/audio_device.gypi |
+++ b/webrtc/modules/audio_device/audio_device.gypi |
@@ -89,6 +89,9 @@ |
'audio_device_impl.cc', |
'audio_device_impl.h', |
], |
+ 'dependencies': [ |
henrika_webrtc
2016/07/01 07:56:29
Please check this dependency as discussed off-line
Max Morin WebRTC
2016/07/01 08:26:45
Done.
|
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default', |
+ ], |
'conditions': [ |
['OS=="android"', { |
'sources': [ |