summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-17 20:54:46 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-17 20:54:46 +0000
commit5d065d725c8fcf9f2406e2d9c273a917288f09b0 (patch)
tree1f75f039f83cdde0be8db38f471d0f059df7f23b /remoting/remoting.gyp
parent48280439bdbf6ab359ad38c45c94924ab9a9785f (diff)
downloadchromium_src-5d065d725c8fcf9f2406e2d9c273a917288f09b0.zip
chromium_src-5d065d725c8fcf9f2406e2d9c273a917288f09b0.tar.gz
chromium_src-5d065d725c8fcf9f2406e2d9c273a917288f09b0.tar.bz2
Update linux host to handle SIGHUP. Use it to reload config.
Also updated me2me_virtual_host.py to use that signal to reload config (instead of restarting the host), and when requesting the currently running instance of the script to reload the config (instead of SIGUSR1). BUG=120950 Review URL: https://chromiumcodereview.appspot.com/10825410 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp9
1 files changed, 7 insertions, 2 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 6154111..36403a6 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1492,8 +1492,8 @@
'sources': [
'host/branding.cc',
'host/branding.h',
- 'host/sighup_listener_mac.cc',
- 'host/sighup_listener_mac.h',
+ 'host/posix/sighup_listener.cc',
+ 'host/posix/sighup_listener.h',
'host/remoting_me2me_host.cc',
'host/usage_stats_consent.h',
'host/usage_stats_consent_win.cc',
@@ -1501,6 +1501,11 @@
'host/curtain_mode_mac.cc',
],
'conditions': [
+ ['os_posix != 1', {
+ 'sources/': [
+ ['exclude', '^host/posix/'],
+ ],
+ }],
['OS=="mac"', {
'mac_bundle': 1,
'conditions': [