diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-13 19:21:39 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-13 19:21:39 +0000 |
commit | dd2bd832c6bf1fec29be9654b3746d9b3d011952 (patch) | |
tree | 8959e941092715d3954c645dd1e0e158a1c7b70a /remoting/DEPS | |
parent | 3489a61484501935cd2a20ee9c646eea92659b59 (diff) | |
download | chromium_src-dd2bd832c6bf1fec29be9654b3746d9b3d011952.zip chromium_src-dd2bd832c6bf1fec29be9654b3746d9b3d011952.tar.gz chromium_src-dd2bd832c6bf1fec29be9654b3746d9b3d011952.tar.bz2 |
Move usb_keycode_map.h into ui/base/keycodes.
This file contains the mapping table to convert to/from USB scan codes and
native Mac, Win and Linux key codes.
Currently, 2 exact copies of this file exist:
* webkit/plugins/ppapi
* remoting/host
This cl combines these files into one super-powerful USB key mapping table!
BUG=118432
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10544106
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141930 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/DEPS')
-rw-r--r-- | remoting/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/DEPS b/remoting/DEPS index 711e7dc..21565d9 100644 --- a/remoting/DEPS +++ b/remoting/DEPS @@ -16,4 +16,5 @@ include_rules = [ "+third_party/libjingle", "+third_party/libvpx", "+third_party/skia/include/core", + "+ui/base/keycodes", ] |