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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 1863933002: [remoting android] Add and build host code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-host-add-native
Patch Set: Add resources_android.cc Created 4 years, 8 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_enable.gni ('k') | no next file » | 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_linux.cc', 11 'host/audio_capturer_linux.cc',
11 'host/audio_capturer_linux.h', 12 'host/audio_capturer_linux.h',
12 'host/audio_capturer_mac.cc', 13 'host/audio_capturer_mac.cc',
13 'host/audio_capturer_win.cc', 14 'host/audio_capturer_win.cc',
14 'host/audio_capturer_win.h', 15 'host/audio_capturer_win.h',
15 'host/audio_pump.cc', 16 'host/audio_pump.cc',
16 'host/audio_pump.h', 17 'host/audio_pump.h',
17 'host/audio_silence_detector.cc', 18 'host/audio_silence_detector.cc',
18 'host/audio_silence_detector.h', 19 'host/audio_silence_detector.h',
19 'host/backoff_timer.cc', 20 'host/backoff_timer.cc',
(...skipping 29 matching lines...) Expand all
49 'host/clipboard_mac.mm', 50 'host/clipboard_mac.mm',
50 'host/clipboard_win.cc', 51 'host/clipboard_win.cc',
51 'host/clipboard_x11.cc', 52 'host/clipboard_x11.cc',
52 'host/config_file_watcher.cc', 53 'host/config_file_watcher.cc',
53 'host/config_file_watcher.h', 54 'host/config_file_watcher.h',
54 'host/config_watcher.h', 55 'host/config_watcher.h',
55 'host/constants_mac.cc', 56 'host/constants_mac.cc',
56 'host/constants_mac.h', 57 'host/constants_mac.h',
57 'host/continue_window.cc', 58 'host/continue_window.cc',
58 'host/continue_window.h', 59 'host/continue_window.h',
60 'host/continue_window_android.cc',
59 'host/continue_window_chromeos.cc', 61 'host/continue_window_chromeos.cc',
60 'host/continue_window_linux.cc', 62 'host/continue_window_linux.cc',
61 'host/continue_window_mac.mm', 63 'host/continue_window_mac.mm',
62 'host/continue_window_win.cc', 64 'host/continue_window_win.cc',
63 'host/curtain_mode.h', 65 'host/curtain_mode.h',
66 'host/curtain_mode_android.cc',
64 'host/curtain_mode_linux.cc', 67 'host/curtain_mode_linux.cc',
65 'host/curtain_mode_mac.cc', 68 'host/curtain_mode_mac.cc',
66 'host/curtain_mode_win.cc', 69 'host/curtain_mode_win.cc',
67 'host/daemon_process.cc', 70 'host/daemon_process.cc',
68 'host/daemon_process.h', 71 'host/daemon_process.h',
69 'host/daemon_process_win.cc', 72 'host/daemon_process_win.cc',
70 'host/desktop_capturer_proxy.cc', 73 'host/desktop_capturer_proxy.cc',
71 'host/desktop_capturer_proxy.h', 74 'host/desktop_capturer_proxy.h',
72 'host/desktop_environment.h', 75 'host/desktop_environment.h',
73 'host/desktop_process.cc', 76 'host/desktop_process.cc',
74 'host/desktop_process.h', 77 'host/desktop_process.h',
75 'host/desktop_resizer.h', 78 'host/desktop_resizer.h',
79 'host/desktop_resizer_android.cc',
76 'host/desktop_resizer_mac.cc', 80 'host/desktop_resizer_mac.cc',
77 'host/desktop_resizer_ozone.cc', 81 'host/desktop_resizer_ozone.cc',
78 'host/desktop_resizer_win.cc', 82 'host/desktop_resizer_win.cc',
79 'host/desktop_resizer_x11.cc', 83 'host/desktop_resizer_x11.cc',
80 'host/desktop_session.cc', 84 'host/desktop_session.cc',
81 'host/desktop_session.h', 85 'host/desktop_session.h',
82 'host/desktop_session_agent.cc', 86 'host/desktop_session_agent.cc',
83 'host/desktop_session_agent.h', 87 'host/desktop_session_agent.h',
84 'host/desktop_session_connector.h', 88 'host/desktop_session_connector.h',
85 'host/desktop_session_proxy.cc', 89 'host/desktop_session_proxy.cc',
86 'host/desktop_session_proxy.h', 90 'host/desktop_session_proxy.h',
87 'host/desktop_session_win.cc', 91 'host/desktop_session_win.cc',
88 'host/desktop_session_win.h', 92 'host/desktop_session_win.h',
93 'host/disconnect_window_android.cc',
89 'host/disconnect_window_chromeos.cc', 94 'host/disconnect_window_chromeos.cc',
90 'host/disconnect_window_linux.cc', 95 'host/disconnect_window_linux.cc',
91 'host/disconnect_window_mac.h', 96 'host/disconnect_window_mac.h',
92 'host/disconnect_window_mac.mm', 97 'host/disconnect_window_mac.mm',
93 'host/disconnect_window_win.cc', 98 'host/disconnect_window_win.cc',
94 'host/dns_blackhole_checker.cc', 99 'host/dns_blackhole_checker.cc',
95 'host/dns_blackhole_checker.h', 100 'host/dns_blackhole_checker.h',
96 'host/gcd_rest_client.cc', 101 'host/gcd_rest_client.cc',
97 'host/gcd_rest_client.h', 102 'host/gcd_rest_client.h',
98 'host/gcd_state_updater.cc', 103 'host/gcd_state_updater.cc',
(...skipping 20 matching lines...) Expand all
119 'host/host_secret.cc', 124 'host/host_secret.cc',
120 'host/host_secret.h', 125 'host/host_secret.h',
121 'host/host_status_logger.cc', 126 'host/host_status_logger.cc',
122 'host/host_status_logger.h', 127 'host/host_status_logger.h',
123 'host/host_status_monitor.h', 128 'host/host_status_monitor.h',
124 'host/host_status_observer.h', 129 'host/host_status_observer.h',
125 'host/host_window.h', 130 'host/host_window.h',
126 'host/host_window_proxy.cc', 131 'host/host_window_proxy.cc',
127 'host/host_window_proxy.h', 132 'host/host_window_proxy.h',
128 'host/input_injector.h', 133 'host/input_injector.h',
134 'host/input_injector_android.cc',
129 'host/input_injector_chromeos.cc', 135 'host/input_injector_chromeos.cc',
130 'host/input_injector_chromeos.h', 136 'host/input_injector_chromeos.h',
131 'host/input_injector_mac.cc', 137 'host/input_injector_mac.cc',
132 'host/input_injector_win.cc', 138 'host/input_injector_win.cc',
133 'host/input_injector_x11.cc', 139 'host/input_injector_x11.cc',
134 'host/ipc_audio_capturer.cc', 140 'host/ipc_audio_capturer.cc',
135 'host/ipc_audio_capturer.h', 141 'host/ipc_audio_capturer.h',
136 'host/ipc_constants.cc', 142 'host/ipc_constants.cc',
137 'host/ipc_constants.h', 143 'host/ipc_constants.h',
138 'host/ipc_desktop_environment.cc', 144 'host/ipc_desktop_environment.cc',
(...skipping 17 matching lines...) Expand all
156 'host/linux/audio_pipe_reader.h', 162 'host/linux/audio_pipe_reader.h',
157 'host/linux/certificate_watcher.cc', 163 'host/linux/certificate_watcher.cc',
158 'host/linux/certificate_watcher.h', 164 'host/linux/certificate_watcher.h',
159 'host/linux/unicode_to_keysym.cc', 165 'host/linux/unicode_to_keysym.cc',
160 'host/linux/unicode_to_keysym.h', 166 'host/linux/unicode_to_keysym.h',
161 'host/linux/x11_util.cc', 167 'host/linux/x11_util.cc',
162 'host/linux/x11_util.h', 168 'host/linux/x11_util.h',
163 'host/linux/x_server_clipboard.cc', 169 'host/linux/x_server_clipboard.cc',
164 'host/linux/x_server_clipboard.h', 170 'host/linux/x_server_clipboard.h',
165 'host/local_input_monitor.h', 171 'host/local_input_monitor.h',
172 'host/local_input_monitor_android.cc',
166 'host/local_input_monitor_chromeos.cc', 173 'host/local_input_monitor_chromeos.cc',
167 'host/local_input_monitor_mac.mm', 174 'host/local_input_monitor_mac.mm',
168 'host/local_input_monitor_win.cc', 175 'host/local_input_monitor_win.cc',
169 'host/local_input_monitor_x11.cc', 176 'host/local_input_monitor_x11.cc',
170 'host/logging.h', 177 'host/logging.h',
171 'host/logging_linux.cc', 178 'host/logging_linux.cc',
172 'host/logging_mac.cc', 179 'host/logging_mac.cc',
173 'host/logging_win.cc', 180 'host/logging_win.cc',
174 'host/me2me_desktop_environment.cc', 181 'host/me2me_desktop_environment.cc',
175 'host/me2me_desktop_environment.h', 182 'host/me2me_desktop_environment.h',
176 'host/mouse_cursor_monitor_proxy.cc', 183 'host/mouse_cursor_monitor_proxy.cc',
177 'host/mouse_cursor_monitor_proxy.h', 184 'host/mouse_cursor_monitor_proxy.h',
178 'host/mouse_shape_pump.cc', 185 'host/mouse_shape_pump.cc',
179 'host/mouse_shape_pump.h', 186 'host/mouse_shape_pump.h',
180 'host/oauth_token_getter.cc', 187 'host/oauth_token_getter.cc',
181 'host/oauth_token_getter.h', 188 'host/oauth_token_getter.h',
182 'host/oauth_token_getter_impl.cc', 189 'host/oauth_token_getter_impl.cc',
183 'host/oauth_token_getter_impl.h', 190 'host/oauth_token_getter_impl.h',
184 'host/pairing_registry_delegate.cc', 191 'host/pairing_registry_delegate.cc',
185 'host/pairing_registry_delegate.h', 192 'host/pairing_registry_delegate.h',
193 'host/pairing_registry_delegate_android.cc',
186 'host/pairing_registry_delegate_linux.cc', 194 'host/pairing_registry_delegate_linux.cc',
187 'host/pairing_registry_delegate_linux.h', 195 'host/pairing_registry_delegate_linux.h',
188 'host/pairing_registry_delegate_mac.cc', 196 'host/pairing_registry_delegate_mac.cc',
189 'host/pairing_registry_delegate_win.cc', 197 'host/pairing_registry_delegate_win.cc',
190 'host/pairing_registry_delegate_win.h', 198 'host/pairing_registry_delegate_win.h',
191 'host/pin_hash.cc', 199 'host/pin_hash.cc',
192 'host/pin_hash.h', 200 'host/pin_hash.h',
193 'host/policy_watcher.cc', 201 'host/policy_watcher.cc',
194 'host/policy_watcher.h', 202 'host/policy_watcher.h',
195 'host/posix/signal_handler.cc', 203 'host/posix/signal_handler.cc',
196 'host/posix/signal_handler.h', 204 'host/posix/signal_handler.h',
197 'host/register_support_host_request.cc', 205 'host/register_support_host_request.cc',
198 'host/register_support_host_request.h', 206 'host/register_support_host_request.h',
199 'host/remote_input_filter.cc', 207 'host/remote_input_filter.cc',
200 'host/remote_input_filter.h', 208 'host/remote_input_filter.h',
201 'host/resizing_host_observer.cc', 209 'host/resizing_host_observer.cc',
202 'host/resizing_host_observer.h', 210 'host/resizing_host_observer.h',
203 'host/resources.h', 211 'host/resources.h',
212 'host/resources_android.cc',
204 'host/resources_linux.cc', 213 'host/resources_linux.cc',
205 'host/resources_mac.cc', 214 'host/resources_mac.cc',
206 'host/resources_win.cc', 215 'host/resources_win.cc',
207 'host/sas_injector.h', 216 'host/sas_injector.h',
208 'host/sas_injector_win.cc', 217 'host/sas_injector_win.cc',
209 'host/screen_controls.h', 218 'host/screen_controls.h',
210 'host/screen_resolution.cc', 219 'host/screen_resolution.cc',
211 'host/screen_resolution.h', 220 'host/screen_resolution.h',
212 'host/security_key/gnubby_auth_handler.h', 221 'host/security_key/gnubby_auth_handler.h',
222 'host/security_key/gnubby_auth_handler_android.cc',
213 'host/security_key/gnubby_auth_handler_linux.cc', 223 'host/security_key/gnubby_auth_handler_linux.cc',
214 'host/security_key/gnubby_auth_handler_mac.cc', 224 'host/security_key/gnubby_auth_handler_mac.cc',
215 'host/security_key/gnubby_auth_handler_win.cc', 225 'host/security_key/gnubby_auth_handler_win.cc',
216 'host/security_key/gnubby_extension.cc', 226 'host/security_key/gnubby_extension.cc',
217 'host/security_key/gnubby_extension.h', 227 'host/security_key/gnubby_extension.h',
218 'host/security_key/gnubby_extension_session.cc', 228 'host/security_key/gnubby_extension_session.cc',
219 'host/security_key/gnubby_extension_session.h', 229 'host/security_key/gnubby_extension_session.h',
220 'host/security_key/gnubby_socket.cc', 230 'host/security_key/gnubby_socket.cc',
221 'host/security_key/gnubby_socket.h', 231 'host/security_key/gnubby_socket.h',
222 'host/security_key/remote_security_key_ipc_client.cc', 232 'host/security_key/remote_security_key_ipc_client.cc',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 344 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
335 'host/it2me/it2me_confirmation_dialog_proxy.cc', 345 'host/it2me/it2me_confirmation_dialog_proxy.cc',
336 'host/it2me/it2me_confirmation_dialog_proxy.h', 346 'host/it2me/it2me_confirmation_dialog_proxy.h',
337 'host/it2me/it2me_host.cc', 347 'host/it2me/it2me_host.cc',
338 'host/it2me/it2me_host.h', 348 'host/it2me/it2me_host.h',
339 'host/it2me/it2me_native_messaging_host.cc', 349 'host/it2me/it2me_native_messaging_host.cc',
340 'host/it2me/it2me_native_messaging_host.h', 350 'host/it2me/it2me_native_messaging_host.h',
341 ], 351 ],
342 } 352 }
343 } 353 }
OLDNEW
« no previous file with comments | « remoting/remoting_enable.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698