| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index ce8bc031951b68fe72cfcb102f5009c8edac8faa..51f23831d51abc205c16902e15dcf7d313bcf64e 100644
|
| --- a/ppapi/ppapi_shared.gypi
|
| +++ b/ppapi/ppapi_shared.gypi
|
| @@ -171,8 +171,6 @@
|
| 'thunk/ppb_device_ref_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',
|
| @@ -183,6 +181,7 @@
|
| 'thunk/ppb_file_system_api.h',
|
| 'thunk/ppb_file_system_thunk.cc',
|
| 'thunk/ppb_find_thunk.cc',
|
| + 'thunk/ppb_flash_api.h',
|
| 'thunk/ppb_flash_clipboard_api.h',
|
| 'thunk/ppb_flash_clipboard_thunk.cc',
|
| 'thunk/ppb_flash_fullscreen_thunk.cc',
|
| @@ -190,6 +189,7 @@
|
| 'thunk/ppb_flash_menu_thunk.cc',
|
| 'thunk/ppb_flash_message_loop_api.h',
|
| 'thunk/ppb_flash_message_loop_thunk.cc',
|
| + 'thunk/ppb_flash_thunk.cc',
|
| 'thunk/ppb_fullscreen_thunk.cc',
|
| 'thunk/ppb_gamepad_thunk.cc',
|
| 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
|
| @@ -203,6 +203,8 @@
|
| 'thunk/ppb_image_data_api.h',
|
| 'thunk/ppb_image_data_thunk.cc',
|
| 'thunk/ppb_image_data_trusted_thunk.cc',
|
| + 'thunk/ppb_input_event_api.h',
|
| + 'thunk/ppb_input_event_thunk.cc',
|
| 'thunk/ppb_instance_api.h',
|
| 'thunk/ppb_instance_thunk.cc',
|
| 'thunk/ppb_layer_compositor_api.h',
|
|
|