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

Side by Side Diff: remoting/remoting_host_srcs.gypi

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
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_android.cc', 10 'host/audio_capturer_android.cc',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'host/resources.h', 212 'host/resources.h',
213 'host/resources_android.cc', 213 'host/resources_android.cc',
214 'host/resources_linux.cc', 214 'host/resources_linux.cc',
215 'host/resources_mac.cc', 215 'host/resources_mac.cc',
216 'host/resources_win.cc', 216 'host/resources_win.cc',
217 'host/sas_injector.h', 217 'host/sas_injector.h',
218 'host/sas_injector_win.cc', 218 'host/sas_injector_win.cc',
219 'host/screen_controls.h', 219 'host/screen_controls.h',
220 'host/screen_resolution.cc', 220 'host/screen_resolution.cc',
221 'host/screen_resolution.h', 221 'host/screen_resolution.h',
222 'host/screen_saver_blocker.h',
223 'host/screen_saver_blocker.cc',
222 'host/security_key/gnubby_auth_handler.h', 224 'host/security_key/gnubby_auth_handler.h',
223 'host/security_key/gnubby_auth_handler_android.cc', 225 'host/security_key/gnubby_auth_handler_android.cc',
224 'host/security_key/gnubby_auth_handler_linux.cc', 226 'host/security_key/gnubby_auth_handler_linux.cc',
225 'host/security_key/gnubby_auth_handler_mac.cc', 227 'host/security_key/gnubby_auth_handler_mac.cc',
226 'host/security_key/gnubby_auth_handler_win.cc', 228 'host/security_key/gnubby_auth_handler_win.cc',
227 'host/security_key/gnubby_extension.cc', 229 'host/security_key/gnubby_extension.cc',
228 'host/security_key/gnubby_extension.h', 230 'host/security_key/gnubby_extension.h',
229 'host/security_key/gnubby_extension_session.cc', 231 'host/security_key/gnubby_extension_session.cc',
230 'host/security_key/gnubby_extension_session.h', 232 'host/security_key/gnubby_extension_session.h',
231 'host/security_key/gnubby_socket.cc', 233 'host/security_key/gnubby_socket.cc',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 349 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
348 'host/it2me/it2me_confirmation_dialog_proxy.cc', 350 'host/it2me/it2me_confirmation_dialog_proxy.cc',
349 'host/it2me/it2me_confirmation_dialog_proxy.h', 351 'host/it2me/it2me_confirmation_dialog_proxy.h',
350 'host/it2me/it2me_host.cc', 352 'host/it2me/it2me_host.cc',
351 'host/it2me/it2me_host.h', 353 'host/it2me/it2me_host.h',
352 'host/it2me/it2me_native_messaging_host.cc', 354 'host/it2me/it2me_native_messaging_host.cc',
353 'host/it2me/it2me_native_messaging_host.h', 355 'host/it2me/it2me_native_messaging_host.h',
354 ], 356 ],
355 } 357 }
356 } 358 }
OLDNEW
« remoting/host/screen_saver_blocker.cc ('K') | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698