| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 10f2d1613e40c06bb5c242f05de2f18eaa401977..2d397a7dd90368b876dbac5ebd7f415ab83ec948 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -65,6 +65,7 @@
|
| 'c/ppb_var_array_buffer.h',
|
| 'c/ppb_var_dictionary.h',
|
| 'c/ppb_video_decoder.h',
|
| + 'c/ppb_video_encoder.h',
|
| 'c/ppb_video_frame.h',
|
| 'c/ppb_view.h',
|
| 'c/ppb_websocket.h',
|
| @@ -244,6 +245,8 @@
|
| 'cpp/var_dictionary.h',
|
| 'cpp/video_decoder.cc',
|
| 'cpp/video_decoder.h',
|
| + 'cpp/video_encoder.cc',
|
| + 'cpp/video_encoder.h',
|
| 'cpp/video_frame.cc',
|
| 'cpp/video_frame.h',
|
| 'cpp/view.cc',
|
|
|