summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
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': [