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}
This commit is contained in:
maxmorin 2016-09-14 00:20:22 -07:00 committed by Commit bot
parent 17366bc090
commit f8a4ecc4a1

View File

@ -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',