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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 718313002: Revert "Remote assistance on Chrome OS Part VIII - Compile on Ozone" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« 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_linux.cc', 10 'host/audio_capturer_linux.cc',
11 'host/audio_capturer_linux.h', 11 'host/audio_capturer_linux.h',
12 'host/audio_capturer_mac.cc', 12 'host/audio_capturer_mac.cc',
13 'host/audio_capturer_win.cc', 13 'host/audio_capturer_win.cc',
14 'host/audio_capturer_win.h', 14 'host/audio_capturer_win.h',
15 'host/audio_scheduler.cc', 15 'host/audio_scheduler.cc',
16 'host/audio_scheduler.h', 16 'host/audio_scheduler.h',
17 'host/audio_silence_detector.cc', 17 'host/audio_silence_detector.cc',
18 'host/audio_silence_detector.h', 18 'host/audio_silence_detector.h',
19 'host/basic_desktop_environment.cc', 19 'host/basic_desktop_environment.cc',
20 'host/basic_desktop_environment.h', 20 'host/basic_desktop_environment.h',
21 'host/branding.cc', 21 'host/branding.cc',
22 'host/branding.h', 22 'host/branding.h',
23 'host/capture_scheduler.cc', 23 'host/capture_scheduler.cc',
24 'host/capture_scheduler.h', 24 'host/capture_scheduler.h',
25 'host/chromeos/aura_desktop_capturer.cc', 25 'host/chromeos/aura_desktop_capturer.cc',
26 'host/chromeos/aura_desktop_capturer.h', 26 'host/chromeos/aura_desktop_capturer.h',
27 'host/chromeos/clipboard_aura.cc',
28 'host/chromeos/clipboard_aura.h',
29 'host/chromeos/message_box.cc', 27 'host/chromeos/message_box.cc',
30 'host/chromeos/message_box.h', 28 'host/chromeos/message_box.h',
31 'host/chromeos/mouse_cursor_monitor_aura.cc',
32 'host/chromeos/mouse_cursor_monitor_aura.h',
33 'host/chromium_port_allocator_factory.cc', 29 'host/chromium_port_allocator_factory.cc',
34 'host/chromium_port_allocator_factory.h', 30 'host/chromium_port_allocator_factory.h',
35 'host/chromoting_host.cc', 31 'host/chromoting_host.cc',
36 'host/chromoting_host.h', 32 'host/chromoting_host.h',
37 'host/chromoting_host_context.cc', 33 'host/chromoting_host_context.cc',
38 'host/chromoting_host_context.h', 34 'host/chromoting_host_context.h',
39 'host/chromoting_messages.cc', 35 'host/chromoting_messages.cc',
40 'host/chromoting_messages.h', 36 'host/chromoting_messages.h',
41 'host/chromoting_param_traits.cc', 37 'host/chromoting_param_traits.cc',
42 'host/chromoting_param_traits.h', 38 'host/chromoting_param_traits.h',
43 'host/client_session.cc', 39 'host/client_session.cc',
44 'host/client_session.h', 40 'host/client_session.h',
45 'host/client_session_control.h', 41 'host/client_session_control.h',
46 'host/clipboard.h', 42 'host/clipboard.h',
43 'host/clipboard_aura.cc',
44 'host/clipboard_aura.h',
47 'host/clipboard_mac.mm', 45 'host/clipboard_mac.mm',
48 'host/clipboard_win.cc', 46 'host/clipboard_win.cc',
49 'host/clipboard_x11.cc', 47 'host/clipboard_x11.cc',
50 'host/config_file_watcher.cc', 48 'host/config_file_watcher.cc',
51 'host/config_file_watcher.h', 49 'host/config_file_watcher.h',
52 'host/config_watcher.h', 50 'host/config_watcher.h',
53 'host/constants_mac.cc', 51 'host/constants_mac.cc',
54 'host/constants_mac.h', 52 'host/constants_mac.h',
55 'host/continue_window.cc', 53 'host/continue_window.cc',
56 'host/continue_window.h', 54 'host/continue_window.h',
(...skipping 16 matching lines...) Expand all
73 'host/desktop_session_win.cc', 71 'host/desktop_session_win.cc',
74 'host/desktop_session_win.h', 72 'host/desktop_session_win.h',
75 'host/desktop_resizer_mac.cc', 73 'host/desktop_resizer_mac.cc',
76 'host/desktop_resizer_win.cc', 74 'host/desktop_resizer_win.cc',
77 'host/desktop_session_connector.h', 75 'host/desktop_session_connector.h',
78 'host/desktop_session_proxy.cc', 76 'host/desktop_session_proxy.cc',
79 'host/desktop_session_proxy.h', 77 'host/desktop_session_proxy.h',
80 'host/desktop_shape_tracker.h', 78 'host/desktop_shape_tracker.h',
81 'host/desktop_shape_tracker_mac.cc', 79 'host/desktop_shape_tracker_mac.cc',
82 'host/desktop_shape_tracker_win.cc', 80 'host/desktop_shape_tracker_win.cc',
83 'host/desktop_shape_tracker_linux.cc', 81 'host/desktop_shape_tracker_x11.cc',
84 'host/disconnect_window_chromeos.cc', 82 'host/disconnect_window_chromeos.cc',
85 'host/disconnect_window_linux.cc', 83 'host/disconnect_window_linux.cc',
86 'host/disconnect_window_mac.h', 84 'host/disconnect_window_mac.h',
87 'host/disconnect_window_mac.mm', 85 'host/disconnect_window_mac.mm',
88 'host/disconnect_window_win.cc', 86 'host/disconnect_window_win.cc',
89 'host/dns_blackhole_checker.cc', 87 'host/dns_blackhole_checker.cc',
90 'host/dns_blackhole_checker.h', 88 'host/dns_blackhole_checker.h',
91 'host/gnubby_auth_handler.h', 89 'host/gnubby_auth_handler.h',
92 'host/gnubby_auth_handler_posix.cc', 90 'host/gnubby_auth_handler_posix.cc',
93 'host/gnubby_auth_handler_posix.h', 91 'host/gnubby_auth_handler_posix.h',
(...skipping 24 matching lines...) Expand all
118 'host/host_status_monitor.h', 116 'host/host_status_monitor.h',
119 'host/host_status_observer.h', 117 'host/host_status_observer.h',
120 'host/host_status_sender.cc', 118 'host/host_status_sender.cc',
121 'host/host_status_sender.h', 119 'host/host_status_sender.h',
122 'host/host_window.h', 120 'host/host_window.h',
123 'host/host_window_proxy.cc', 121 'host/host_window_proxy.cc',
124 'host/host_window_proxy.h', 122 'host/host_window_proxy.h',
125 'host/in_memory_host_config.cc', 123 'host/in_memory_host_config.cc',
126 'host/in_memory_host_config.h', 124 'host/in_memory_host_config.h',
127 'host/input_injector.h', 125 'host/input_injector.h',
128 'host/input_injector_chromeos.cc', 126 'host/input_injector_linux.cc',
129 'host/input_injector_chromeos.h',
130 'host/input_injector_mac.cc', 127 'host/input_injector_mac.cc',
131 'host/input_injector_win.cc', 128 'host/input_injector_win.cc',
132 'host/input_injector_x11.cc',
133 'host/ipc_audio_capturer.cc', 129 'host/ipc_audio_capturer.cc',
134 'host/ipc_audio_capturer.h', 130 'host/ipc_audio_capturer.h',
135 'host/ipc_constants.cc', 131 'host/ipc_constants.cc',
136 'host/ipc_constants.h', 132 'host/ipc_constants.h',
137 'host/ipc_desktop_environment.cc', 133 'host/ipc_desktop_environment.cc',
138 'host/ipc_desktop_environment.h', 134 'host/ipc_desktop_environment.h',
139 'host/ipc_host_event_logger.cc', 135 'host/ipc_host_event_logger.cc',
140 'host/ipc_host_event_logger.h', 136 'host/ipc_host_event_logger.h',
141 'host/ipc_input_injector.cc', 137 'host/ipc_input_injector.cc',
142 'host/ipc_input_injector.h', 138 'host/ipc_input_injector.h',
(...skipping 12 matching lines...) Expand all
155 'host/json_host_config.h', 151 'host/json_host_config.h',
156 'host/linux/audio_pipe_reader.cc', 152 'host/linux/audio_pipe_reader.cc',
157 'host/linux/audio_pipe_reader.h', 153 'host/linux/audio_pipe_reader.h',
158 'host/linux/unicode_to_keysym.cc', 154 'host/linux/unicode_to_keysym.cc',
159 'host/linux/unicode_to_keysym.h', 155 'host/linux/unicode_to_keysym.h',
160 'host/linux/x11_util.cc', 156 'host/linux/x11_util.cc',
161 'host/linux/x11_util.h', 157 'host/linux/x11_util.h',
162 'host/linux/x_server_clipboard.cc', 158 'host/linux/x_server_clipboard.cc',
163 'host/linux/x_server_clipboard.h', 159 'host/linux/x_server_clipboard.h',
164 'host/local_input_monitor.h', 160 'host/local_input_monitor.h',
165 'host/local_input_monitor_chromeos.cc', 161 'host/local_input_monitor_linux.cc',
166 'host/local_input_monitor_mac.mm', 162 'host/local_input_monitor_mac.mm',
167 'host/local_input_monitor_win.cc', 163 'host/local_input_monitor_win.cc',
168 'host/local_input_monitor_x11.cc',
169 'host/logging.h', 164 'host/logging.h',
170 'host/logging_posix.cc', 165 'host/logging_posix.cc',
171 'host/logging_win.cc', 166 'host/logging_win.cc',
172 'host/me2me_desktop_environment.cc', 167 'host/me2me_desktop_environment.cc',
173 'host/me2me_desktop_environment.h', 168 'host/me2me_desktop_environment.h',
174 'host/mouse_clamping_filter.cc', 169 'host/mouse_clamping_filter.cc',
175 'host/mouse_clamping_filter.h', 170 'host/mouse_clamping_filter.h',
176 'host/oauth_token_getter.cc', 171 'host/oauth_token_getter.cc',
177 'host/oauth_token_getter.h', 172 'host/oauth_token_getter.h',
178 'host/pairing_registry_delegate.cc', 173 'host/pairing_registry_delegate.cc',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'host/cast_video_capturer_adapter.h', 260 'host/cast_video_capturer_adapter.h',
266 ], 261 ],
267 'remoting_it2me_host_static_sources' : [ 262 'remoting_it2me_host_static_sources' : [
268 'host/it2me/it2me_host.cc', 263 'host/it2me/it2me_host.cc',
269 'host/it2me/it2me_host.h', 264 'host/it2me/it2me_host.h',
270 'host/it2me/it2me_native_messaging_host.cc', 265 'host/it2me/it2me_native_messaging_host.cc',
271 'host/it2me/it2me_native_messaging_host.h', 266 'host/it2me/it2me_native_messaging_host.h',
272 ], 267 ],
273 } 268 }
274 } 269 }
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