diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 21:38:46 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 21:38:46 +0000 |
commit | 88b460b939077577521fe6119a3682b17992eeae (patch) | |
tree | 97edbd2852b18015c524842a82d4459f5f21b2d6 /remoting/remoting.gyp | |
parent | 02de972eead4d567089d97635328ed520091389d (diff) | |
download | chromium_src-88b460b939077577521fe6119a3682b17992eeae.zip chromium_src-88b460b939077577521fe6119a3682b17992eeae.tar.gz chromium_src-88b460b939077577521fe6119a3682b17992eeae.tar.bz2 |
Move ContentDescription class to a separate file.
BUG=None
TEST=Compiles
Review URL: http://codereview.chromium.org/7261011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90650 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 afb4a08..3561353 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -561,6 +561,8 @@ 'protocol/connection_to_client.h', 'protocol/connection_to_host.cc', 'protocol/connection_to_host.h', + 'protocol/content_description.cc', + 'protocol/content_description.h', 'protocol/host_control_sender.cc', 'protocol/host_control_sender.h', 'protocol/host_message_dispatcher.cc', |