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

Unified Diff: media/media.gyp

Issue 11150034: Add support for channel transforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO. 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
« no previous file with comments | « media/base/channel_mixer_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 22f3adad5ad7dca26be2ea47189337d94825a2ed..ca6f97b603b68a02f4f209cfaf8b47d0563b5b9e 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',
@@ -619,6 +621,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',
« no previous file with comments | « media/base/channel_mixer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698