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

Unified Diff: media/base/BUILD.gn

Issue 2067863003: Mixing audio with different latency requirements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android test fix 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
« no previous file with comments | « content/renderer/media/webrtc_audio_renderer.cc ('k') | media/base/audio_hardware_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 1b48c8b836e53f0c8d9dd22d2d92458b80885ee9..17eaec1083812ada65c2893ae5ad4b273c70d1e2 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -51,6 +51,8 @@ source_set("base") {
"audio_hardware_config.h",
"audio_hash.cc",
"audio_hash.h",
+ "audio_latency.cc",
+ "audio_latency.h",
"audio_pull_fifo.cc",
"audio_pull_fifo.h",
"audio_push_fifo.cc",
@@ -424,6 +426,7 @@ source_set("unittests") {
"audio_fifo_unittest.cc",
"audio_hardware_config_unittest.cc",
"audio_hash_unittest.cc",
+ "audio_latency_unittest.cc",
"audio_parameters_unittest.cc",
"audio_point_unittest.cc",
"audio_pull_fifo_unittest.cc",
« no previous file with comments | « content/renderer/media/webrtc_audio_renderer.cc ('k') | media/base/audio_hardware_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698