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

Unified Diff: media/base/BUILD.gn

Issue 2024993004: AudioBus: Add a ToInterleavedFloat() method to AudioBus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed a todo 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 | « media/BUILD.gn ('k') | media/base/audio_bus.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 85170033b6f744e0a17390d0a899e670bb6b1b8e..d8509b0fc64c4d8e65a8e26bce27d900d0ad0e31 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -422,6 +422,7 @@ source_set("unittests") {
"audio_push_fifo_unittest.cc",
"audio_renderer_mixer_input_unittest.cc",
"audio_renderer_mixer_unittest.cc",
+ "audio_sample_types_unittest.cc",
"audio_shifter_unittest.cc",
"audio_splicer_unittest.cc",
"audio_timestamp_helper_unittest.cc",
« no previous file with comments | « media/BUILD.gn ('k') | media/base/audio_bus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698