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

Unified Diff: media/media.gyp

Issue 8936014: Removing DataSource from Filter hierarchy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build busters 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 265ca69d15f34b76580e412404e1ad2abfb1bd33..4c303bbf44c9cca861926f55101bc04ea6759c28 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',
@@ -675,6 +677,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',
+ 'base/mock_demuxer_host.cc',
+ 'base/mock_demuxer_host.h',
'base/mock_filter_host.cc',
'base/mock_filter_host.h',
'base/mock_filters.cc',

Powered by Google App Engine
This is Rietveld 408576698