Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: remoting/remoting.gyp

Issue 10825410: Update linux host to handle SIGHUP. use it to reload config. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/sighup_listener_mac.cc ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « remoting/host/sighup_listener_mac.cc ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698