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

Unified Diff: media/BUILD.gn

Issue 2268253002: UMA stats for browser/renderer audio rendering buffer size mismatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: UMA fixes Created 4 years, 4 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: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 6d6b3d8684116621d429fc0ec8d1160a9660bfc0..9995ee795dce7725a5f9f4db8137c04b82d0cb0a 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -788,6 +788,8 @@ component("shared_memory_support") {
sources = [
"base/audio_bus.cc",
"base/audio_bus.h",
+ "base/audio_latency.cc",
+ "base/audio_latency.h",
"base/audio_parameters.cc",
"base/audio_parameters.h",
"base/audio_point.cc",

Powered by Google App Engine
This is Rietveld 408576698