| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 066fcd0af3a848c3117a7c7a16cda381ad5e6a3e..6f72e0353599a4596058847101cbc3e2a37263b0 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -7,6 +7,7 @@
|
| 'c_source_files': [
|
| 'c/pp_array_output.h',
|
| 'c/pp_bool.h',
|
| + 'c/pp_codecs.h',
|
| 'c/pp_completion_callback.h',
|
| 'c/pp_errors.h',
|
| 'c/pp_file_info.h',
|
| @@ -62,6 +63,7 @@
|
| 'c/ppb_var_array.h',
|
| 'c/ppb_var_array_buffer.h',
|
| 'c/ppb_var_dictionary.h',
|
| + 'c/ppb_video_decoder.h',
|
| 'c/ppb_video_frame.h',
|
| 'c/ppb_view.h',
|
| 'c/ppb_websocket.h',
|
| @@ -236,6 +238,8 @@
|
| 'cpp/var_array_buffer.h',
|
| 'cpp/var_dictionary.cc',
|
| 'cpp/var_dictionary.h',
|
| + 'cpp/video_decoder.cc',
|
| + 'cpp/video_decoder.h',
|
| 'cpp/video_frame.cc',
|
| 'cpp/video_frame.h',
|
| 'cpp/view.cc',
|
|
|