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

Unified Diff: remoting/remoting.gyp

Issue 9316078: Added daemon process NPAPI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separated out Start/SetPin and added return codes to Stop and Start. Created 8 years, 10 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 d69ab4501d55746bcc47064fb5cc6451d5919020..4b86ba2ec00ac88d7bc05fe16e54220bb867f552 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -286,6 +286,10 @@
'sources': [
'host/it2me_host_user_interface.cc',
'host/it2me_host_user_interface.h',
+ 'host/plugin/daemon_controller.h',
+ 'host/plugin/daemon_controller_linux.cc',
+ 'host/plugin/daemon_controller_mac.cc',
+ 'host/plugin/daemon_controller_win.cc',
'host/plugin/host_log_handler.cc',
'host/plugin/host_log_handler.h',
'host/plugin/host_plugin.cc',

Powered by Google App Engine
This is Rietveld 408576698