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

Side by Side Diff: remoting/host/BUILD.gn

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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/util/version.gni") 7 import("//build/util/version.gni")
8 import("//remoting/remoting_host.gni") 8 import("//remoting/remoting_host.gni")
9 import("//remoting/remoting_locales.gni") 9 import("//remoting/remoting_locales.gni")
10 import("//remoting/remoting_options.gni") 10 import("//remoting/remoting_options.gni")
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "gcd_state_updater_unittest.cc", 266 "gcd_state_updater_unittest.cc",
267 "heartbeat_sender_unittest.cc", 267 "heartbeat_sender_unittest.cc",
268 "host_change_notification_listener_unittest.cc", 268 "host_change_notification_listener_unittest.cc",
269 "host_config_unittest.cc", 269 "host_config_unittest.cc",
270 "host_extension_session_manager_unittest.cc", 270 "host_extension_session_manager_unittest.cc",
271 "host_status_logger_unittest.cc", 271 "host_status_logger_unittest.cc",
272 "ipc_desktop_environment_unittest.cc", 272 "ipc_desktop_environment_unittest.cc",
273 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", 273 "it2me/it2me_confirmation_dialog_proxy_unittest.cc",
274 "it2me/it2me_native_messaging_host_unittest.cc", 274 "it2me/it2me_native_messaging_host_unittest.cc",
275 "linux/audio_pipe_reader_unittest.cc", 275 "linux/audio_pipe_reader_unittest.cc",
276 "linux/certificate_watcher_unittest.cc",
276 "linux/unicode_to_keysym_unittest.cc", 277 "linux/unicode_to_keysym_unittest.cc",
277 "linux/x_server_clipboard_unittest.cc", 278 "linux/x_server_clipboard_unittest.cc",
278 "local_input_monitor_unittest.cc", 279 "local_input_monitor_unittest.cc",
279 "mouse_cursor_monitor_proxy_unittest.cc", 280 "mouse_cursor_monitor_proxy_unittest.cc",
280 "mouse_shape_pump_unittest.cc", 281 "mouse_shape_pump_unittest.cc",
281 "native_messaging/native_messaging_reader_unittest.cc", 282 "native_messaging/native_messaging_reader_unittest.cc",
282 "native_messaging/native_messaging_writer_unittest.cc", 283 "native_messaging/native_messaging_writer_unittest.cc",
283 "pairing_registry_delegate_linux_unittest.cc", 284 "pairing_registry_delegate_linux_unittest.cc",
284 "pairing_registry_delegate_win_unittest.cc", 285 "pairing_registry_delegate_win_unittest.cc",
285 "pin_hash_unittest.cc", 286 "pin_hash_unittest.cc",
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 "//remoting/resources", 651 "//remoting/resources",
651 "//third_party/icu:icudata", 652 "//third_party/icu:icudata",
652 ] 653 ]
653 } 654 }
654 } else { 655 } else {
655 group("remoting_me2me_host_archive") { 656 group("remoting_me2me_host_archive") {
656 } 657 }
657 } 658 }
658 } 659 }
659 } 660 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/linux/certificate_watcher.h » ('j') | remoting/host/linux/certificate_watcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698