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

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: histogram rename 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
« no previous file with comments | « content/renderer/media/webrtc_audio_renderer.cc ('k') | media/audio/audio_output_resampler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 1180cfd5c51156abb93c655e6dba1b812604c3d6..ab9ee0c7e5cff03b66c79496676ca950940714c7 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",
« no previous file with comments | « content/renderer/media/webrtc_audio_renderer.cc ('k') | media/audio/audio_output_resampler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698