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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1460593005: Make protocol::ConnectionToClient an abstract interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'protocol/client_stub.h', 99 'protocol/client_stub.h',
100 'protocol/client_video_dispatcher.cc', 100 'protocol/client_video_dispatcher.cc',
101 'protocol/client_video_dispatcher.h', 101 'protocol/client_video_dispatcher.h',
102 'protocol/clipboard_echo_filter.cc', 102 'protocol/clipboard_echo_filter.cc',
103 'protocol/clipboard_echo_filter.h', 103 'protocol/clipboard_echo_filter.h',
104 'protocol/clipboard_filter.cc', 104 'protocol/clipboard_filter.cc',
105 'protocol/clipboard_filter.h', 105 'protocol/clipboard_filter.h',
106 'protocol/clipboard_stub.h', 106 'protocol/clipboard_stub.h',
107 'protocol/clipboard_thread_proxy.cc', 107 'protocol/clipboard_thread_proxy.cc',
108 'protocol/clipboard_thread_proxy.h', 108 'protocol/clipboard_thread_proxy.h',
109 'protocol/connection_to_client.cc',
110 'protocol/connection_to_client.h', 109 'protocol/connection_to_client.h',
111 'protocol/connection_to_host.h', 110 'protocol/connection_to_host.h',
112 'protocol/connection_to_host_impl.cc', 111 'protocol/connection_to_host_impl.cc',
113 'protocol/connection_to_host_impl.h', 112 'protocol/connection_to_host_impl.h',
114 'protocol/content_description.cc', 113 'protocol/content_description.cc',
115 'protocol/content_description.h', 114 'protocol/content_description.h',
116 'protocol/datagram_channel_factory.h', 115 'protocol/datagram_channel_factory.h',
117 'protocol/errors.cc', 116 'protocol/errors.cc',
118 'protocol/errors.h', 117 'protocol/errors.h',
119 'protocol/host_control_dispatcher.cc', 118 'protocol/host_control_dispatcher.cc',
120 'protocol/host_control_dispatcher.h', 119 'protocol/host_control_dispatcher.h',
121 'protocol/host_event_dispatcher.cc', 120 'protocol/host_event_dispatcher.cc',
122 'protocol/host_event_dispatcher.h', 121 'protocol/host_event_dispatcher.h',
123 'protocol/host_stub.h', 122 'protocol/host_stub.h',
124 'protocol/host_video_dispatcher.cc', 123 'protocol/host_video_dispatcher.cc',
125 'protocol/host_video_dispatcher.h', 124 'protocol/host_video_dispatcher.h',
125 'protocol/ice_connection_to_client.cc',
126 'protocol/ice_connection_to_client.h',
126 'protocol/ice_transport_channel.cc', 127 'protocol/ice_transport_channel.cc',
127 'protocol/ice_transport_channel.h', 128 'protocol/ice_transport_channel.h',
128 'protocol/ice_transport_factory.cc', 129 'protocol/ice_transport_factory.cc',
129 'protocol/ice_transport_factory.h', 130 'protocol/ice_transport_factory.h',
130 'protocol/ice_transport.cc', 131 'protocol/ice_transport.cc',
131 'protocol/ice_transport.h', 132 'protocol/ice_transport.h',
132 'protocol/input_event_tracker.cc', 133 'protocol/input_event_tracker.cc',
133 'protocol/input_event_tracker.h', 134 'protocol/input_event_tracker.h',
134 'protocol/input_filter.cc', 135 'protocol/input_filter.cc',
135 'protocol/input_filter.h', 136 'protocol/input_filter.h',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'client/plugin/pepper_util.cc', 293 'client/plugin/pepper_util.cc',
293 'client/plugin/pepper_util.h', 294 'client/plugin/pepper_util.h',
294 'client/plugin/pepper_video_renderer.h', 295 'client/plugin/pepper_video_renderer.h',
295 'client/plugin/pepper_video_renderer_2d.cc', 296 'client/plugin/pepper_video_renderer_2d.cc',
296 'client/plugin/pepper_video_renderer_2d.h', 297 'client/plugin/pepper_video_renderer_2d.h',
297 'client/plugin/pepper_video_renderer_3d.cc', 298 'client/plugin/pepper_video_renderer_3d.cc',
298 'client/plugin/pepper_video_renderer_3d.h', 299 'client/plugin/pepper_video_renderer_3d.h',
299 ], 300 ],
300 } 301 }
301 } 302 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698