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

Unified Diff: media/base/BUILD.gn

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 | « content/shell/renderer/layout_test/blink_test_runner.cc ('k') | media/base/audio_block_fifo.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 3225972a27031f25a4dfa82adac49f89be7ae0a7..62f10471525b34075724d717abbc55e61906af8d 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -39,6 +39,8 @@ source_set("base") {
"audio_hash.h",
"audio_pull_fifo.cc",
"audio_pull_fifo.h",
+ "audio_rechunker.cc",
+ "audio_rechunker.h",
"audio_renderer.cc",
"audio_renderer.h",
"audio_renderer_mixer.cc",
@@ -382,6 +384,7 @@ source_set("unittests") {
"audio_hardware_config_unittest.cc",
"audio_hash_unittest.cc",
"audio_pull_fifo_unittest.cc",
+ "audio_rechunker_unittest.cc",
"audio_renderer_mixer_input_unittest.cc",
"audio_renderer_mixer_unittest.cc",
"audio_shifter_unittest.cc",
« no previous file with comments | « content/shell/renderer/layout_test/blink_test_runner.cc ('k') | media/base/audio_block_fifo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698