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

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: Fix small typo 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
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'host/ipc_screen_controls.h', 148 'host/ipc_screen_controls.h',
149 'host/ipc_util.h', 149 'host/ipc_util.h',
150 'host/ipc_util_posix.cc', 150 'host/ipc_util_posix.cc',
151 'host/ipc_util_win.cc', 151 'host/ipc_util_win.cc',
152 'host/ipc_video_frame_capturer.cc', 152 'host/ipc_video_frame_capturer.cc',
153 'host/ipc_video_frame_capturer.h', 153 'host/ipc_video_frame_capturer.h',
154 'host/it2me_desktop_environment.cc', 154 'host/it2me_desktop_environment.cc',
155 'host/it2me_desktop_environment.h', 155 'host/it2me_desktop_environment.h',
156 'host/linux/audio_pipe_reader.cc', 156 'host/linux/audio_pipe_reader.cc',
157 'host/linux/audio_pipe_reader.h', 157 'host/linux/audio_pipe_reader.h',
158 'host/linux/certificate_watcher.cc',
159 'host/linux/certificate_watcher.h',
158 'host/linux/unicode_to_keysym.cc', 160 'host/linux/unicode_to_keysym.cc',
159 'host/linux/unicode_to_keysym.h', 161 'host/linux/unicode_to_keysym.h',
160 'host/linux/x11_util.cc', 162 'host/linux/x11_util.cc',
161 'host/linux/x11_util.h', 163 'host/linux/x11_util.h',
162 'host/linux/x_server_clipboard.cc', 164 'host/linux/x_server_clipboard.cc',
163 'host/linux/x_server_clipboard.h', 165 'host/linux/x_server_clipboard.h',
164 'host/local_input_monitor.h', 166 'host/local_input_monitor.h',
165 'host/local_input_monitor_chromeos.cc', 167 'host/local_input_monitor_chromeos.cc',
166 'host/local_input_monitor_mac.mm', 168 'host/local_input_monitor_mac.mm',
167 'host/local_input_monitor_win.cc', 169 'host/local_input_monitor_win.cc',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 335 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
334 'host/it2me/it2me_confirmation_dialog_proxy.cc', 336 'host/it2me/it2me_confirmation_dialog_proxy.cc',
335 'host/it2me/it2me_confirmation_dialog_proxy.h', 337 'host/it2me/it2me_confirmation_dialog_proxy.h',
336 'host/it2me/it2me_host.cc', 338 'host/it2me/it2me_host.cc',
337 'host/it2me/it2me_host.h', 339 'host/it2me/it2me_host.h',
338 'host/it2me/it2me_native_messaging_host.cc', 340 'host/it2me/it2me_native_messaging_host.cc',
339 'host/it2me/it2me_native_messaging_host.h', 341 'host/it2me/it2me_native_messaging_host.h',
340 ], 342 ],
341 } 343 }
342 } 344 }
OLDNEW
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698