diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 18:19:32 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 18:19:32 +0000 |
commit | bb76fd4253554e9e622f85aa68bbf6a092cb1481 (patch) | |
tree | 39ad412ccd8c0a9d4099e7af9847586420bc1db1 /chrome/chrome.gyp | |
parent | 13bbbd19b7e90b1b4c3449f8945aab132eec8767 (diff) | |
download | chromium_src-bb76fd4253554e9e622f85aa68bbf6a092cb1481.zip chromium_src-bb76fd4253554e9e622f85aa68bbf6a092cb1481.tar.gz chromium_src-bb76fd4253554e9e622f85aa68bbf6a092cb1481.tar.bz2 |
Remove the Remoting Host component from Chrome.
* Update the Remoting feature flag description.
* Fix license headers.
* Remove files from gyp definitions.
* Remove Chromoting trigger for Service Process launch on browser startup, and Chromoting setup HTML resources.
* Remove Chromoting Host registration components from Browser.
* Remove resources for Chromoting Host options UI.
* Remove Service Process control APIs for Chromoting Host.
* Remove Chromoting Host prefs from Browser UI.
* Remove WebUI for Chromoting Host.
* Remove WebUI options for Chromoting Host.
* Remove Chromoting Host policy options, and don't warn if Chromoting is entirely disabled by policy, since there are no user-visible settings for it anyway.
* Remove Chromoting Host preference names, service IPCs and URL constants.
* Remove Chromoting Host from Service Process.
* Remove remoting strings, locale settings and setup "Id".
BUG=
TEST=Run Service Process from a profile in which Chromoting Host had previously been configured, and Cloud Print NOT configured. Chromoting Host should not be accessible, and Service Process should quit after about a minute.
Review URL: http://codereview.chromium.org/6955010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 34ec4b0..087e0fb 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -814,8 +814,6 @@ 'service/gaia/service_gaia_authenticator.h', 'service/net/service_url_request_context.cc', 'service/net/service_url_request_context.h', - 'service/remoting/chromoting_host_manager.cc', - 'service/remoting/chromoting_host_manager.h', ], 'include_dirs': [ '..', @@ -849,17 +847,6 @@ 'service/cloud_print/print_system_cups.cc', ], }], - ['remoting==1', { - 'dependencies': [ - '../remoting/remoting.gyp:chromoting_host', - ], - }], - ['remoting==0', { - 'sources!': [ - 'service/remoting/chromoting_host_manager.cc', - 'service/remoting/chromoting_host_manager.h', - ], - }], ], }, { |