| 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 4684a09427a8ca074e4362fbab2096d9e691bdfc..7d9e227bd4c872b29f68cf5487b3714fe0a06ec0 100644
|
| --- a/webrtc/modules/audio_device/audio_device.gypi
|
| +++ b/webrtc/modules/audio_device/audio_device.gypi
|
| @@ -89,9 +89,6 @@
|
| 'audio_device_impl.cc',
|
| 'audio_device_impl.h',
|
| ],
|
| - 'dependencies': [
|
| - '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
|
| - ],
|
| 'conditions': [
|
| ['use_dummy_audio_file_devices==1', {
|
| 'defines': [
|
| @@ -271,6 +268,7 @@
|
| '<(webrtc_root)/test/test.gyp:test_support_main',
|
| '<(DEPTH)/testing/gtest.gyp:gtest',
|
| '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
|
| + '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
|
| ],
|
| 'sources': [
|
| 'test/audio_device_test_api.cc',
|
|
|