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

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

Issue 2080723008: [Chromoting] Use device::PowerSaveBlocker to block screen saver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve review comments Created 4 years, 5 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/DEPS » ('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/config/win/manifest.gni") 7 import("//build/config/win/manifest.gni")
8 import("//build/util/version.gni") 8 import("//build/util/version.gni")
9 import("//chrome/version.gni") 9 import("//chrome/version.gni")
10 import("//remoting/remoting_enable.gni") 10 import("//remoting/remoting_enable.gni")
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "//build/config/compiler:wexit_time_destructors", 101 "//build/config/compiler:wexit_time_destructors",
102 "//remoting:version", 102 "//remoting:version",
103 ] 103 ]
104 104
105 defines = [ "WEBRTC_CHROMIUM_BUILD" ] 105 defines = [ "WEBRTC_CHROMIUM_BUILD" ]
106 106
107 deps = [ 107 deps = [
108 "//base:i18n", 108 "//base:i18n",
109 "//components/policy:policy_component_common", 109 "//components/policy:policy_component_common",
110 "//crypto", 110 "//crypto",
111 "//device/power_save_blocker",
111 "//google_apis", 112 "//google_apis",
112 "//ipc", 113 "//ipc",
113 "//remoting/base", 114 "//remoting/base",
114 "//remoting/protocol", 115 "//remoting/protocol",
115 "//remoting/resources", 116 "//remoting/resources",
116 "//ui/base", 117 "//ui/base",
117 "//ui/events:dom_keycode_converter", 118 "//ui/events:dom_keycode_converter",
118 "//ui/events/platform", 119 "//ui/events/platform",
119 ] 120 ]
120 121
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "client_session_unittest.cc", 300 "client_session_unittest.cc",
300 "config_file_watcher_unittest.cc", 301 "config_file_watcher_unittest.cc",
301 "daemon_process_unittest.cc", 302 "daemon_process_unittest.cc",
302 "desktop_process_unittest.cc", 303 "desktop_process_unittest.cc",
303 "gcd_rest_client_unittest.cc", 304 "gcd_rest_client_unittest.cc",
304 "gcd_state_updater_unittest.cc", 305 "gcd_state_updater_unittest.cc",
305 "heartbeat_sender_unittest.cc", 306 "heartbeat_sender_unittest.cc",
306 "host_change_notification_listener_unittest.cc", 307 "host_change_notification_listener_unittest.cc",
307 "host_config_unittest.cc", 308 "host_config_unittest.cc",
308 "host_extension_session_manager_unittest.cc", 309 "host_extension_session_manager_unittest.cc",
310 "host_power_save_blocker_unittest.cc",
309 "host_status_logger_unittest.cc", 311 "host_status_logger_unittest.cc",
310 "ipc_desktop_environment_unittest.cc", 312 "ipc_desktop_environment_unittest.cc",
311 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", 313 "it2me/it2me_confirmation_dialog_proxy_unittest.cc",
312 "it2me/it2me_native_messaging_host_unittest.cc", 314 "it2me/it2me_native_messaging_host_unittest.cc",
313 "linux/audio_pipe_reader_unittest.cc", 315 "linux/audio_pipe_reader_unittest.cc",
314 "linux/certificate_watcher_unittest.cc", 316 "linux/certificate_watcher_unittest.cc",
315 "linux/unicode_to_keysym_unittest.cc", 317 "linux/unicode_to_keysym_unittest.cc",
316 "linux/x_server_clipboard_unittest.cc", 318 "linux/x_server_clipboard_unittest.cc",
317 "local_input_monitor_unittest.cc", 319 "local_input_monitor_unittest.cc",
318 "mouse_cursor_monitor_proxy_unittest.cc", 320 "mouse_cursor_monitor_proxy_unittest.cc",
(...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1552 root_build_dir), 1554 root_build_dir),
1553 rebase_path(outputs[0], root_build_dir), 1555 rebase_path(outputs[0], root_build_dir),
1554 ] 1556 ]
1555 } 1557 }
1556 } else { 1558 } else {
1557 group("remoting_host_installation") { 1559 group("remoting_host_installation") {
1558 } 1560 }
1559 } 1561 }
1560 } 1562 }
1561 } 1563 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698