Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1409)

Unified Diff: ppapi/ppapi_sources.gypi

Issue 18671004: PPAPI: Move IMEInputEvent and TextInput to stable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing one comment Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698