diff options
author | rmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-06 02:06:34 +0000 |
---|---|---|
committer | rmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-06 02:06:34 +0000 |
commit | 1603be0c4d285afbbb8326859c04ccaafdfe0e81 (patch) | |
tree | 60a4dacf72bd3dfe010af7bd2d92126f64c433dc /remoting/remoting.gyp | |
parent | ecac5739b92ef9668e9361c7af69ac0a04837f0b (diff) | |
download | chromium_src-1603be0c4d285afbbb8326859c04ccaafdfe0e81.zip chromium_src-1603be0c4d285afbbb8326859c04ccaafdfe0e81.tar.gz chromium_src-1603be0c4d285afbbb8326859c04ccaafdfe0e81.tar.bz2 |
Curtain policy cross-platform plumbing and fixes
This moves everything into a cross-platform plumbing, makes the curtain policy lifetime the same as the other HostStatusObservers (to avoid issues with host restarts), and changes the OnPolicyUpdated handler to restart the host at most once.
BUG=153590
Review URL: https://chromiumcodereview.appspot.com/10914298
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160546 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 0fb4709..cdad93a 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -1582,8 +1582,12 @@ 'host/branding.h', 'host/config_file_watcher.cc', 'host/config_file_watcher.h', - 'host/curtain_mode_mac.h', + 'host/curtain_mode.h', + 'host/curtaining_host_observer.h', + 'host/curtaining_host_observer.cc', + 'host/curtain_mode_linux.cc', 'host/curtain_mode_mac.cc', + 'host/curtain_mode_win.cc', 'host/posix/signal_handler.cc', 'host/posix/signal_handler.h', 'host/remoting_me2me_host.cc', |