| Index: chromecast/chromecast.gyp
|
| diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
|
| index 778decdf64bca7c5a120e4a3fc7845555170e910..dacbfcf79283fc6fe45adfd07a226d69d08b4a43 100644
|
| --- a/chromecast/chromecast.gyp
|
| +++ b/chromecast/chromecast.gyp
|
| @@ -43,6 +43,8 @@
|
| 'public/chromecast_export.h',
|
| 'public/graphics_properties_shlib.h',
|
| 'public/graphics_types.h',
|
| + 'public/media/cast_audio_output_device.h',
|
| + 'public/media/cast_audio_output_stream.h',
|
| 'public/media/decoder_config.h',
|
| 'public/media/stream_id.h',
|
| 'public/osd_plane.h',
|
| @@ -76,7 +78,9 @@
|
| 'base/process_utils.cc',
|
| 'base/process_utils.h',
|
| 'base/serializers.cc',
|
| - 'base/serializers.h'
|
| + 'base/serializers.h',
|
| + 'base/task_runner_impl.cc',
|
| + 'base/task_runner_impl.h',
|
| ],
|
| 'conditions': [
|
| ['OS=="android"', {
|
|
|