| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index 3cdec10e40f28951f7ff51f01a994d6f3d3c508b..f89ef073d37277e36fce51ac1cdbcfdb5cad84d6 100644
|
| --- a/ppapi/ppapi_shared.gypi
|
| +++ b/ppapi/ppapi_shared.gypi
|
| @@ -203,6 +203,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',
|
| @@ -260,6 +262,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',
|
|
|