| Index: chromecast/chromecast.gyp
|
| diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
|
| index 778decdf64bca7c5a120e4a3fc7845555170e910..b68669781ae08f36a83de5795db6ad07b1111f59 100644
|
| --- a/chromecast/chromecast.gyp
|
| +++ b/chromecast/chromecast.gyp
|
| @@ -36,6 +36,8 @@
|
| 'target_name': 'cast_public_api',
|
| 'type': '<(component)',
|
| 'sources': [
|
| + 'public/cast_audio_output_device.h',
|
| + 'public/cast_audio_output_stream.h',
|
| 'public/cast_egl_platform.h',
|
| 'public/cast_egl_platform_shlib.h',
|
| 'public/cast_media_shlib.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"', {
|
|
|