diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-10 00:05:47 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-10 00:05:47 +0000 |
commit | 640e4569f6e0ebf1ad3107791a3c94d026dcecfd (patch) | |
tree | 4c294955b031f478abed54bc26d32a31e21846cb /remoting/remoting.gyp | |
parent | c9336d2894620ea2fb48fd658dc1d26ef6b30ed1 (diff) | |
download | chromium_src-640e4569f6e0ebf1ad3107791a3c94d026dcecfd.zip chromium_src-640e4569f6e0ebf1ad3107791a3c94d026dcecfd.tar.gz chromium_src-640e4569f6e0ebf1ad3107791a3c94d026dcecfd.tar.bz2 |
Start chromoting host in the service process though a method call
This change exposes method calls to configure the chromoting host and allow
it to be started from a method.
This will allow us to use IPC message to start the chromoting host.
TEST=unit_tests --gtest_filter=ServiceProcess*
BUG=50243, 50244
Review URL: http://codereview.chromium.org/3084024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 51afbbf..b1c6e1a 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -172,6 +172,8 @@ 'sources': [ 'host/capturer.cc', 'host/capturer.h', + 'host/capturer_fake.cc', + 'host/capturer_fake.h', 'host/chromoting_host.cc', 'host/chromoting_host.h', 'host/chromoting_host_context.cc', @@ -261,8 +263,6 @@ '../base/base.gyp:base_i18n', ], 'sources': [ - 'host/capturer_fake.cc', - 'host/capturer_fake.h', 'host/capturer_fake_ascii.cc', 'host/capturer_fake_ascii.h', 'host/simple_host_process.cc', |