diff options
author | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 17:28:37 +0000 |
---|---|---|
committer | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 17:28:37 +0000 |
commit | 837055f70a51a85875d0f39634f8767866096126 (patch) | |
tree | f4bf7374234b3f229f3787100722a16a34d0ae91 /ui/keyboard/keyboard.gyp | |
parent | d7ad3e9a12d300a26968b9e2456e6ff16e6293bf (diff) | |
download | chromium_src-837055f70a51a85875d0f39634f8767866096126.zip chromium_src-837055f70a51a85875d0f39634f8767866096126.tar.gz chromium_src-837055f70a51a85875d0f39634f8767866096126.tar.bz2 |
WebUIHandler for chrome://keyboard
This also moves processing of the KeyEvent JSON structure into
ui/keyboard/ from chrome/browser/extensions/api/input/input.cc.
The JS is setup with a separate implementation of send_key_event.js
(send_key_event_webui.js) that is mapped to the send_key_event.js
resource by the WebUIController. This allows the WebUI and extension
code to be entirely shared.
BUG=222801
Review URL: https://chromiumcodereview.appspot.com/14161009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195218 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/keyboard/keyboard.gyp')
-rw-r--r-- | ui/keyboard/keyboard.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/keyboard/keyboard.gyp b/ui/keyboard/keyboard.gyp index 6562daa..8d37845 100644 --- a/ui/keyboard/keyboard.gyp +++ b/ui/keyboard/keyboard.gyp @@ -50,6 +50,8 @@ 'keyboard_switches.h', 'keyboard_ui_controller.cc', 'keyboard_ui_controller.h', + 'keyboard_ui_handler.cc', + 'keyboard_ui_handler.h', 'keyboard_util.cc', 'keyboard_util.h', ] |