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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 784243003: Ensure the Chromoting Host process eventually terminates when shut down. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Increase lifetime of watchdog, named constant for timeout Created 6 years 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'remoting_host_sources': [ 7 'remoting_host_sources': [
8 'host/audio_capturer.cc', 8 'host/audio_capturer.cc',
9 'host/audio_capturer.h', 9 'host/audio_capturer.h',
10 'host/audio_capturer_linux.cc', 10 'host/audio_capturer_linux.cc',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'host/sas_injector_win.cc', 198 'host/sas_injector_win.cc',
199 'host/screen_controls.h', 199 'host/screen_controls.h',
200 'host/screen_resolution.cc', 200 'host/screen_resolution.cc',
201 'host/screen_resolution.h', 201 'host/screen_resolution.h',
202 'host/server_log_entry_host.cc', 202 'host/server_log_entry_host.cc',
203 'host/server_log_entry_host.h', 203 'host/server_log_entry_host.h',
204 'host/session_manager_factory.cc', 204 'host/session_manager_factory.cc',
205 'host/session_manager_factory.h', 205 'host/session_manager_factory.h',
206 'host/shaped_desktop_capturer.cc', 206 'host/shaped_desktop_capturer.cc',
207 'host/shaped_desktop_capturer.h', 207 'host/shaped_desktop_capturer.h',
208 'host/shutdown_watchdog.cc',
209 'host/shutdown_watchdog.h',
208 'host/signaling_connector.cc', 210 'host/signaling_connector.cc',
209 'host/signaling_connector.h', 211 'host/signaling_connector.h',
210 'host/single_window_desktop_environment.cc', 212 'host/single_window_desktop_environment.cc',
211 'host/single_window_desktop_environment.h', 213 'host/single_window_desktop_environment.h',
212 'host/single_window_input_injector.h', 214 'host/single_window_input_injector.h',
213 'host/single_window_input_injector_linux.cc', 215 'host/single_window_input_injector_linux.cc',
214 'host/single_window_input_injector_mac.cc', 216 'host/single_window_input_injector_mac.cc',
215 'host/single_window_input_injector_win.cc', 217 'host/single_window_input_injector_win.cc',
216 'host/token_validator_base.cc', 218 'host/token_validator_base.cc',
217 'host/token_validator_base.h', 219 'host/token_validator_base.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'host/cast_video_capturer_adapter.h', 262 'host/cast_video_capturer_adapter.h',
261 ], 263 ],
262 'remoting_it2me_host_static_sources' : [ 264 'remoting_it2me_host_static_sources' : [
263 'host/it2me/it2me_host.cc', 265 'host/it2me/it2me_host.cc',
264 'host/it2me/it2me_host.h', 266 'host/it2me/it2me_host.h',
265 'host/it2me/it2me_native_messaging_host.cc', 267 'host/it2me/it2me_native_messaging_host.cc',
266 'host/it2me/it2me_native_messaging_host.h', 268 'host/it2me/it2me_native_messaging_host.h',
267 ], 269 ],
268 } 270 }
269 } 271 }
OLDNEW
« remoting/host/remoting_me2me_host.cc ('K') | « remoting/host/shutdown_watchdog.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698