diff options
author | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-10 13:39:24 +0000 |
---|---|---|
committer | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-10 13:39:24 +0000 |
commit | 86459e2cef0d83b80c5efb0c932463e4dd3735ee (patch) | |
tree | d732b15a281a43554d83f753f25689411b5c47f7 /build | |
parent | 4f629d42cc381f446f8d0544287db23d4f1d8d62 (diff) | |
download | chromium_src-86459e2cef0d83b80c5efb0c932463e4dd3735ee.zip chromium_src-86459e2cef0d83b80c5efb0c932463e4dd3735ee.tar.gz chromium_src-86459e2cef0d83b80c5efb0c932463e4dd3735ee.tar.bz2 |
Create and show the virtual keyboard.
Introduces ui/keyboard/ which contains generic code for the control of the keyboard (right now, just creation of the container window).
Also includes the necessary changes to ash so that the keyboard is (always) displayed on ChromeOS builds when the --enable-virtual-keyboard flag is present.
BUG=226986
Review URL: https://codereview.chromium.org/13164002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 5f92cb6..ec97dd0 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -766,6 +766,7 @@ '../ui/views/views.gyp:views', '../ui/views/views.gyp:views_examples_with_content_exe', '../ui/views/views.gyp:views_unittests', + '../ui/keyboard/keyboard.gyp:*', '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests', '../webkit/webkit.gyp:pull_in_webkit_unit_tests', ], |