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

Unified Diff: media/BUILD.gn

Issue 2024993004: AudioBus: Add a ToInterleavedFloat() method to AudioBus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unit tests 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/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index ccbb090fc95a32de28cf0a807fd854e73bc3cb41..30b4767dfa532ad32f70748d7d575ac2b361b03f 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -792,6 +792,7 @@ component("shared_memory_support") {
"base/audio_parameters.h",
"base/audio_point.cc",
"base/audio_point.h",
+ "base/audio_sample_types.h",
"base/channel_layout.cc",
"base/channel_layout.h",
"base/limits.h",

Powered by Google App Engine
This is Rietveld 408576698