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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 1838313002: Restart the host when the third party auth certificate changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'host/ipc_screen_controls.h', 152 'host/ipc_screen_controls.h',
153 'host/ipc_util.h', 153 'host/ipc_util.h',
154 'host/ipc_util_posix.cc', 154 'host/ipc_util_posix.cc',
155 'host/ipc_util_win.cc', 155 'host/ipc_util_win.cc',
156 'host/ipc_video_frame_capturer.cc', 156 'host/ipc_video_frame_capturer.cc',
157 'host/ipc_video_frame_capturer.h', 157 'host/ipc_video_frame_capturer.h',
158 'host/it2me_desktop_environment.cc', 158 'host/it2me_desktop_environment.cc',
159 'host/it2me_desktop_environment.h', 159 'host/it2me_desktop_environment.h',
160 'host/linux/audio_pipe_reader.cc', 160 'host/linux/audio_pipe_reader.cc',
161 'host/linux/audio_pipe_reader.h', 161 'host/linux/audio_pipe_reader.h',
162 'host/linux/certificate_watcher.cc',
163 'host/linux/certificate_watcher.h',
164 'host/linux/certificate_watcher_inhibitor.cc',
165 'host/linux/certificate_watcher_inhibitor.h',
162 'host/linux/unicode_to_keysym.cc', 166 'host/linux/unicode_to_keysym.cc',
163 'host/linux/unicode_to_keysym.h', 167 'host/linux/unicode_to_keysym.h',
164 'host/linux/x11_util.cc', 168 'host/linux/x11_util.cc',
165 'host/linux/x11_util.h', 169 'host/linux/x11_util.h',
166 'host/linux/x_server_clipboard.cc', 170 'host/linux/x_server_clipboard.cc',
167 'host/linux/x_server_clipboard.h', 171 'host/linux/x_server_clipboard.h',
168 'host/local_input_monitor.h', 172 'host/local_input_monitor.h',
169 'host/local_input_monitor_chromeos.cc', 173 'host/local_input_monitor_chromeos.cc',
170 'host/local_input_monitor_mac.mm', 174 'host/local_input_monitor_mac.mm',
171 'host/local_input_monitor_win.cc', 175 'host/local_input_monitor_win.cc',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 343 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
340 'host/it2me/it2me_confirmation_dialog_proxy.cc', 344 'host/it2me/it2me_confirmation_dialog_proxy.cc',
341 'host/it2me/it2me_confirmation_dialog_proxy.h', 345 'host/it2me/it2me_confirmation_dialog_proxy.h',
342 'host/it2me/it2me_host.cc', 346 'host/it2me/it2me_host.cc',
343 'host/it2me/it2me_host.h', 347 'host/it2me/it2me_host.h',
344 'host/it2me/it2me_native_messaging_host.cc', 348 'host/it2me/it2me_native_messaging_host.cc',
345 'host/it2me/it2me_native_messaging_host.h', 349 'host/it2me/it2me_native_messaging_host.h',
346 ], 350 ],
347 } 351 }
348 } 352 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698