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:
parent
17366bc090
commit
f8a4ecc4a1
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user