diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 04:04:57 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 04:04:57 +0000 |
commit | 31014afc104172d9607ba2a1f14cec4b3a671216 (patch) | |
tree | 5e34843f6f9b8dd6ec572b52a991d2c15bfa7ece /remoting/remoting.gyp | |
parent | df61e2ba8a51419639ed39dc58a25e783005a2cd (diff) | |
download | chromium_src-31014afc104172d9607ba2a1f14cec4b3a671216.zip chromium_src-31014afc104172d9607ba2a1f14cec4b3a671216.tar.gz chromium_src-31014afc104172d9607ba2a1f14cec4b3a671216.tar.bz2 |
Added support of keyboard, mouse and clipboard events to DesktopSessionAgent.
BUG=134694
Review URL: https://chromiumcodereview.appspot.com/11417094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index eef4607..4f6f287 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -1594,6 +1594,8 @@ 'host/ipc_desktop_environment_factory.h', 'host/ipc_desktop_environment.cc', 'host/ipc_desktop_environment.h', + 'host/ipc_event_executor.cc', + 'host/ipc_event_executor.h', 'host/ipc_video_frame_capturer.cc', 'host/ipc_video_frame_capturer.h', 'host/it2me_host_user_interface.cc', |