| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 600f36b29e5c683a6af83ddf07f7ae54450f7a93..42b4a15103835a15d79297e8496f97b6e9d0bc2d 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -23,6 +23,7 @@
|
| 'c/pp_time.h',
|
| 'c/pp_touch_point.h',
|
| 'c/pp_var.h',
|
| + 'c/pp_media_codec.h',
|
| 'c/ppb.h',
|
| 'c/ppb_audio.h',
|
| 'c/ppb_audio_buffer.h',
|
| @@ -63,6 +64,7 @@
|
| 'c/ppb_var_array_buffer.h',
|
| 'c/ppb_var_dictionary.h',
|
| 'c/ppb_video_frame.h',
|
| + 'c/ppb_media_codec_video_decoder.h',
|
| 'c/ppb_view.h',
|
| 'c/ppb_websocket.h',
|
| 'c/ppp.h',
|
| @@ -241,6 +243,8 @@
|
| 'cpp/var_dictionary.h',
|
| 'cpp/video_frame.cc',
|
| 'cpp/video_frame.h',
|
| + 'cpp/media_codec_video_decoder.cc',
|
| + 'cpp/media_codec_video_decoder.h',
|
| 'cpp/view.cc',
|
| 'cpp/view.h',
|
| 'cpp/websocket.cc',
|
|
|