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

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

Issue 2936603003: [Chromoting] Implement host safe-mode
Patch Set: Created 3 years, 6 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/desktop_environment_options.cc » ('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/util/process_version.gni") 5 import("//build/util/process_version.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 import("//remoting/build/config/remoting_build.gni") 7 import("//remoting/build/config/remoting_build.gni")
8 8
9 group("all_tests") { 9 group("all_tests") {
10 testonly = true 10 testonly = true
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "register_support_host_request.cc", 238 "register_support_host_request.cc",
239 "register_support_host_request.h", 239 "register_support_host_request.h",
240 "remote_input_filter.cc", 240 "remote_input_filter.cc",
241 "remote_input_filter.h", 241 "remote_input_filter.h",
242 "resizing_host_observer.cc", 242 "resizing_host_observer.cc",
243 "resizing_host_observer.h", 243 "resizing_host_observer.h",
244 "resources.h", 244 "resources.h",
245 "resources_linux.cc", 245 "resources_linux.cc",
246 "resources_mac.cc", 246 "resources_mac.cc",
247 "resources_win.cc", 247 "resources_win.cc",
248 "safe_mode.cc",
249 "safe_mode.h",
248 "sas_injector.h", 250 "sas_injector.h",
249 "sas_injector_win.cc", 251 "sas_injector_win.cc",
250 "screen_controls.h", 252 "screen_controls.h",
251 "screen_resolution.cc", 253 "screen_resolution.cc",
252 "screen_resolution.h", 254 "screen_resolution.h",
253 "server_log_entry_host.cc", 255 "server_log_entry_host.cc",
254 "server_log_entry_host.h", 256 "server_log_entry_host.h",
255 "shutdown_watchdog.cc", 257 "shutdown_watchdog.cc",
256 "shutdown_watchdog.h", 258 "shutdown_watchdog.h",
257 "signaling_connector.cc", 259 "signaling_connector.cc",
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 group("remoting_me2me_host_archive") { 800 group("remoting_me2me_host_archive") {
799 deps = [ 801 deps = [
800 "//remoting/host/installer/mac:remoting_me2me_host_archive", 802 "//remoting/host/installer/mac:remoting_me2me_host_archive",
801 ] 803 ]
802 } 804 }
803 } else { 805 } else {
804 group("remoting_me2me_host_archive") { 806 group("remoting_me2me_host_archive") {
805 } 807 }
806 } 808 }
807 } 809 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/desktop_environment_options.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698