Chromium Code Reviews| 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': [ |
| + '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default', |
| + ], |
| 'conditions': [ |
| ['OS=="android"', { |
| 'sources': [ |