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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1559043004: Add GetFrameConsumer() in VideoRenderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_video_renderer
Patch Set: Created 4 years, 11 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/protocol/video_renderer.h ('k') | remoting/test/protocol_perftest.cc » ('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 '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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'protocol/clipboard_thread_proxy.cc', 101 'protocol/clipboard_thread_proxy.cc',
102 'protocol/clipboard_thread_proxy.h', 102 'protocol/clipboard_thread_proxy.h',
103 'protocol/connection_to_client.h', 103 'protocol/connection_to_client.h',
104 'protocol/connection_to_host.cc', 104 'protocol/connection_to_host.cc',
105 'protocol/connection_to_host.h', 105 'protocol/connection_to_host.h',
106 'protocol/content_description.cc', 106 'protocol/content_description.cc',
107 'protocol/content_description.h', 107 'protocol/content_description.h',
108 'protocol/datagram_channel_factory.h', 108 'protocol/datagram_channel_factory.h',
109 'protocol/errors.cc', 109 'protocol/errors.cc',
110 'protocol/errors.h', 110 'protocol/errors.h',
111 'protocol/frame_consumer.h',
111 'protocol/host_control_dispatcher.cc', 112 'protocol/host_control_dispatcher.cc',
112 'protocol/host_control_dispatcher.h', 113 'protocol/host_control_dispatcher.h',
113 'protocol/host_event_dispatcher.cc', 114 'protocol/host_event_dispatcher.cc',
114 'protocol/host_event_dispatcher.h', 115 'protocol/host_event_dispatcher.h',
115 'protocol/host_stub.h', 116 'protocol/host_stub.h',
116 'protocol/host_video_dispatcher.cc', 117 'protocol/host_video_dispatcher.cc',
117 'protocol/host_video_dispatcher.h', 118 'protocol/host_video_dispatcher.h',
118 'protocol/ice_connection_to_host.cc', 119 'protocol/ice_connection_to_host.cc',
119 'protocol/ice_connection_to_host.h', 120 'protocol/ice_connection_to_host.h',
120 'protocol/ice_transport.cc', 121 'protocol/ice_transport.cc',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'client/audio_player.h', 257 'client/audio_player.h',
257 'client/chromoting_client.cc', 258 'client/chromoting_client.cc',
258 'client/chromoting_client.h', 259 'client/chromoting_client.h',
259 'client/client_context.cc', 260 'client/client_context.cc',
260 'client/client_context.h', 261 'client/client_context.h',
261 'client/client_status_logger.cc', 262 'client/client_status_logger.cc',
262 'client/client_status_logger.h', 263 'client/client_status_logger.h',
263 'client/client_user_interface.h', 264 'client/client_user_interface.h',
264 'client/empty_cursor_filter.cc', 265 'client/empty_cursor_filter.cc',
265 'client/empty_cursor_filter.h', 266 'client/empty_cursor_filter.h',
266 'client/frame_consumer.h',
267 'client/key_event_mapper.cc', 267 'client/key_event_mapper.cc',
268 'client/key_event_mapper.h', 268 'client/key_event_mapper.h',
269 'client/normalizing_input_filter_cros.cc', 269 'client/normalizing_input_filter_cros.cc',
270 'client/normalizing_input_filter_cros.h', 270 'client/normalizing_input_filter_cros.h',
271 'client/normalizing_input_filter_mac.cc', 271 'client/normalizing_input_filter_mac.cc',
272 'client/normalizing_input_filter_mac.h', 272 'client/normalizing_input_filter_mac.h',
273 'client/normalizing_input_filter_win.cc', 273 'client/normalizing_input_filter_win.cc',
274 'client/normalizing_input_filter_win.h', 274 'client/normalizing_input_filter_win.h',
275 'client/server_log_entry_client.cc', 275 'client/server_log_entry_client.cc',
276 'client/server_log_entry_client.h', 276 'client/server_log_entry_client.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'client/plugin/pepper_util.cc', 309 'client/plugin/pepper_util.cc',
310 'client/plugin/pepper_util.h', 310 'client/plugin/pepper_util.h',
311 'client/plugin/pepper_video_renderer.h', 311 'client/plugin/pepper_video_renderer.h',
312 'client/plugin/pepper_video_renderer_2d.cc', 312 'client/plugin/pepper_video_renderer_2d.cc',
313 'client/plugin/pepper_video_renderer_2d.h', 313 'client/plugin/pepper_video_renderer_2d.h',
314 'client/plugin/pepper_video_renderer_3d.cc', 314 'client/plugin/pepper_video_renderer_3d.cc',
315 'client/plugin/pepper_video_renderer_3d.h', 315 'client/plugin/pepper_video_renderer_3d.h',
316 ], 316 ],
317 } 317 }
318 } 318 }
OLDNEW
« no previous file with comments | « remoting/protocol/video_renderer.h ('k') | remoting/test/protocol_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698