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

Unified Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

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: native_client_sdk/src/libraries/ppapi_cpp/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
index 061685c46df05e22b96d71fe521ea4744d0fca55..bb084656a5f5bd0efebe5becbee95dd54492b881 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -68,6 +68,7 @@
'zoom_dev.cc',
'ime_input_event_dev.cc',
'text_input_dev.cc',
+ 'text_input_controller.cc',
yzshen1 2013/07/23 16:48:20 If it is intended to put it in dev, the file/class
Seigo Nonaka 2013/07/24 09:05:37 Sorry I'd like to ship as stable. Moving to stable
'font_dev.cc',
'find_dev.cc',
'view_dev.cc',
@@ -175,6 +176,7 @@
'scrollbar_dev.h',
'selection_dev.h',
'text_input_dev.h',
+ 'text_input_controller.h',
'truetype_font_dev.h',
'url_util_dev.h',
'video_capture_client_dev.h',

Powered by Google App Engine
This is Rietveld 408576698