diff options
author | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 02:12:09 +0000 |
---|---|---|
committer | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 02:12:09 +0000 |
commit | d5c409747ee1f24ee1eae50d4869922c38cf5a12 (patch) | |
tree | eb2e3fff658d1032ca56ac3e99ee2353c95c66c2 /app | |
parent | 0a36df31bd4db60670e25fc6008022d4b3b14606 (diff) | |
download | chromium_src-d5c409747ee1f24ee1eae50d4869922c38cf5a12.zip chromium_src-d5c409747ee1f24ee1eae50d4869922c38cf5a12.tar.gz chromium_src-d5c409747ee1f24ee1eae50d4869922c38cf5a12.tar.bz2 |
Fix key identifier conversion.
Key identifiers are more expressive than simple key codes. This patch
expands the target of the mapping to include modifier keys.
This also moves the key identifier conversion into the only directory from
which it is used.
BUG=none
TEST=unit test updated
Review URL: http://codereview.chromium.org/6264020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74227 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/app_base.gypi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/app_base.gypi b/app/app_base.gypi index 53d67c2..8c248d8 100644 --- a/app/app_base.gypi +++ b/app/app_base.gypi @@ -130,14 +130,12 @@ '../ui/base/dragdrop/os_exchange_data_provider_win.cc', '../ui/base/dragdrop/os_exchange_data_provider_win.h', '../ui/base/dragdrop/os_exchange_data.cc', - '../ui/base/dragdrop/os_exchange_data.h', + '../ui/base/dragdrop/os_exchange_data.h', '../ui/base/gtk/event_synthesis_gtk.cc', '../ui/base/gtk/event_synthesis_gtk.h', '../ui/base/gtk/gtk_signal.h', '../ui/base/gtk/gtk_signal_registrar.cc', '../ui/base/gtk/gtk_signal_registrar.h', - '../ui/base/keycodes/keyboard_code_conversion.cc', - '../ui/base/keycodes/keyboard_code_conversion.h', '../ui/base/keycodes/keyboard_code_conversion_gtk.cc', '../ui/base/keycodes/keyboard_code_conversion_gtk.h', '../ui/base/keycodes/keyboard_code_conversion_mac.mm', |