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', |