diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 15:31:40 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 15:31:40 +0000 |
commit | eccefee0229e222c0130dca22412b4dccfa3f181 (patch) | |
tree | 959ca4d2d1c15bd29b821a6af45ed1c433779fb1 /remoting/DEPS | |
parent | 91ef7b0311e0bea576d5b935b2cd378e04c517ca (diff) | |
download | chromium_src-eccefee0229e222c0130dca22412b4dccfa3f181.zip chromium_src-eccefee0229e222c0130dca22412b4dccfa3f181.tar.gz chromium_src-eccefee0229e222c0130dca22412b4dccfa3f181.tar.bz2 |
Add support for hotkey to quit chromoting.
BUG=NONE
TEST=Start up chromoting session, try hitting "shift-esc" on host to quit the session.
Review URL: http://codereview.chromium.org/7466041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/DEPS')
-rw-r--r-- | remoting/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/DEPS b/remoting/DEPS index 05db1ed..324f7a5 100644 --- a/remoting/DEPS +++ b/remoting/DEPS @@ -5,4 +5,6 @@ include_rules = [ "-remoting", "+remoting/base", "+remoting/proto", + "+third_party/GTM", + "+third_party/GTM/AppKit", ] |