Index: ppapi/ppapi_shared.gypi |
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi |
index f7a01d9b769b4ca675a36ec708736565110e5720..0020a4e1e57b36afc56d4ff220fe23f0bef39a80 100644 |
--- a/ppapi/ppapi_shared.gypi |
+++ b/ppapi/ppapi_shared.gypi |
@@ -77,6 +77,8 @@ |
'shared_impl/ppb_var_shared.h', |
'shared_impl/ppb_video_decoder_shared.cc', |
'shared_impl/ppb_video_decoder_shared.h', |
+ 'shared_impl/ppb_view_shared.cc', |
+ 'shared_impl/ppb_view_shared.h', |
'shared_impl/ppp_instance_combined.cc', |
'shared_impl/ppp_instance_combined.h', |
'shared_impl/proxy_lock.cc', |
@@ -189,6 +191,8 @@ |
'thunk/ppb_video_decoder_thunk.cc', |
'thunk/ppb_video_layer_api.h', |
'thunk/ppb_video_layer_thunk.cc', |
+ 'thunk/ppb_view_api.h', |
+ 'thunk/ppb_view_thunk.cc', |
'thunk/ppb_websocket_api.h', |
'thunk/ppb_websocket_thunk.cc', |
'thunk/ppb_widget_api.h', |