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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1177983009: Move remoting-specific adapters from jingle/glue to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « remoting/protocol/pseudotcp_channel_factory.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 '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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'protocol/authentication_method.cc', 83 'protocol/authentication_method.cc',
84 'protocol/authentication_method.h', 84 'protocol/authentication_method.h',
85 'protocol/authenticator.cc', 85 'protocol/authenticator.cc',
86 'protocol/authenticator.h', 86 'protocol/authenticator.h',
87 'protocol/capability_names.h', 87 'protocol/capability_names.h',
88 'protocol/channel_authenticator.h', 88 'protocol/channel_authenticator.h',
89 'protocol/channel_dispatcher_base.cc', 89 'protocol/channel_dispatcher_base.cc',
90 'protocol/channel_dispatcher_base.h', 90 'protocol/channel_dispatcher_base.h',
91 'protocol/channel_multiplexer.cc', 91 'protocol/channel_multiplexer.cc',
92 'protocol/channel_multiplexer.h', 92 'protocol/channel_multiplexer.h',
93 'protocol/channel_socket_adapter.cc',
94 'protocol/channel_socket_adapter.h',
93 'protocol/chromium_port_allocator.cc', 95 'protocol/chromium_port_allocator.cc',
94 'protocol/chromium_port_allocator.h', 96 'protocol/chromium_port_allocator.h',
95 'protocol/chromium_socket_factory.cc', 97 'protocol/chromium_socket_factory.cc',
96 'protocol/chromium_socket_factory.h', 98 'protocol/chromium_socket_factory.h',
97 'protocol/client_control_dispatcher.cc', 99 'protocol/client_control_dispatcher.cc',
98 'protocol/client_control_dispatcher.h', 100 'protocol/client_control_dispatcher.h',
99 'protocol/client_event_dispatcher.cc', 101 'protocol/client_event_dispatcher.cc',
100 'protocol/client_event_dispatcher.h', 102 'protocol/client_event_dispatcher.h',
101 'protocol/client_stub.h', 103 'protocol/client_stub.h',
102 'protocol/client_video_dispatcher.cc', 104 'protocol/client_video_dispatcher.cc',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'protocol/pairing_authenticator_base.cc', 164 'protocol/pairing_authenticator_base.cc',
163 'protocol/pairing_authenticator_base.h', 165 'protocol/pairing_authenticator_base.h',
164 'protocol/pairing_client_authenticator.cc', 166 'protocol/pairing_client_authenticator.cc',
165 'protocol/pairing_client_authenticator.h', 167 'protocol/pairing_client_authenticator.h',
166 'protocol/pairing_host_authenticator.cc', 168 'protocol/pairing_host_authenticator.cc',
167 'protocol/pairing_host_authenticator.h', 169 'protocol/pairing_host_authenticator.h',
168 'protocol/pairing_registry.cc', 170 'protocol/pairing_registry.cc',
169 'protocol/pairing_registry.h', 171 'protocol/pairing_registry.h',
170 'protocol/port_range.cc', 172 'protocol/port_range.cc',
171 'protocol/port_range.h', 173 'protocol/port_range.h',
174 'protocol/pseudotcp_adapter.cc',
175 'protocol/pseudotcp_adapter.h',
172 'protocol/pseudotcp_channel_factory.cc', 176 'protocol/pseudotcp_channel_factory.cc',
173 'protocol/pseudotcp_channel_factory.h', 177 'protocol/pseudotcp_channel_factory.h',
174 'protocol/secure_channel_factory.cc', 178 'protocol/secure_channel_factory.cc',
175 'protocol/secure_channel_factory.h', 179 'protocol/secure_channel_factory.h',
176 'protocol/session.h', 180 'protocol/session.h',
177 'protocol/session_config.cc', 181 'protocol/session_config.cc',
178 'protocol/session_config.h', 182 'protocol/session_config.h',
179 'protocol/session_manager.h', 183 'protocol/session_manager.h',
180 'protocol/socket_util.cc', 184 'protocol/socket_util.cc',
181 'protocol/socket_util.h', 185 'protocol/socket_util.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'client/plugin/pepper_video_renderer.h', 283 'client/plugin/pepper_video_renderer.h',
280 'client/plugin/pepper_video_renderer_2d.cc', 284 'client/plugin/pepper_video_renderer_2d.cc',
281 'client/plugin/pepper_video_renderer_2d.h', 285 'client/plugin/pepper_video_renderer_2d.h',
282 'client/plugin/pepper_video_renderer_3d.cc', 286 'client/plugin/pepper_video_renderer_3d.cc',
283 'client/plugin/pepper_video_renderer_3d.h', 287 'client/plugin/pepper_video_renderer_3d.h',
284 'client/plugin/touch_input_scaler.cc', 288 'client/plugin/touch_input_scaler.cc',
285 'client/plugin/touch_input_scaler.h', 289 'client/plugin/touch_input_scaler.h',
286 ], 290 ],
287 } 291 }
288 } 292 }
OLDNEW
« no previous file with comments | « remoting/protocol/pseudotcp_channel_factory.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698