| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 9183de2b4444e84c94dd7a29455cc804352d04f7..32961c4a96515892d6ad63b3687f20176481a04a 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -21,6 +21,7 @@
|
| 'c/pp_size.h',
|
| 'c/pp_stdint.h',
|
| 'c/pp_time.h',
|
| + 'c/pp_touch_point.h',
|
| 'c/pp_var.h',
|
| 'c/ppb.h',
|
| 'c/ppb_audio.h',
|
| @@ -36,18 +37,19 @@
|
| 'c/ppb_graphics_3d.h',
|
| 'c/ppb_host_resolver.h',
|
| 'c/ppb_image_data.h',
|
| + 'c/ppb_ime_input_event.h',
|
| 'c/ppb_input_event.h',
|
| 'c/ppb_instance.h',
|
| 'c/ppb_message_loop.h',
|
| 'c/ppb_messaging.h',
|
| 'c/ppb_mouse_cursor.h',
|
| 'c/ppb_mouse_lock.h',
|
| - 'c/ppb_network_proxy.h',
|
| 'c/ppb_net_address.h',
|
| 'c/ppb_network_proxy.h',
|
| + 'c/ppb_network_proxy.h',
|
| 'c/ppb_opengles2.h',
|
| 'c/ppb_tcp_socket.h',
|
| - 'c/pp_touch_point.h',
|
| + 'c/ppb_text_input.h',
|
| 'c/ppb_udp_socket.h',
|
| 'c/ppb_url_loader.h',
|
| 'c/ppb_url_request_info.h',
|
| @@ -64,6 +66,7 @@
|
| 'c/ppp_instance.h',
|
| 'c/ppp_messaging.h',
|
| 'c/ppp_mouse_lock.h',
|
| + 'c/ppp_text_input.h',
|
|
|
| # Dev interfaces.
|
| 'c/dev/pp_cursor_type_dev.h',
|
| @@ -75,13 +78,11 @@
|
| 'c/dev/ppb_file_chooser_dev.h',
|
| 'c/dev/ppb_find_dev.h',
|
| 'c/dev/ppb_font_dev.h',
|
| - 'c/dev/ppb_ime_input_event_dev.h',
|
| 'c/dev/ppb_memory_dev.h',
|
| 'c/dev/ppb_printing_dev.h',
|
| 'c/dev/ppb_resource_array_dev.h',
|
| 'c/dev/ppb_scrollbar_dev.h',
|
| 'c/dev/ppb_testing_dev.h',
|
| - 'c/dev/ppb_text_input_dev.h',
|
| 'c/dev/ppb_truetype_font_dev.h',
|
| 'c/dev/ppb_url_util_dev.h',
|
| 'c/dev/ppb_video_decoder_dev.h',
|
| @@ -91,7 +92,6 @@
|
| 'c/dev/ppp_network_state_dev.h',
|
| 'c/dev/ppp_scrollbar_dev.h',
|
| 'c/dev/ppp_selection_dev.h',
|
| - 'c/dev/ppp_text_input_dev.h',
|
| 'c/dev/ppp_video_decoder_dev.h',
|
| 'c/dev/ppp_widget_dev.h',
|
| 'c/dev/ppp_zoom_dev.h',
|
| @@ -175,6 +175,8 @@
|
| 'cpp/host_resolver.h',
|
| 'cpp/image_data.cc',
|
| 'cpp/image_data.h',
|
| + 'cpp/ime_input_event.cc',
|
| + 'cpp/ime_input_event.h',
|
| 'cpp/input_event.cc',
|
| 'cpp/input_event.h',
|
| 'cpp/instance.cc',
|
| @@ -204,6 +206,8 @@
|
| 'cpp/size.h',
|
| 'cpp/tcp_socket.cc',
|
| 'cpp/tcp_socket.h',
|
| + 'cpp/text_input.cc',
|
| + 'cpp/text_input.h',
|
| 'cpp/touch_point.h',
|
| 'cpp/udp_socket.cc',
|
| 'cpp/udp_socket.h',
|
| @@ -245,8 +249,6 @@
|
| 'cpp/dev/font_dev.h',
|
| 'cpp/dev/graphics_2d_dev.cc',
|
| 'cpp/dev/graphics_2d_dev.h',
|
| - 'cpp/dev/ime_input_event_dev.cc',
|
| - 'cpp/dev/ime_input_event_dev.h',
|
| 'cpp/dev/memory_dev.cc',
|
| 'cpp/dev/memory_dev.h',
|
| 'cpp/dev/printing_dev.cc',
|
| @@ -257,8 +259,6 @@
|
| 'cpp/dev/scrollbar_dev.h',
|
| 'cpp/dev/selection_dev.cc',
|
| 'cpp/dev/selection_dev.h',
|
| - 'cpp/dev/text_input_dev.cc',
|
| - 'cpp/dev/text_input_dev.h',
|
| 'cpp/dev/truetype_font_dev.cc',
|
| 'cpp/dev/truetype_font_dev.h',
|
| 'cpp/dev/url_util_dev.cc',
|
|
|