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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 2176443002: Add client and host dispatchers for video_stats channel to send video stats from host to client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simple_channel
Patch Set: . Created 4 years, 5 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
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 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'protocol/channel_socket_adapter.h', 93 'protocol/channel_socket_adapter.h',
94 'protocol/client_authentication_config.cc', 94 'protocol/client_authentication_config.cc',
95 'protocol/client_authentication_config.h', 95 'protocol/client_authentication_config.h',
96 'protocol/client_control_dispatcher.cc', 96 'protocol/client_control_dispatcher.cc',
97 'protocol/client_control_dispatcher.h', 97 'protocol/client_control_dispatcher.h',
98 'protocol/client_event_dispatcher.cc', 98 'protocol/client_event_dispatcher.cc',
99 'protocol/client_event_dispatcher.h', 99 'protocol/client_event_dispatcher.h',
100 'protocol/client_stub.h', 100 'protocol/client_stub.h',
101 'protocol/client_video_dispatcher.cc', 101 'protocol/client_video_dispatcher.cc',
102 'protocol/client_video_dispatcher.h', 102 'protocol/client_video_dispatcher.h',
103 'protocol/client_video_stats_dispatcher.cc',
104 'protocol/client_video_stats_dispatcher.h',
103 'protocol/clipboard_echo_filter.cc', 105 'protocol/clipboard_echo_filter.cc',
104 'protocol/clipboard_echo_filter.h', 106 'protocol/clipboard_echo_filter.h',
105 'protocol/clipboard_filter.cc', 107 'protocol/clipboard_filter.cc',
106 'protocol/clipboard_filter.h', 108 'protocol/clipboard_filter.h',
107 'protocol/clipboard_stub.h', 109 'protocol/clipboard_stub.h',
108 'protocol/clipboard_thread_proxy.cc', 110 'protocol/clipboard_thread_proxy.cc',
109 'protocol/clipboard_thread_proxy.h', 111 'protocol/clipboard_thread_proxy.h',
110 'protocol/connection_to_client.h', 112 'protocol/connection_to_client.h',
111 'protocol/connection_to_host.cc', 113 'protocol/connection_to_host.cc',
112 'protocol/connection_to_host.h', 114 'protocol/connection_to_host.h',
113 'protocol/content_description.cc', 115 'protocol/content_description.cc',
114 'protocol/content_description.h', 116 'protocol/content_description.h',
115 'protocol/datagram_channel_factory.h', 117 'protocol/datagram_channel_factory.h',
116 'protocol/errors.cc', 118 'protocol/errors.cc',
117 'protocol/errors.h', 119 'protocol/errors.h',
118 'protocol/frame_consumer.h', 120 'protocol/frame_consumer.h',
119 'protocol/frame_stats.cc', 121 'protocol/frame_stats.cc',
120 'protocol/frame_stats.h', 122 'protocol/frame_stats.h',
121 'protocol/host_control_dispatcher.cc', 123 'protocol/host_control_dispatcher.cc',
122 'protocol/host_control_dispatcher.h', 124 'protocol/host_control_dispatcher.h',
123 'protocol/host_event_dispatcher.cc', 125 'protocol/host_event_dispatcher.cc',
124 'protocol/host_event_dispatcher.h', 126 'protocol/host_event_dispatcher.h',
125 'protocol/host_stub.h', 127 'protocol/host_stub.h',
126 'protocol/host_video_dispatcher.cc', 128 'protocol/host_video_dispatcher.cc',
127 'protocol/host_video_dispatcher.h', 129 'protocol/host_video_dispatcher.h',
130 'protocol/host_video_stats_dispatcher.cc',
131 'protocol/host_video_stats_dispatcher.h',
128 'protocol/http_ice_config_request.cc', 132 'protocol/http_ice_config_request.cc',
129 'protocol/http_ice_config_request.h', 133 'protocol/http_ice_config_request.h',
130 'protocol/ice_config.cc', 134 'protocol/ice_config.cc',
131 'protocol/ice_config.h', 135 'protocol/ice_config.h',
132 'protocol/ice_config_request.h', 136 'protocol/ice_config_request.h',
133 'protocol/ice_connection_to_host.cc', 137 'protocol/ice_connection_to_host.cc',
134 'protocol/ice_connection_to_host.h', 138 'protocol/ice_connection_to_host.h',
135 'protocol/ice_transport.cc', 139 'protocol/ice_transport.cc',
136 'protocol/ice_transport.h', 140 'protocol/ice_transport.h',
137 'protocol/ice_transport_channel.cc', 141 'protocol/ice_transport_channel.cc',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'protocol/third_party_host_authenticator.cc', 221 'protocol/third_party_host_authenticator.cc',
218 'protocol/third_party_host_authenticator.h', 222 'protocol/third_party_host_authenticator.h',
219 'protocol/token_validator.h', 223 'protocol/token_validator.h',
220 'protocol/transport.cc', 224 'protocol/transport.cc',
221 'protocol/transport.h', 225 'protocol/transport.h',
222 'protocol/transport_context.cc', 226 'protocol/transport_context.cc',
223 'protocol/transport_context.h', 227 'protocol/transport_context.h',
224 'protocol/v2_authenticator.cc', 228 'protocol/v2_authenticator.cc',
225 'protocol/v2_authenticator.h', 229 'protocol/v2_authenticator.h',
226 'protocol/video_renderer.h', 230 'protocol/video_renderer.h',
231 'protocol/video_stats_stub.h',
227 'protocol/video_stub.h', 232 'protocol/video_stub.h',
228 ], 233 ],
229 234
230 # Files in protocol that don't compile for NaCl. 235 # Files in protocol that don't compile for NaCl.
231 'remoting_protocol_nonnacl_sources': [ 236 'remoting_protocol_nonnacl_sources': [
232 'protocol/capture_scheduler.cc', 237 'protocol/capture_scheduler.cc',
233 'protocol/capture_scheduler.h', 238 'protocol/capture_scheduler.h',
234 'protocol/chromium_port_allocator_factory.cc', 239 'protocol/chromium_port_allocator_factory.cc',
235 'protocol/chromium_port_allocator_factory.h', 240 'protocol/chromium_port_allocator_factory.h',
236 'protocol/chromium_socket_factory.cc', 241 'protocol/chromium_socket_factory.cc',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'client/gl_canvas.h', 360 'client/gl_canvas.h',
356 'client/gl_desktop.cc', 361 'client/gl_desktop.cc',
357 'client/gl_desktop.h', 362 'client/gl_desktop.h',
358 'client/gl_helpers.cc', 363 'client/gl_helpers.cc',
359 'client/gl_helpers.h', 364 'client/gl_helpers.h',
360 'client/gl_render_layer.cc', 365 'client/gl_render_layer.cc',
361 'client/gl_render_layer.h' 366 'client/gl_render_layer.h'
362 ], 367 ],
363 } 368 }
364 } 369 }
OLDNEW
« remoting/protocol/client_video_stats_dispatcher.cc ('K') | « remoting/protocol/video_stats_stub.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698