Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: webrtc/modules/audio_device/audio_device.gypi

Issue 2103863004: UMA log for audio_device Init and Start(Playout|Recording). Make Init return a more specific error … (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rename variable. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..0ef1da106afc26a3fd1abd91de7d93870b4e1d90 100644
--- a/webrtc/modules/audio_device/audio_device.gypi
+++ b/webrtc/modules/audio_device/audio_device.gypi
@@ -89,6 +89,9 @@
'audio_device_impl.cc',
'audio_device_impl.h',
],
+ 'dependencies': [
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
+ ],
'conditions': [
['OS=="android"', {
'sources': [

Powered by Google App Engine
This is Rietveld 408576698