| Index: media/base/BUILD.gn
|
| diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
|
| index 96254cf2812270268de37d9af2a7711cd5af0986..e33ddfb0f2c62622d3608b21c9afa048cc8bbb0c 100644
|
| --- a/media/base/BUILD.gn
|
| +++ b/media/base/BUILD.gn
|
| @@ -126,6 +126,8 @@ source_set("base") {
|
| "moving_average.h",
|
| "multi_channel_resampler.cc",
|
| "multi_channel_resampler.h",
|
| + "null_video_sink.cc",
|
| + "null_video_sink.h",
|
| "pipeline.cc",
|
| "pipeline.h",
|
| "pipeline_status.h",
|
| @@ -334,8 +336,6 @@ source_set("test_support") {
|
| "mock_demuxer_host.h",
|
| "mock_filters.cc",
|
| "mock_filters.h",
|
| - "null_video_sink.cc",
|
| - "null_video_sink.h",
|
| "test_data_util.cc",
|
| "test_data_util.h",
|
| "test_helpers.cc",
|
|
|