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

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: Minor tweaks after end-to-end tests and self-review. 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '../google_apis/google_apis.gyp:google_apis', 48 '../google_apis/google_apis.gyp:google_apis',
49 '../ipc/ipc.gyp:ipc', 49 '../ipc/ipc.gyp:ipc',
50 '../ui/events/events.gyp:dom4_keycode_converter', 50 '../ui/events/events.gyp:dom4_keycode_converter',
51 ], 51 ],
52 'defines': [ 52 'defines': [
53 'HOST_BUNDLE_NAME="<(host_bundle_name)"', 53 'HOST_BUNDLE_NAME="<(host_bundle_name)"',
54 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"', 54 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"',
55 'VERSION=<(version_full)', 55 'VERSION=<(version_full)',
56 ], 56 ],
57 'sources': [ 57 'sources': [
58 'host/ack_or_timeout_reporter.cc',
59 'host/ack_or_timeout_reporter.h',
58 'host/audio_capturer.cc', 60 'host/audio_capturer.cc',
59 'host/audio_capturer.h', 61 'host/audio_capturer.h',
60 'host/audio_capturer_linux.cc', 62 'host/audio_capturer_linux.cc',
61 'host/audio_capturer_linux.h', 63 'host/audio_capturer_linux.h',
62 'host/audio_capturer_mac.cc', 64 'host/audio_capturer_mac.cc',
63 'host/audio_capturer_win.cc', 65 'host/audio_capturer_win.cc',
64 'host/audio_capturer_win.h', 66 'host/audio_capturer_win.h',
65 'host/audio_scheduler.cc', 67 'host/audio_scheduler.cc',
66 'host/audio_scheduler.h', 68 'host/audio_scheduler.h',
67 'host/audio_silence_detector.cc', 69 'host/audio_silence_detector.cc',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'host/linux/x_server_clipboard.h', 203 'host/linux/x_server_clipboard.h',
202 'host/local_input_monitor.h', 204 'host/local_input_monitor.h',
203 'host/local_input_monitor_linux.cc', 205 'host/local_input_monitor_linux.cc',
204 'host/local_input_monitor_mac.mm', 206 'host/local_input_monitor_mac.mm',
205 'host/local_input_monitor_win.cc', 207 'host/local_input_monitor_win.cc',
206 'host/logging.h', 208 'host/logging.h',
207 'host/logging_posix.cc', 209 'host/logging_posix.cc',
208 'host/logging_win.cc', 210 'host/logging_win.cc',
209 'host/me2me_desktop_environment.cc', 211 'host/me2me_desktop_environment.cc',
210 'host/me2me_desktop_environment.h', 212 'host/me2me_desktop_environment.h',
213 'host/minimum_heartbeat_supporter.cc',
214 'host/minimum_heartbeat_supporter.h',
211 'host/mouse_clamping_filter.cc', 215 'host/mouse_clamping_filter.cc',
212 'host/mouse_clamping_filter.h', 216 'host/mouse_clamping_filter.h',
213 'host/oauth_token_getter.cc', 217 'host/oauth_token_getter.cc',
214 'host/oauth_token_getter.h', 218 'host/oauth_token_getter.h',
215 'host/pairing_registry_delegate.cc', 219 'host/pairing_registry_delegate.cc',
216 'host/pairing_registry_delegate.h', 220 'host/pairing_registry_delegate.h',
217 'host/pairing_registry_delegate_linux.cc', 221 'host/pairing_registry_delegate_linux.cc',
218 'host/pairing_registry_delegate_linux.h', 222 'host/pairing_registry_delegate_linux.h',
219 'host/pairing_registry_delegate_mac.cc', 223 'host/pairing_registry_delegate_mac.cc',
220 'host/pairing_registry_delegate_win.cc', 224 'host/pairing_registry_delegate_win.cc',
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 }], # mac_breakpad==1 945 }], # mac_breakpad==1
942 ], # conditions 946 ], # conditions
943 }], # OS=mac 947 }], # OS=mac
944 ], 948 ],
945 }, # end of target 'remoting_it2me_native_messaging_host' 949 }, # end of target 'remoting_it2me_native_messaging_host'
946 ], # end of 'targets' 950 ], # end of 'targets'
947 }], # # end of OS!="win" and enable_it2me_host==1 951 }], # # end of OS!="win" and enable_it2me_host==1
948 952
949 ], # end of 'conditions' 953 ], # end of 'conditions'
950 } 954 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698