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

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
« no previous file with comments | « remoting/remoting_host.gypi ('k') | remoting/remoting_test.gypi » ('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 { 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'host/host_event_logger.h', 115 'host/host_event_logger.h',
116 'host/host_event_logger_posix.cc', 116 'host/host_event_logger_posix.cc',
117 'host/host_event_logger_win.cc', 117 'host/host_event_logger_win.cc',
118 'host/host_exit_codes.cc', 118 'host/host_exit_codes.cc',
119 'host/host_exit_codes.h', 119 'host/host_exit_codes.h',
120 'host/host_export.h', 120 'host/host_export.h',
121 'host/host_extension.h', 121 'host/host_extension.h',
122 'host/host_extension_session.h', 122 'host/host_extension_session.h',
123 'host/host_extension_session_manager.cc', 123 'host/host_extension_session_manager.cc',
124 'host/host_extension_session_manager.h', 124 'host/host_extension_session_manager.h',
125 'host/host_power_save_blocker.h',
126 'host/host_power_save_blocker.cc',
125 'host/host_secret.cc', 127 'host/host_secret.cc',
126 'host/host_secret.h', 128 'host/host_secret.h',
127 'host/host_status_logger.cc', 129 'host/host_status_logger.cc',
128 'host/host_status_logger.h', 130 'host/host_status_logger.h',
129 'host/host_status_monitor.h', 131 'host/host_status_monitor.h',
130 'host/host_status_observer.h', 132 'host/host_status_observer.h',
131 'host/host_window.h', 133 'host/host_window.h',
132 'host/host_window_proxy.cc', 134 'host/host_window_proxy.cc',
133 'host/host_window_proxy.h', 135 'host/host_window_proxy.h',
134 'host/input_injector.h', 136 'host/input_injector.h',
(...skipping 212 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
« no previous file with comments | « remoting/remoting_host.gypi ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698