summaryrefslogtreecommitdiffstats
path: root/ash/ash.gyp
diff options
context:
space:
mode:
authoryusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-18 04:12:14 +0000
committeryusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-18 04:12:14 +0000
commitfb9a35593b87e79a08cbcfa8105189b54c9f2adf (patch)
treeb38a21db7f41c1570e90297f5198908ebab37db8 /ash/ash.gyp
parent80b64ea5a60284fcdc509a99c83bc889e27db28b (diff)
downloadchromium_src-fb9a35593b87e79a08cbcfa8105189b54c9f2adf.zip
chromium_src-fb9a35593b87e79a08cbcfa8105189b54c9f2adf.tar.gz
chromium_src-fb9a35593b87e79a08cbcfa8105189b54c9f2adf.tar.bz2
Handle Caps Lock short cut (Shift+Search) in ash [part 1 of 2].
Currently it's handled in chrome/browser/chromeos/system_key_event_listener.cc by checking the X event loop directly, but for Aura, it'd be better to remove the X dependency by moving the code to ash/accelerators/ since any class except aura::RootWindowHost should not handle an X event directly. Part 2 of 2: https://chromiumcodereview.appspot.com/9225004/ BUG=110129 TEST=ran aura_shell_unittests Review URL: http://codereview.chromium.org/9242003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118035 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r--ash/ash.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp
index d506cf1..a911108 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -60,6 +60,7 @@
'app_list/drop_shadow_label.h',
'ash_switches.cc',
'ash_switches.h',
+ 'caps_lock_delegate.h',
'desktop_background/desktop_background_view.cc',
'desktop_background/desktop_background_view.h',
'drag_drop/drag_drop_controller.cc',