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

Unified Diff: webrtc/modules/audio_device/BUILD.gn

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: Add more statistics. Fix missing headers. Fix missing dependencies in gn file. 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/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index 92061a2416360b9cd907d3e76addb530359d9107..35a99eaac7e6cae274ddb9607b6d17cc175eaa7e 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -27,6 +27,7 @@ config("audio_device_config") {
source_set("audio_device") {
deps = [
"../..:webrtc_common",
+ "../../base:rtc_base",
"../../base:rtc_base_approved",
"../../common_audio",
"../../system_wrappers",

Powered by Google App Engine
This is Rietveld 408576698