| Index: media/base/BUILD.gn
|
| diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
|
| index 6ed3bfa4091755682a0581559831aae4328c7c37..c0213562122128cb037b15177a3c933d3b05a5bf 100644
|
| --- a/media/base/BUILD.gn
|
| +++ b/media/base/BUILD.gn
|
| @@ -155,7 +155,8 @@ source_set("base") {
|
| "multi_channel_resampler.h",
|
| "null_video_sink.cc",
|
| "null_video_sink.h",
|
| - "output_device.h",
|
| + "output_device_info.cc",
|
| + "output_device_info.h",
|
| "pipeline.h",
|
| "pipeline_impl.cc",
|
| "pipeline_impl.h",
|
| @@ -358,8 +359,6 @@ source_set("test_support") {
|
| "fake_demuxer_stream.h",
|
| "fake_media_resources.cc",
|
| "fake_media_resources.h",
|
| - "fake_output_device.cc",
|
| - "fake_output_device.h",
|
| "fake_single_thread_task_runner.cc",
|
| "fake_single_thread_task_runner.h",
|
| "fake_text_track_stream.cc",
|
|
|