summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-17 05:20:29 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-17 05:20:29 +0000
commit8de78b013c1754d83a67312b086a53bd6d593ab9 (patch)
tree652796af29d37bc785fd632e29526f4f6599b4c3 /remoting/remoting.gyp
parent292918ca45e86e9b69188cba4a28f6d425e46ddb (diff)
downloadchromium_src-8de78b013c1754d83a67312b086a53bd6d593ab9.zip
chromium_src-8de78b013c1754d83a67312b086a53bd6d593ab9.tar.gz
chromium_src-8de78b013c1754d83a67312b086a53bd6d593ab9.tar.bz2
Introduce a fake HostStub since there's no need to handle it now
Also changed ChormotingHost to use it. BUG=None TEST=None Review URL: http://codereview.chromium.org/4975003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index e1b20d3..915ae65 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -205,6 +205,8 @@
'host/host_config.h',
'host/host_key_pair.cc',
'host/host_key_pair.h',
+ 'host/host_stub_fake.cc',
+ 'host/host_stub_fake.h',
'host/json_host_config.cc',
'host/json_host_config.h',
'host/in_memory_host_config.cc',