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

Side by Side Diff: remoting/remoting_host.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: Created 6 years, 1 month 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 'remoting_host_linux.gypi', 7 'remoting_host_linux.gypi',
8 'remoting_host_mac.gypi', 8 'remoting_host_mac.gypi',
9 'remoting_host_win.gypi', 9 'remoting_host_win.gypi',
10 ], 10 ],
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'host/linux/x_server_clipboard.h', 201 'host/linux/x_server_clipboard.h',
202 'host/local_input_monitor.h', 202 'host/local_input_monitor.h',
203 'host/local_input_monitor_linux.cc', 203 'host/local_input_monitor_linux.cc',
204 'host/local_input_monitor_mac.mm', 204 'host/local_input_monitor_mac.mm',
205 'host/local_input_monitor_win.cc', 205 'host/local_input_monitor_win.cc',
206 'host/logging.h', 206 'host/logging.h',
207 'host/logging_posix.cc', 207 'host/logging_posix.cc',
208 'host/logging_win.cc', 208 'host/logging_win.cc',
209 'host/me2me_desktop_environment.cc', 209 'host/me2me_desktop_environment.cc',
210 'host/me2me_desktop_environment.h', 210 'host/me2me_desktop_environment.h',
211 'host/minimum_heartbeat_supporter.cc',
212 'host/minimum_heartbeat_supporter.h',
211 'host/mouse_clamping_filter.cc', 213 'host/mouse_clamping_filter.cc',
212 'host/mouse_clamping_filter.h', 214 'host/mouse_clamping_filter.h',
213 'host/oauth_token_getter.cc', 215 'host/oauth_token_getter.cc',
214 'host/oauth_token_getter.h', 216 'host/oauth_token_getter.h',
215 'host/pairing_registry_delegate.cc', 217 'host/pairing_registry_delegate.cc',
216 'host/pairing_registry_delegate.h', 218 'host/pairing_registry_delegate.h',
217 'host/pairing_registry_delegate_linux.cc', 219 'host/pairing_registry_delegate_linux.cc',
218 'host/pairing_registry_delegate_linux.h', 220 'host/pairing_registry_delegate_linux.h',
219 'host/pairing_registry_delegate_mac.cc', 221 'host/pairing_registry_delegate_mac.cc',
220 'host/pairing_registry_delegate_win.cc', 222 'host/pairing_registry_delegate_win.cc',
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 }], # mac_breakpad==1 943 }], # mac_breakpad==1
942 ], # conditions 944 ], # conditions
943 }], # OS=mac 945 }], # OS=mac
944 ], 946 ],
945 }, # end of target 'remoting_it2me_native_messaging_host' 947 }, # end of target 'remoting_it2me_native_messaging_host'
946 ], # end of 'targets' 948 ], # end of 'targets'
947 }], # # end of OS!="win" and enable_it2me_host==1 949 }], # # end of OS!="win" and enable_it2me_host==1
948 950
949 ], # end of 'conditions' 951 ], # end of 'conditions'
950 } 952 }
OLDNEW
« remoting/host/minimum_heartbeat_supporter.cc ('K') | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698