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..36b077cb27e8429bdab3882fe6854c5b645d9391 100644 |
--- a/webrtc/modules/audio_device/audio_device.gypi |
+++ b/webrtc/modules/audio_device/audio_device.gypi |
@@ -16,7 +16,7 @@ |
'<(webrtc_root)/base/base.gyp:rtc_base_approved', |
'<(webrtc_root)/common.gyp:webrtc_common', |
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default', |
henrika_webrtc
2016/06/30 08:44:20
Why was this needed?
Max Morin WebRTC
2016/06/30 10:56:04
For linking with metrics. I made the dependencies
|
], |
'include_dirs': [ |
'.', |
@@ -259,7 +259,7 @@ |
'webrtc_utility', |
'<(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:system_wrappers_default', |
], |
'sources': [ |
'test/audio_device_test_api.cc', |
@@ -273,7 +273,7 @@ |
'audio_device', |
'webrtc_utility', |
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default', |
'<(webrtc_root)/test/test.gyp:test_support', |
'<(DEPTH)/testing/gtest.gyp:gtest', |
], |