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

Unified Diff: remoting/remoting.gyp

Issue 10823062: Introducing the DaemonProcess class that will implements core of the daemon process functionality. … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 acbf6c2c6ac656a27bf43c33a1bd6fdf819cb284..3410248834913fc8c0b36aea2f20ae8358ff7e53 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -4,6 +4,8 @@
{
'variables': {
+ 'remoting_multi_process%': 0,
Sergey Ulanov 2012/07/30 19:50:04 Nit: Kerry recently added remoting_audio variable
alexeypa (please no reviews) 2012/07/30 21:50:03 Will do.
+
# TODO(dmaclach): can we pick this up some other way? Right now it's
# duplicated from chrome.gyp
'chromium_code': 1,
@@ -200,6 +202,13 @@
},
'conditions': [
+ ['remoting_multi_process==1', {
+ 'target_defaults': {
+ 'defines': [
+ 'REMOTING_MULTI_PROCESS',
+ ],
+ },
+ }],
['OS=="linux"', {
'targets': [
# Linux breakpad processing
@@ -572,6 +581,9 @@
'host/chromoting_messages.h',
'host/constants.h',
'host/constants_win.cc',
+ 'host/daemon_process.cc',
+ 'host/daemon_process.h',
+ 'host/daemon_process_win.cc',
'host/host_service.rc',
'host/host_service_resource.h',
'host/host_service_win.cc',
« remoting/host/host_service_win.cc ('K') | « remoting/host/wts_session_process_launcher_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698