From f8a4ecc4a188416aac76a6713f0ec0432f1ee49e Mon Sep 17 00:00:00 2001 From: maxmorin Date: Wed, 14 Sep 2016 00:20:22 -0700 Subject: [PATCH] Remove dependency of audio_device on metrics_default. BUG=webrtc:6349 NOTRY=True Review-Url: https://codereview.webrtc.org/2338813002 Cr-Commit-Position: refs/heads/master@{#14205} --- webrtc/modules/audio_device/audio_device.gypi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webrtc/modules/audio_device/audio_device.gypi b/webrtc/modules/audio_device/audio_device.gypi index 4684a09427..7d9e227bd4 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',