Index: ppapi/ppapi_shared.gypi |
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi |
index c95db94cfd463ebed38942a792e23cf2d39654bf..51a8ee254fecab16ce7d17894acc8c03d77c84db 100644 |
--- a/ppapi/ppapi_shared.gypi |
+++ b/ppapi/ppapi_shared.gypi |
@@ -250,6 +250,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', |
@@ -307,6 +311,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 |