diff options
author | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 19:33:46 +0000 |
---|---|---|
committer | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 19:33:46 +0000 |
commit | 3d86000f7f3ee120e62daba50fd5ccdf08cf09b5 (patch) | |
tree | 858b94c7269cfa4dc1bb92a4ff7dfac0330e2b42 /ash/DEPS | |
parent | 73c7151e9e4fd385a9ddffaf9248ebd1ff208c7a (diff) | |
download | chromium_src-3d86000f7f3ee120e62daba50fd5ccdf08cf09b5.zip chromium_src-3d86000f7f3ee120e62daba50fd5ccdf08cf09b5.tar.gz chromium_src-3d86000f7f3ee120e62daba50fd5ccdf08cf09b5.tar.bz2 |
Move the keyboard overlay view to ash.
This change introduces an issue when Shift+Alt is pressed (http://code.google.com/p/chromium/issues/detail?id=131159).
I'll fix it shortly together with the more general issue (http://code.google.com/p/chromium/issues/detail?id=129834).
BUG=124222
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10829003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/DEPS')
-rw-r--r-- | ash/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ include_rules = [ "+chromeos", + "+content/public", "+grit/ash_strings.h", "+grit/ui_resources.h", "+grit/ui_strings.h", |