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

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: UMA fix, unit tests and compile error fixes on some platforms, review comments addressed 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 e6afa2e598edc2eac075d03997dc925b48539333..9591b631e14acd648ac45abe973bdeb3d832a935 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -262,6 +262,8 @@
'base/audio_hardware_config.h',
'base/audio_hash.cc',
'base/audio_hash.h',
+ 'base/audio_latency.cc',
+ 'base/audio_latency.h',
Henrik Grunell 2016/06/29 12:20:55 Indentation.
o1ka 2016/06/29 13:57:31 Done.
'base/audio_pull_fifo.cc',
'base/audio_pull_fifo.h',
'base/audio_push_fifo.cc',
@@ -1118,6 +1120,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