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

Unified Diff: media/media.gyp

Issue 11150034: Add support for channel transforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 0d890f1189d7f92181e0a55d67c2aba71a766c5d..479f1425f5dd5e833b86aed09b42bb9ad2fbb387 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -177,6 +177,8 @@
'base/buffers.h',
'base/byte_queue.cc',
'base/byte_queue.h',
+ 'base/channel_mixer.cc',
+ 'base/channel_mixer.h',
'base/clock.cc',
'base/clock.h',
'base/data_buffer.cc',
@@ -616,6 +618,7 @@
'base/bit_reader_unittest.cc',
'base/bind_to_loop_unittest.cc',
'base/buffers_unittest.cc',
+ 'base/channel_mixer_unittest.cc',
'base/clock_unittest.cc',
'base/data_buffer_unittest.cc',
'base/decoder_buffer_unittest.cc',
« media/base/channel_mixer_unittest.cc ('K') | « media/base/channel_mixer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698