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

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: rebased 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
« no previous file with comments | « remoting/host/win/wts_session_process_launcher.cc ('k') | no next file » | 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 bfd57da464eaf9a90180924fada1e9f8e688eda6..adfb5581f0145a4dff6330624c9c71a1c82abc63 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -7,7 +7,10 @@
# TODO(dmaclach): can we pick this up some other way? Right now it's
# duplicated from chrome.gyp
'chromium_code': 1,
+
'remoting_audio': 0,
+ 'remoting_multi_process%': 0,
+
# Use consistent strings across all platforms. Note that the plugin name
# is brand-dependent and is defined further down.
# Must match host/plugin/constants.h
@@ -204,6 +207,11 @@
'ENABLE_REMOTING_AUDIO',
],
}],
+ ['remoting_multi_process == 1', {
+ 'defines': [
+ 'REMOTING_MULTI_PROCESS',
+ ],
+ }],
],
},
@@ -597,6 +605,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/sas_injector.h',
'host/sas_injector_win.cc',
'host/usage_stats_consent.h',
« no previous file with comments | « remoting/host/win/wts_session_process_launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698