| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 21c900a1586a3d6677a81641cf657a9e4e26a010..2f89a98e4bf8ceeac22a0ccc4384faf7a85f8208 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -385,7 +385,8 @@
|
| 'base/multi_channel_resampler.h',
|
| 'base/null_video_sink.cc',
|
| 'base/null_video_sink.h',
|
| - 'base/output_device.h',
|
| + 'base/output_device_info.cc',
|
| + 'base/output_device_info.h',
|
| 'base/pipeline.h',
|
| 'base/pipeline_impl.cc',
|
| 'base/pipeline_impl.h',
|
| @@ -1547,8 +1548,6 @@
|
| 'base/fake_demuxer_stream.h',
|
| 'base/fake_media_resources.cc',
|
| 'base/fake_media_resources.h',
|
| - 'base/fake_output_device.cc',
|
| - 'base/fake_output_device.h',
|
| 'base/fake_single_thread_task_runner.cc',
|
| 'base/fake_single_thread_task_runner.h',
|
| 'base/fake_text_track_stream.cc',
|
|
|