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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 719983002: Reporting of policy errors via host-offline-reason: part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hor-nohoststatussender
Patch Set: Removed ReportAckOrTimeout and ref-counting. Renamed MinimumHeartbeatSupporter to HostSignalingMan… Created 6 years 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_linux.cc', 10 'host/audio_capturer_linux.cc',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'host/host_exit_codes.cc', 107 'host/host_exit_codes.cc',
108 'host/host_exit_codes.h', 108 'host/host_exit_codes.h',
109 'host/host_export.h', 109 'host/host_export.h',
110 'host/host_extension.h', 110 'host/host_extension.h',
111 'host/host_extension_session.cc', 111 'host/host_extension_session.cc',
112 'host/host_extension_session.h', 112 'host/host_extension_session.h',
113 'host/host_extension_session_manager.cc', 113 'host/host_extension_session_manager.cc',
114 'host/host_extension_session_manager.h', 114 'host/host_extension_session_manager.h',
115 'host/host_secret.cc', 115 'host/host_secret.cc',
116 'host/host_secret.h', 116 'host/host_secret.h',
117 'host/host_signaling_manager.cc',
118 'host/host_signaling_manager.h',
117 'host/host_status_logger.cc', 119 'host/host_status_logger.cc',
118 'host/host_status_logger.h', 120 'host/host_status_logger.h',
119 'host/host_status_monitor.h', 121 'host/host_status_monitor.h',
120 'host/host_status_observer.h', 122 'host/host_status_observer.h',
121 'host/host_window.h', 123 'host/host_window.h',
122 'host/host_window_proxy.cc', 124 'host/host_window_proxy.cc',
123 'host/host_window_proxy.h', 125 'host/host_window_proxy.h',
124 'host/input_injector.h', 126 'host/input_injector.h',
125 'host/input_injector_chromeos.cc', 127 'host/input_injector_chromeos.cc',
126 'host/input_injector_chromeos.h', 128 'host/input_injector_chromeos.h',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'host/cast_video_capturer_adapter.h', 262 'host/cast_video_capturer_adapter.h',
261 ], 263 ],
262 'remoting_it2me_host_static_sources' : [ 264 'remoting_it2me_host_static_sources' : [
263 'host/it2me/it2me_host.cc', 265 'host/it2me/it2me_host.cc',
264 'host/it2me/it2me_host.h', 266 'host/it2me/it2me_host.h',
265 'host/it2me/it2me_native_messaging_host.cc', 267 'host/it2me/it2me_native_messaging_host.cc',
266 'host/it2me/it2me_native_messaging_host.h', 268 'host/it2me/it2me_native_messaging_host.h',
267 ], 269 ],
268 } 270 }
269 } 271 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698