summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-23 13:00:55 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-23 13:00:55 +0000
commitf553247ebf96528afde64b205cc4fb8733fb08ce (patch)
tree025fa9618eb4bec03f93e58a35fbf2b97dfa5a76 /chrome/chrome_tests.gypi
parent92e713a7e3b2b5a2458876f81a053d0c6b7ce5fd (diff)
downloadchromium_src-f553247ebf96528afde64b205cc4fb8733fb08ce.zip
chromium_src-f553247ebf96528afde64b205cc4fb8733fb08ce.tar.gz
chromium_src-f553247ebf96528afde64b205cc4fb8733fb08ce.tar.bz2
Experimental Extension Keybinding (first cut).
Implemented in this cut: - End-to-end extension keybinding -- in one dimension, that is -- no UI, just basic functionality, such as: - Manifest changes to specify keybinding. - A simple parser to parse the keybinding from the manifest. - An Extension Keybinding Registry object. - The ability to open browser action popups, page action popups and send named events to the Extension. Not implemented: - All non-Windows specific code. - Install-success-bubble UI changes (that notify the user of new keybinding -- or of keybinding conflict) - A UI to show all keybindings and keybinding conflicts, allowing user to reconfigure keybindings. BUG=27702 TEST=This is tested by an automated test and requires an extension to test manually (one that registers keybinding shortcuts). Review URL: https://chromiumcodereview.appspot.com/9402018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123228 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 1a764cc..58d4fb6 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2642,6 +2642,7 @@
'browser/extensions/extension_input_ui_apitest.cc',
'browser/extensions/extension_install_ui_browsertest.cc',
'browser/extensions/extension_javascript_url_apitest.cc',
+ 'browser/extensions/extension_keybinding_apitest.cc',
'browser/extensions/extension_local_filesystem_apitest.cc',
'browser/extensions/extension_management_api_browsertest.cc',
'browser/extensions/extension_management_apitest.cc',