| Index: chromecast/public/media/BUILD.gn
 | 
| diff --git a/chromecast/public/media/BUILD.gn b/chromecast/public/media/BUILD.gn
 | 
| index b6f699f10b12ae1c1f0067e926d923698071703d..3db81e09093ab8cc206b734a18c113d3be807330 100644
 | 
| --- a/chromecast/public/media/BUILD.gn
 | 
| +++ b/chromecast/public/media/BUILD.gn
 | 
| @@ -4,17 +4,13 @@
 | 
|  
 | 
|  source_set("media") {
 | 
|    sources = [
 | 
| -    "audio_pipeline_device.h",
 | 
|      "cast_decoder_buffer.h",
 | 
|      "cast_decrypt_config.h",
 | 
|      "cast_key_system.h",
 | 
|      "decoder_config.h",
 | 
| -    "media_clock_device.h",
 | 
| -    "media_component_device.h",
 | 
|      "media_pipeline_backend.h",
 | 
|      "media_pipeline_device_params.h",
 | 
|      "stream_id.h",
 | 
| -    "video_pipeline_device.h",
 | 
|    ]
 | 
|  
 | 
|    public_configs = [ ":public_headers" ]
 | 
| 
 |