Chromium Code Reviews| Index: media/media.gyp |
| diff --git a/media/media.gyp b/media/media.gyp |
| index 0f90a57ba4386ae733719d092a2197c84721bbe2..7b3869bb7c1ef01ff66b367feffd33f027d9d9b6 100644 |
| --- a/media/media.gyp |
| +++ b/media/media.gyp |
| @@ -330,6 +330,8 @@ |
| 'base/moving_average.h', |
| 'base/multi_channel_resampler.cc', |
| 'base/multi_channel_resampler.h', |
| + 'base/null_video_sink.cc', |
|
DaleCurtis
2015/06/16 16:24:44
Why the move back? Do the mojo tests not use test_
xhwang
2015/06/16 17:16:57
This is used by DefaultRendererConfig, which is pa
|
| + 'base/null_video_sink.h', |
| 'base/pipeline.cc', |
| 'base/pipeline.h', |
| 'base/pipeline_status.h', |
| @@ -1507,8 +1509,6 @@ |
| 'base/mock_demuxer_host.h', |
| 'base/mock_filters.cc', |
| 'base/mock_filters.h', |
| - 'base/null_video_sink.cc', |
| - 'base/null_video_sink.h', |
| 'base/test_data_util.cc', |
| 'base/test_data_util.h', |
| 'base/test_helpers.cc', |