Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index a06ce228dd4e94be90a705e389b1b2d18aa5b4dc..f4d682a5b4884b706b53af8495653632009ec988 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -1464,8 +1464,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', |
@@ -1473,6 +1473,11 @@ |
'host/curtain_mode_mac.cc', |
], |
'conditions': [ |
+ ['os_posix != 1', { |
+ 'sources/': [ |
+ ['exclude', '^host/posix/'], |
+ ], |
+ }], |
['OS=="mac"', { |
'mac_bundle': 1, |
'conditions': [ |