diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-23 19:31:40 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-23 19:31:40 +0000 |
commit | 809e10f57b8bbfb1b780e3963a7466b15aef45bf (patch) | |
tree | 00b8867d566bf0c968b519bac4f036846d0c1612 /chrome/chrome.gyp | |
parent | 1edeeaf2c02be8d62dd57a348b6a4d0e57604448 (diff) | |
download | chromium_src-809e10f57b8bbfb1b780e3963a7466b15aef45bf.zip chromium_src-809e10f57b8bbfb1b780e3963a7466b15aef45bf.tar.gz chromium_src-809e10f57b8bbfb1b780e3963a7466b15aef45bf.tar.bz2 |
Remove chromoting host registration from service process. More IPCs to control
host state.
BUG=None
TEST=Unittests.
Review URL: http://codereview.chromium.org/5955001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70081 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index a87b798..b58992af 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1159,8 +1159,8 @@ 'service/gaia/service_gaia_authenticator.h', 'service/net/service_url_request_context.cc', 'service/net/service_url_request_context.h', - 'service/remoting/remoting_directory_service.cc', - 'service/remoting/remoting_directory_service.h', + 'service/remoting/chromoting_host_manager.cc', + 'service/remoting/chromoting_host_manager.h', ], 'include_dirs': [ '..', |