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

Unified Diff: media/media.gyp

Issue 2067863003: Mixing audio with different latency requirements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unit tests, cleanup 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index a553800a0d2b1ca0d6a74f2e6fbb5dd195ba4585..35b5aaaab8534ead89e8efb3030d4dd7ac6d4c0b 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -267,6 +267,8 @@
'base/audio_hardware_config.h',
'base/audio_hash.cc',
'base/audio_hash.h',
+ 'base/audio_latency.cc',
+ 'base/audio_latency.h',
'base/audio_pull_fifo.cc',
'base/audio_pull_fifo.h',
'base/audio_push_fifo.cc',
@@ -1169,6 +1171,7 @@
'base/audio_fifo_unittest.cc',
'base/audio_hardware_config_unittest.cc',
'base/audio_hash_unittest.cc',
+ 'base/audio_latency_unittest.cc',
'base/audio_parameters_unittest.cc',
'base/audio_point_unittest.cc',
'base/audio_pull_fifo_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698