| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index e99a83be5b334aa2b0e6892b67bc57b91fbf96eb..428aa1f1056689beffe6292cbe5fc3d2e4ab2166 100644
|
| --- a/ppapi/ppapi_shared.gypi
|
| +++ b/ppapi/ppapi_shared.gypi
|
| @@ -122,6 +122,7 @@
|
| 'shared_impl/var_tracker.h',
|
| 'shared_impl/var_value_conversions.cc',
|
| 'shared_impl/var_value_conversions.h',
|
| + 'shared_impl/video_frame.h',
|
| # TODO(viettrungluu): Split these out; it won't be used in NaCl.
|
| 'shared_impl/private/net_address_private_impl.cc',
|
| 'shared_impl/private/net_address_private_impl_constants.cc',
|
| @@ -207,6 +208,8 @@
|
| 'thunk/ppb_instance_thunk.cc',
|
| 'thunk/ppb_isolated_file_system_private_api.h',
|
| 'thunk/ppb_isolated_file_system_private_thunk.cc',
|
| + 'thunk/ppb_media_stream_video_track_api.h',
|
| + 'thunk/ppb_media_stream_video_track_thunk.cc',
|
| 'thunk/ppb_message_loop_api.h',
|
| 'thunk/ppb_messaging_thunk.cc',
|
| 'thunk/ppb_mouse_cursor_thunk.cc',
|
| @@ -264,6 +267,8 @@
|
| 'thunk/ppb_video_decoder_thunk.cc',
|
| 'thunk/ppb_video_destination_private_api.h',
|
| 'thunk/ppb_video_destination_private_thunk.cc',
|
| + 'thunk/ppb_video_frame_api.h',
|
| + 'thunk/ppb_video_frame_thunk.cc',
|
| 'thunk/ppb_video_source_private_api.h',
|
| 'thunk/ppb_video_source_private_thunk.cc',
|
| 'thunk/ppb_view_api.h',
|
|
|