Index: ppapi/ppapi_shared.gypi |
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi |
index 9684560f040519ee900f93c7ae00697d54f98657..a3d9bd3aafc9d7c40ac0bf6bc722df4008d26065 100644 |
--- a/ppapi/ppapi_shared.gypi |
+++ b/ppapi/ppapi_shared.gypi |
@@ -45,6 +45,8 @@ |
'shared_impl/function_group_base.h', |
'shared_impl/graphics_3d_impl.cc', |
'shared_impl/graphics_3d_impl.h', |
+ 'shared_impl/hello_impl.cc', |
+ 'shared_impl/hello_impl.h', |
'shared_impl/host_resource.h', |
'shared_impl/id_assignment.cc', |
'shared_impl/id_assignment.h', |
@@ -114,6 +116,8 @@ |
'thunk/ppb_cursor_control_thunk.cc', |
'thunk/ppb_directory_reader_api.h', |
'thunk/ppb_directory_reader_thunk.cc', |
+ 'thunk/ppb_hello_api.h', |
+ 'thunk/ppb_hello_thunk.cc', |
'thunk/ppb_input_event_api.h', |
'thunk/ppb_input_event_thunk.cc', |
'thunk/ppb_file_chooser_api.h', |