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

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: 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 | « no previous file | remoting/host/linux/certificate_watcher.h » ('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 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "gcd_state_updater_unittest.cc", 265 "gcd_state_updater_unittest.cc",
266 "heartbeat_sender_unittest.cc", 266 "heartbeat_sender_unittest.cc",
267 "host_change_notification_listener_unittest.cc", 267 "host_change_notification_listener_unittest.cc",
268 "host_config_unittest.cc", 268 "host_config_unittest.cc",
269 "host_extension_session_manager_unittest.cc", 269 "host_extension_session_manager_unittest.cc",
270 "host_status_logger_unittest.cc", 270 "host_status_logger_unittest.cc",
271 "ipc_desktop_environment_unittest.cc", 271 "ipc_desktop_environment_unittest.cc",
272 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", 272 "it2me/it2me_confirmation_dialog_proxy_unittest.cc",
273 "it2me/it2me_native_messaging_host_unittest.cc", 273 "it2me/it2me_native_messaging_host_unittest.cc",
274 "linux/audio_pipe_reader_unittest.cc", 274 "linux/audio_pipe_reader_unittest.cc",
275 "linux/certificate_watcher_unittest.cc",
275 "linux/unicode_to_keysym_unittest.cc", 276 "linux/unicode_to_keysym_unittest.cc",
276 "linux/x_server_clipboard_unittest.cc", 277 "linux/x_server_clipboard_unittest.cc",
277 "local_input_monitor_unittest.cc", 278 "local_input_monitor_unittest.cc",
278 "mouse_cursor_monitor_proxy_unittest.cc", 279 "mouse_cursor_monitor_proxy_unittest.cc",
279 "mouse_shape_pump_unittest.cc", 280 "mouse_shape_pump_unittest.cc",
280 "native_messaging/native_messaging_reader_unittest.cc", 281 "native_messaging/native_messaging_reader_unittest.cc",
281 "native_messaging/native_messaging_writer_unittest.cc", 282 "native_messaging/native_messaging_writer_unittest.cc",
282 "pairing_registry_delegate_linux_unittest.cc", 283 "pairing_registry_delegate_linux_unittest.cc",
283 "pairing_registry_delegate_win_unittest.cc", 284 "pairing_registry_delegate_win_unittest.cc",
284 "pin_hash_unittest.cc", 285 "pin_hash_unittest.cc",
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 "//remoting/resources", 649 "//remoting/resources",
649 "//third_party/icu:icudata", 650 "//third_party/icu:icudata",
650 ] 651 ]
651 } 652 }
652 } else { 653 } else {
653 group("remoting_me2me_host_archive") { 654 group("remoting_me2me_host_archive") {
654 } 655 }
655 } 656 }
656 } 657 }
657 } 658 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/linux/certificate_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698