| Index: ppapi/ppapi_shared.gypi
|
| ===================================================================
|
| --- ppapi/ppapi_shared.gypi (revision 90976)
|
| +++ ppapi/ppapi_shared.gypi (working copy)
|
| @@ -37,6 +37,10 @@
|
| 'shared_impl/function_group_base.h',
|
| 'shared_impl/image_data_impl.cc',
|
| 'shared_impl/image_data_impl.h',
|
| + 'shared_impl/input_event_impl.cc',
|
| + 'shared_impl/input_event_impl.h',
|
| + 'shared_impl/instance_impl.cc',
|
| + 'shared_impl/instance_impl.h',
|
| 'shared_impl/ppapi_preferences.cc',
|
| 'shared_impl/ppapi_preferences.h',
|
| 'shared_impl/resource_object_base.cc',
|
| @@ -70,6 +74,8 @@
|
| 'thunk/ppb_cursor_control_thunk.cc',
|
| 'thunk/ppb_directory_reader_api.h',
|
| 'thunk/ppb_directory_reader_thunk.cc',
|
| + 'thunk/ppb_input_event_api.h',
|
| + 'thunk/ppb_input_event_thunk.cc',
|
| 'thunk/ppb_file_chooser_api.h',
|
| 'thunk/ppb_file_chooser_thunk.cc',
|
| 'thunk/ppb_file_io_api.h',
|
|
|