| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 03560c3de917109f25812e9f08990ead34ea39ab..8f86b73637356b79e52671a9128b64ca03f26b8f 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -94,6 +94,7 @@
|
| # Private interfaces.
|
| 'c/private/pp_file_handle.h',
|
| 'c/private/pp_private_font_charset.h',
|
| + 'c/private/pp_video_frame_private.h',
|
| 'c/private/ppb_content_decryptor_private.h',
|
| 'c/private/ppb_flash.h',
|
| 'c/private/ppb_flash_clipboard.h',
|
| @@ -115,6 +116,8 @@
|
| 'c/private/ppb_tcp_server_socket_private.h',
|
| 'c/private/ppb_tcp_socket_private.h',
|
| 'c/private/ppb_udp_socket_private.h',
|
| + 'c/private/ppb_video_destination_private.h',
|
| + 'c/private/ppb_video_source_private.h',
|
| 'c/private/ppb_x509_certificate_private.h',
|
| 'c/private/ppp_content_decryptor_private.h',
|
|
|
| @@ -200,12 +203,6 @@
|
| 'cpp/var.h',
|
| 'cpp/var_array_buffer.cc',
|
| 'cpp/var_array_buffer.h',
|
| - 'cpp/video_frame.cc',
|
| - 'cpp/video_frame.h',
|
| - 'cpp/video_reader.cc',
|
| - 'cpp/video_reader.h',
|
| - 'cpp/video_writer.cc',
|
| - 'cpp/video_writer.h',
|
| 'cpp/view.cc',
|
| 'cpp/view.h',
|
| 'cpp/websocket.cc',
|
| @@ -320,6 +317,12 @@
|
| 'cpp/private/udp_socket_private.h',
|
| 'cpp/private/var_private.cc',
|
| 'cpp/private/var_private.h',
|
| + 'cpp/private/video_destination_private.cc',
|
| + 'cpp/private/video_destination_private.h',
|
| + 'cpp/private/video_frame_private.cc',
|
| + 'cpp/private/video_frame_private.h',
|
| + 'cpp/private/video_source_private.cc',
|
| + 'cpp/private/video_source_private.h',
|
| 'cpp/private/x509_certificate_private.cc',
|
| 'cpp/private/x509_certificate_private.h',
|
|
|
|
|