summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authorpenghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-12 12:45:27 +0000
committerpenghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-12 12:45:27 +0000
commit566e824bc5d3daf32519795629d73146b36991f0 (patch)
tree0acb5eaabec4292bc562ca9de8ac9c8c09805212 /views/views.gyp
parenta90c3b6b4b9197494293c15439065c43a27a3469 (diff)
downloadchromium_src-566e824bc5d3daf32519795629d73146b36991f0.zip
chromium_src-566e824bc5d3daf32519795629d73146b36991f0.tar.gz
chromium_src-566e824bc5d3daf32519795629d73146b36991f0.tar.bz2
Use input method to control visibility of virtual keyboard.
BUG=None TEST=Test in Chrome OS and Linux desktop Review URL: http://codereview.chromium.org/7217008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92146 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp
index 339c9ba..1aab732 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -284,6 +284,8 @@
'ime/input_method_win.cc',
'ime/input_method_win.h',
'ime/text_input_client.h',
+ 'ime/text_input_type_tracker.h',
+ 'ime/text_input_type_tracker.cc',
'layer_helper.cc',
'layer_helper.h',
'layer_property_setter.cc',