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

Unified Diff: remoting/remoting.gyp

Issue 11118005: Pass the client end handle of the network-to-daemon IPC channel via handle inheritance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback. Created 8 years, 2 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_delegate.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 7ded5a89ef071f156f5450b0d184e459350ce0b0..69a788605649960a05d7e796c1d59a7dc9e1fc77 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -614,6 +614,8 @@
'host/daemon_process.h',
'host/daemon_process_win.cc',
'host/host_exit_codes.h',
+ 'host/ipc_consts.cc',
+ 'host/ipc_consts.h',
'host/usage_stats_consent.h',
'host/usage_stats_consent_win.cc',
'host/win/host_service.cc',
@@ -1482,6 +1484,8 @@
'host/host_user_interface.h',
'host/in_memory_host_config.cc',
'host/in_memory_host_config.h',
+ 'host/ipc_consts.cc',
+ 'host/ipc_consts.h',
'host/it2me_host_user_interface.cc',
'host/it2me_host_user_interface.h',
'host/json_host_config.cc',
@@ -2038,6 +2042,8 @@
'host/video_frame_capturer_helper_unittest.cc',
'host/video_frame_capturer_mac_unittest.cc',
'host/video_frame_capturer_unittest.cc',
+ 'host/win/launch_process_with_token.cc',
+ 'host/win/launch_process_with_token.h',
'host/win/worker_process_launcher.cc',
'host/win/worker_process_launcher.h',
'host/win/worker_process_launcher_unittest.cc',
« no previous file with comments | « remoting/host/win/wts_session_process_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698