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

Unified Diff: media/media.gyp

Issue 1647773002: MediaStream audio sourcing: Bypass audio processing for non-WebRTC cases. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NOT FOR REVIEW -- This will be broken-up across multiple CLs. Created 4 years, 10 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 | « media/base/audio_rechunker_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index cc8357c8cebb4ab2b297eb8054e4ddb16e21ba46..979bb3f3df813ef7732e0f777e10c39c6d83b8cb 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -251,6 +251,8 @@
'base/audio_hash.h',
'base/audio_pull_fifo.cc',
'base/audio_pull_fifo.h',
+ 'base/audio_rechunker.cc',
+ 'base/audio_rechunker.h',
'base/audio_renderer.cc',
'base/audio_renderer.h',
'base/audio_renderer_mixer.cc',
@@ -1233,6 +1235,7 @@
'base/audio_hardware_config_unittest.cc',
'base/audio_hash_unittest.cc',
'base/audio_pull_fifo_unittest.cc',
+ 'base/audio_rechunker_unittest.cc',
'base/audio_renderer_mixer_input_unittest.cc',
'base/audio_renderer_mixer_unittest.cc',
'base/audio_shifter_unittest.cc',
« no previous file with comments | « media/base/audio_rechunker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698