| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index bc8865449c9a3ece5869cd18b8477cee97bc3895..c2e4a890ad8cdad4204ec66f5e87696d854671fe 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -14,6 +14,7 @@
|
| 'c/pp_input_event.h',
|
| 'c/pp_instance.h',
|
| 'c/pp_macros.h',
|
| + 'c/pp_media_codec.h',
|
| 'c/pp_module.h',
|
| 'c/pp_point.h',
|
| 'c/pp_rect.h',
|
| @@ -41,6 +42,7 @@
|
| 'c/ppb_image_data.h',
|
| 'c/ppb_input_event.h',
|
| 'c/ppb_instance.h',
|
| + 'c/ppb_media_codec_video_decoder.h',
|
| 'c/ppb_media_stream_audio_track.h',
|
| 'c/ppb_media_stream_video_track.h',
|
| 'c/ppb_message_loop.h',
|
| @@ -190,6 +192,8 @@
|
| 'cpp/instance_handle.cc',
|
| 'cpp/instance_handle.h',
|
| 'cpp/logging.h',
|
| + 'cpp/media_codec_video_decoder.cc',
|
| + 'cpp/media_codec_video_decoder.h',
|
| 'cpp/media_stream_audio_track.cc',
|
| 'cpp/media_stream_audio_track.h',
|
| 'cpp/media_stream_video_track.cc',
|
|
|