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

Unified Diff: remoting/remoting.gyp

Issue 10106013: Chromoting: stopping the service if the host ID is permanently not recognized by the could. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cr feedback. Created 8 years, 8 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index e1ae91d09c7d790169718cfe66890e208b29057b..938594817f503ea10ca74f0a99d6b4cc229a29bc 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -307,6 +307,7 @@
'host/branding.h',
'host/chromoting_messages.cc',
'host/chromoting_messages.h',
+ 'host/constants.h',
'host/host_service.rc',
'host/host_service_resource.h',
'host/host_service_win.cc',
@@ -815,6 +816,7 @@
'host/chromoting_host_context.h',
'host/client_session.cc',
'host/client_session.h',
+ 'host/constants.h',
'host/continue_window.h',
'host/continue_window_mac.mm',
'host/continue_window_linux.cc',
@@ -1028,8 +1030,8 @@
'host/branding.cc',
'host/branding.h',
'host/host_event_logger.h',
- 'host/sighup_listener_mac.cc',
- 'host/sighup_listener_mac.h',
+ 'host/sighup_listener_mac.cc',
+ 'host/sighup_listener_mac.h',
'host/remoting_me2me_host.cc',
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698