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

Unified Diff: media/base/BUILD.gn

Issue 672793002: Expose the internal MatrixBuilder class as ChannelMixingMatrix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: List expected_value first in ASSERT_FLOAT_EQ Created 6 years, 2 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 | « no previous file | media/base/channel_mixer.cc » ('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 5e0f8d0c368b5a70f394a1961d36d0ce1d1b0bcc..51d56dfee83954acc7b145cb1956517f304356da 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -64,6 +64,8 @@ source_set("base") {
"cdm_promise.h",
"channel_mixer.cc",
"channel_mixer.h",
+ "channel_mixing_matrix.cc",
+ "channel_mixing_matrix.h",
"clock.h",
"data_buffer.cc",
"data_buffer.h",
@@ -291,6 +293,7 @@ source_set("unittests") {
"callback_holder.h",
"callback_holder_unittest.cc",
"channel_mixer_unittest.cc",
+ "channel_mixing_matrix_unittest.cc",
"data_buffer_unittest.cc",
"decoder_buffer_queue_unittest.cc",
"decoder_buffer_unittest.cc",
« no previous file with comments | « no previous file | media/base/channel_mixer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698