summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-10 18:42:13 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-10 18:42:13 +0000
commit80713584fd37a86dc69ecfaf866082477b891474 (patch)
treeba5774547c6387def418b46bb624869000e071de /remoting/remoting.gyp
parent42aef9e43a98c99b93b5c1f545a812ccab133cc9 (diff)
downloadchromium_src-80713584fd37a86dc69ecfaf866082477b891474.zip
chromium_src-80713584fd37a86dc69ecfaf866082477b891474.tar.gz
chromium_src-80713584fd37a86dc69ecfaf866082477b891474.tar.bz2
[Chromoting] Moving common logic responsible for launching child processes to WorkerProcessLauncher class. Launches processes are expected to connect back via a Chromium IPC channel (and their identify can be verified at this point). The class also monitors lifetime of the launched process invoking the normal shutdown sequence in case of premature death of the worker process.
BUG=134694 Review URL: https://chromiumcodereview.appspot.com/10828181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151096 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 80b284a..ffcb70c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -620,6 +620,8 @@
'host/win/host_service_resource.h',
'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/wts_console_monitor.h',
'host/win/wts_console_observer.h',
'host/win/wts_session_process_launcher.cc',