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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 883673004: Cleanup VideoFramePump. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename_scheduler
Patch Set: Created 5 years, 10 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/host/video_frame_pump_unittest.cc ('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',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'host/constants_mac.h', 58 'host/constants_mac.h',
59 'host/continue_window.cc', 59 'host/continue_window.cc',
60 'host/continue_window.h', 60 'host/continue_window.h',
61 'host/continue_window_chromeos.cc', 61 'host/continue_window_chromeos.cc',
62 'host/continue_window_linux.cc', 62 'host/continue_window_linux.cc',
63 'host/continue_window_mac.mm', 63 'host/continue_window_mac.mm',
64 'host/continue_window_win.cc', 64 'host/continue_window_win.cc',
65 'host/daemon_process.cc', 65 'host/daemon_process.cc',
66 'host/daemon_process.h', 66 'host/daemon_process.h',
67 'host/daemon_process_win.cc', 67 'host/daemon_process_win.cc',
68 'host/desktop_capturer_proxy.cc',
69 'host/desktop_capturer_proxy.h',
68 'host/desktop_environment.h', 70 'host/desktop_environment.h',
69 'host/desktop_process.cc', 71 'host/desktop_process.cc',
70 'host/desktop_process.h', 72 'host/desktop_process.h',
71 'host/desktop_resizer.h', 73 'host/desktop_resizer.h',
72 'host/desktop_resizer_linux.cc', 74 'host/desktop_resizer_linux.cc',
75 'host/desktop_resizer_mac.cc',
76 'host/desktop_resizer_win.cc',
73 'host/desktop_session.cc', 77 'host/desktop_session.cc',
74 'host/desktop_session.h', 78 'host/desktop_session.h',
75 'host/desktop_session_agent.cc', 79 'host/desktop_session_agent.cc',
76 'host/desktop_session_agent.h', 80 'host/desktop_session_agent.h',
77 'host/desktop_session_win.cc',
78 'host/desktop_session_win.h',
79 'host/desktop_resizer_mac.cc',
80 'host/desktop_resizer_win.cc',
81 'host/desktop_session_connector.h', 81 'host/desktop_session_connector.h',
82 'host/desktop_session_proxy.cc', 82 'host/desktop_session_proxy.cc',
83 'host/desktop_session_proxy.h', 83 'host/desktop_session_proxy.h',
84 'host/desktop_session_win.cc',
85 'host/desktop_session_win.h',
84 'host/desktop_shape_tracker.h', 86 'host/desktop_shape_tracker.h',
87 'host/desktop_shape_tracker_linux.cc',
85 'host/desktop_shape_tracker_mac.cc', 88 'host/desktop_shape_tracker_mac.cc',
86 'host/desktop_shape_tracker_win.cc', 89 'host/desktop_shape_tracker_win.cc',
87 'host/desktop_shape_tracker_linux.cc',
88 'host/disconnect_window_chromeos.cc', 90 'host/disconnect_window_chromeos.cc',
89 'host/disconnect_window_linux.cc', 91 'host/disconnect_window_linux.cc',
90 'host/disconnect_window_mac.h', 92 'host/disconnect_window_mac.h',
91 'host/disconnect_window_mac.mm', 93 'host/disconnect_window_mac.mm',
92 'host/disconnect_window_win.cc', 94 'host/disconnect_window_win.cc',
93 'host/dns_blackhole_checker.cc', 95 'host/dns_blackhole_checker.cc',
94 'host/dns_blackhole_checker.h', 96 'host/dns_blackhole_checker.h',
95 'host/gnubby_auth_handler.h', 97 'host/gnubby_auth_handler.h',
96 'host/gnubby_auth_handler_posix.cc', 98 'host/gnubby_auth_handler_posix.cc',
97 'host/gnubby_auth_handler_posix.h', 99 'host/gnubby_auth_handler_posix.h',
98 'host/gnubby_auth_handler_win.cc', 100 'host/gnubby_auth_handler_win.cc',
99 'host/gnubby_socket.cc', 101 'host/gnubby_socket.cc',
100 'host/gnubby_socket.h', 102 'host/gnubby_socket.h',
101 'host/heartbeat_sender.cc', 103 'host/heartbeat_sender.cc',
102 'host/heartbeat_sender.h', 104 'host/heartbeat_sender.h',
103 'host/host_change_notification_listener.cc', 105 'host/host_change_notification_listener.cc',
104 'host/host_change_notification_listener.h', 106 'host/host_change_notification_listener.h',
105 'host/host_config.cc', 107 'host/host_config.cc',
108 'host/host_config.h',
106 'host/host_config_constants.cc', 109 'host/host_config_constants.cc',
107 'host/host_config.h',
108 'host/host_event_logger.h', 110 'host/host_event_logger.h',
109 'host/host_event_logger_posix.cc', 111 'host/host_event_logger_posix.cc',
110 'host/host_event_logger_win.cc', 112 'host/host_event_logger_win.cc',
111 'host/host_exit_codes.cc', 113 'host/host_exit_codes.cc',
112 'host/host_exit_codes.h', 114 'host/host_exit_codes.h',
113 'host/host_export.h', 115 'host/host_export.h',
114 'host/host_extension.h', 116 'host/host_extension.h',
115 'host/host_extension_session.cc', 117 'host/host_extension_session.cc',
116 'host/host_extension_session.h', 118 'host/host_extension_session.h',
117 'host/host_extension_session_manager.cc', 119 'host/host_extension_session_manager.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'host/local_input_monitor_mac.mm', 169 'host/local_input_monitor_mac.mm',
168 'host/local_input_monitor_win.cc', 170 'host/local_input_monitor_win.cc',
169 'host/local_input_monitor_x11.cc', 171 'host/local_input_monitor_x11.cc',
170 'host/logging.h', 172 'host/logging.h',
171 'host/logging_posix.cc', 173 'host/logging_posix.cc',
172 'host/logging_win.cc', 174 'host/logging_win.cc',
173 'host/me2me_desktop_environment.cc', 175 'host/me2me_desktop_environment.cc',
174 'host/me2me_desktop_environment.h', 176 'host/me2me_desktop_environment.h',
175 'host/mouse_clamping_filter.cc', 177 'host/mouse_clamping_filter.cc',
176 'host/mouse_clamping_filter.h', 178 'host/mouse_clamping_filter.h',
179 'host/mouse_shape_pump.cc',
180 'host/mouse_shape_pump.h',
177 'host/oauth_token_getter.cc', 181 'host/oauth_token_getter.cc',
178 'host/oauth_token_getter.h', 182 'host/oauth_token_getter.h',
179 'host/pairing_registry_delegate.cc', 183 'host/pairing_registry_delegate.cc',
180 'host/pairing_registry_delegate.h', 184 'host/pairing_registry_delegate.h',
181 'host/pairing_registry_delegate_linux.cc', 185 'host/pairing_registry_delegate_linux.cc',
182 'host/pairing_registry_delegate_linux.h', 186 'host/pairing_registry_delegate_linux.h',
183 'host/pairing_registry_delegate_mac.cc', 187 'host/pairing_registry_delegate_mac.cc',
184 'host/pairing_registry_delegate_win.cc', 188 'host/pairing_registry_delegate_win.cc',
185 'host/pairing_registry_delegate_win.h', 189 'host/pairing_registry_delegate_win.h',
186 'host/pam_authorization_factory_posix.cc', 190 'host/pam_authorization_factory_posix.cc',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 273 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
270 'host/it2me/it2me_confirmation_dialog_proxy.cc', 274 'host/it2me/it2me_confirmation_dialog_proxy.cc',
271 'host/it2me/it2me_confirmation_dialog_proxy.h', 275 'host/it2me/it2me_confirmation_dialog_proxy.h',
272 'host/it2me/it2me_host.cc', 276 'host/it2me/it2me_host.cc',
273 'host/it2me/it2me_host.h', 277 'host/it2me/it2me_host.h',
274 'host/it2me/it2me_native_messaging_host.cc', 278 'host/it2me/it2me_native_messaging_host.cc',
275 'host/it2me/it2me_native_messaging_host.h', 279 'host/it2me/it2me_native_messaging_host.h',
276 ], 280 ],
277 } 281 }
278 } 282 }
OLDNEW
« no previous file with comments | « remoting/host/video_frame_pump_unittest.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698