Index: ppapi/ppapi_shared.gypi |
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi |
index 8e5f50b2c1f0bfe78688659142e4f8326e5cba3d..e87bf7c327d91c3cf60c7a21073570bd2c56f824 100644 |
--- a/ppapi/ppapi_shared.gypi |
+++ b/ppapi/ppapi_shared.gypi |
@@ -201,6 +201,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', |
@@ -256,6 +258,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', |