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

Unified Diff: media/media.gyp

Issue 8936014: Removing DataSource from Filter hierarchy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved preload into a separate file. Created 9 years 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/filters/file_data_source_unittest.cc ('k') | webkit/media/buffered_data_source.h » ('j') | 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 265ca69d15f34b76580e412404e1ad2abfb1bd33..f03b1737ce5ce9e801428acfd2c7e51d283f7844 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -115,6 +115,8 @@
'base/composite_filter.h',
'base/data_buffer.cc',
'base/data_buffer.h',
+ 'base/data_source.cc',
+ 'base/data_source.h',
'base/demuxer.cc',
'base/demuxer.h',
'base/demuxer_stream.cc',
@@ -150,6 +152,7 @@
'base/pipeline_impl.cc',
'base/pipeline_impl.h',
'base/pipeline_status.h',
+ 'base/preload.h',
'base/pts_heap.cc',
'base/pts_heap.h',
'base/pts_stream.cc',
@@ -675,6 +678,10 @@
'audio/test_audio_input_controller_factory.h',
'base/mock_callback.cc',
'base/mock_callback.h',
+ 'base/mock_data_source_host.cc',
+ 'base/mock_ddata_source_host.h',
jennb 2011/12/16 18:09:05 typo: ddata
+ 'base/mock_demuxer_host.cc',
+ 'base/mock_demuxer_host.h',
'base/mock_filter_host.cc',
'base/mock_filter_host.h',
'base/mock_filters.cc',
« no previous file with comments | « media/filters/file_data_source_unittest.cc ('k') | webkit/media/buffered_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698