Index: ppapi/ppapi_shared.gypi |
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi |
index ac7c6c9220876db698b8e5f283edffefd6f9de49..24f6dc35ce1b8043d7e7a2f4161f83c5066af4f2 100644 |
--- a/ppapi/ppapi_shared.gypi |
+++ b/ppapi/ppapi_shared.gypi |
@@ -249,6 +249,10 @@ |
'thunk/ppb_video_capture_thunk.cc', |
'thunk/ppb_video_decoder_api.h', |
'thunk/ppb_video_decoder_thunk.cc', |
+ 'thunk/ppb_video_destination_private_api.h', |
+ 'thunk/ppb_video_destination_private_thunk.cc', |
+ 'thunk/ppb_video_source_private_api.h', |
+ 'thunk/ppb_video_source_private_thunk.cc', |
'thunk/ppb_view_api.h', |
'thunk/ppb_view_dev_thunk.cc', |
'thunk/ppb_view_thunk.cc', |
@@ -306,6 +310,8 @@ |
'thunk/ppb_url_util_thunk.cc', |
'thunk/ppb_video_capture_thunk.cc', |
'thunk/ppb_video_decoder_thunk.cc', |
+ 'thunk/ppb_video_destination_private_thunk.cc', |
+ 'thunk/ppb_video_source_private_thunk.cc', |
], |
}], |
# We exclude a few more things for nacl_win64, to avoid pulling in |