summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorbryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 07:50:36 +0000
committerbryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 07:50:36 +0000
commitb42f8d9072bbabbcb5d04042fe4334f1fd4bff6a (patch)
tree34d99d9000d347cc54b263ad39a03e1f470ae19a /ui/ui.gyp
parente45a2307a2d8caaba731ae6b02808c379bc459fa (diff)
downloadchromium_src-b42f8d9072bbabbcb5d04042fe4334f1fd4bff6a.zip
chromium_src-b42f8d9072bbabbcb5d04042fe4334f1fd4bff6a.tar.gz
chromium_src-b42f8d9072bbabbcb5d04042fe4334f1fd4bff6a.tar.bz2
Insert text directly from the virtual keyboard.
This allows the insertion of text that does not directly correspond to key codes. The new API introduced is a temporary solution to allow us to continue prototyping the virtual keyboard and understanding how the implementation will interact with IMEs until proper IME integration can be achieved. BUG=237533 Review URL: https://chromiumcodereview.appspot.com/16972006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 775eafe..00e0954 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -186,8 +186,6 @@
'base/events/event_target.h',
'base/events/event_utils.cc',
'base/events/event_utils.h',
- 'base/events/key_identifier_conversion.cc',
- 'base/events/key_identifier_conversion.h',
'base/gestures/gesture_configuration.cc',
'base/gestures/gesture_configuration.h',
'base/gestures/gesture_point.cc',
@@ -869,8 +867,6 @@
'base/events/event_handler.h',
'base/events/event_target.cc',
'base/events/event_target.h',
- 'base/events/key_identifier_conversion.cc',
- 'base/events/key_identifier_conversion.h',
'base/x/events_x.cc',
],
}],