| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 9183de2b4444e84c94dd7a29455cc804352d04f7..c6f7b0190aea31379ef69625b4ef460ea5e72ab9 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',
|
| @@ -42,12 +43,12 @@
|
| '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_controller.h',
|
| 'c/ppb_udp_socket.h',
|
| 'c/ppb_url_loader.h',
|
| 'c/ppb_url_request_info.h',
|
| @@ -204,6 +205,8 @@
|
| 'cpp/size.h',
|
| 'cpp/tcp_socket.cc',
|
| 'cpp/tcp_socket.h',
|
| + 'cpp/text_input_controller.cc',
|
| + 'cpp/text_input_controller.h',
|
| 'cpp/touch_point.h',
|
| 'cpp/udp_socket.cc',
|
| 'cpp/udp_socket.h',
|
|
|