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

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: Address comments 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
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 9183de2b4444e84c94dd7a29455cc804352d04f7..0f3411d65f1066d55992400a34a85b9e27630677 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',
@@ -205,6 +206,8 @@
'cpp/tcp_socket.cc',
'cpp/tcp_socket.h',
'cpp/touch_point.h',
+ 'cpp/text_input_controller.cc',
yzshen1 2013/07/23 16:48:20 alphabetically, please.
Seigo Nonaka 2013/07/24 09:05:37 Done.
+ 'cpp/text_input_controller.h',
'cpp/udp_socket.cc',
'cpp/udp_socket.h',
'cpp/url_loader.cc',

Powered by Google App Engine
This is Rietveld 408576698