diff options
author | yusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 00:14:31 +0000 |
---|---|---|
committer | yusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 00:14:31 +0000 |
commit | dbebd42a9160a35acae341101e028fddefac93d4 (patch) | |
tree | 9ab6ce0ae3a0d7ca5654335d2b3756be880f25c1 /ash/ash.gyp | |
parent | ed740385be22965f118c2dcbe442dbe83a4ef67a (diff) | |
download | chromium_src-dbebd42a9160a35acae341101e028fddefac93d4.zip chromium_src-dbebd42a9160a35acae341101e028fddefac93d4.tar.gz chromium_src-dbebd42a9160a35acae341101e028fddefac93d4.tar.bz2 |
Add shortcuts for keyboard brightness.
- Add a delegate interface for controlling keyboard brightness.
- Call the interface on Alt+F6 and Alt+F7.
BUG=135482
TEST=added some tests to aura_shell_unittests
Review URL: https://chromiumcodereview.appspot.com/10694118
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 61fe799..fa9e452 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -144,6 +144,7 @@ 'system/ime/ime_observer.h', 'system/ime/tray_ime.cc', 'system/ime/tray_ime.h', + 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 'system/locale/tray_locale.cc', 'system/locale/tray_locale.h', 'system/network/network_observer.h', |