diff options
author | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 17:28:03 +0000 |
---|---|---|
committer | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 17:28:03 +0000 |
commit | e265ad798d7713116f2e9168eaa4913854029c20 (patch) | |
tree | 762319020e8f734beda094e7e8d0a32b8249f454 /remoting/remoting.gyp | |
parent | 856ff54b27138c316bd5433a20eeb527032e1608 (diff) | |
download | chromium_src-e265ad798d7713116f2e9168eaa4913854029c20.zip chromium_src-e265ad798d7713116f2e9168eaa4913854029c20.tar.gz chromium_src-e265ad798d7713116f2e9168eaa4913854029c20.tar.bz2 |
Add the plumbing that will carry a clipboard item from a chromoting client to a host.
BUG=117473
Review URL: http://codereview.chromium.org/9646013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127195 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 a37d057..c3ce7f6 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -846,6 +846,7 @@ 'protocol/client_event_dispatcher.cc', 'protocol/client_event_dispatcher.h', 'protocol/client_stub.h', + 'protocol/clipboard_stub.h', 'protocol/connection_to_client.cc', 'protocol/connection_to_client.h', 'protocol/connection_to_host.cc', @@ -857,6 +858,7 @@ 'protocol/host_control_dispatcher.h', 'protocol/host_event_dispatcher.cc', 'protocol/host_event_dispatcher.h', + 'protocol/host_event_stub.h', 'protocol/host_stub.h', 'protocol/input_filter.cc', 'protocol/input_filter.h', |