diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-06 15:16:20 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-06 15:16:20 +0000 |
commit | ed81921c9b49f6000cd9f6ec6bfb87eebbc92681 (patch) | |
tree | 89ed51a7342ae5207434817a0a542a98fde175e3 /ui/aura/aura.gyp | |
parent | 07b71bcc8b9649e813d72056b35d9b6bd5565783 (diff) | |
download | chromium_src-ed81921c9b49f6000cd9f6ec6bfb87eebbc92681.zip chromium_src-ed81921c9b49f6000cd9f6ec6bfb87eebbc92681.tar.gz chromium_src-ed81921c9b49f6000cd9f6ec6bfb87eebbc92681.tar.bz2 |
Implements accelerator handling for menus on aura.
BUG=105964
TEST=Manual
Depends on http://codereview.chromium.org/9124021
Review URL: https://chromiumcodereview.appspot.com/9224001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/aura.gyp')
-rw-r--r-- | ui/aura/aura.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp index c84a74e..8c4bc99 100644 --- a/ui/aura/aura.gyp +++ b/ui/aura/aura.gyp @@ -32,6 +32,8 @@ 'client/activation_delegate.h', 'client/aura_constants.cc', 'client/aura_constants.h', + 'client/dispatcher_client.cc', + 'client/dispatcher_client.h', 'client/drag_drop_client.cc', 'client/drag_drop_client.h', 'client/drag_drop_delegate.cc', |