Chromium Code Reviews| 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', |