| OLD | NEW |
| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 'protocol/authenticator.cc', | 79 'protocol/authenticator.cc', |
| 80 'protocol/authenticator.h', | 80 'protocol/authenticator.h', |
| 81 'protocol/capability_names.h', | 81 'protocol/capability_names.h', |
| 82 'protocol/channel_authenticator.h', | 82 'protocol/channel_authenticator.h', |
| 83 'protocol/channel_dispatcher_base.cc', | 83 'protocol/channel_dispatcher_base.cc', |
| 84 'protocol/channel_dispatcher_base.h', | 84 'protocol/channel_dispatcher_base.h', |
| 85 'protocol/channel_multiplexer.cc', | 85 'protocol/channel_multiplexer.cc', |
| 86 'protocol/channel_multiplexer.h', | 86 'protocol/channel_multiplexer.h', |
| 87 'protocol/channel_socket_adapter.cc', | 87 'protocol/channel_socket_adapter.cc', |
| 88 'protocol/channel_socket_adapter.h', | 88 'protocol/channel_socket_adapter.h', |
| 89 'protocol/chromium_port_allocator.cc', | |
| 90 'protocol/chromium_port_allocator.h', | |
| 91 'protocol/chromium_port_allocator_factory.cc', | |
| 92 'protocol/chromium_port_allocator_factory.h', | |
| 93 'protocol/chromium_socket_factory.cc', | |
| 94 'protocol/chromium_socket_factory.h', | |
| 95 'protocol/client_control_dispatcher.cc', | 89 'protocol/client_control_dispatcher.cc', |
| 96 'protocol/client_control_dispatcher.h', | 90 'protocol/client_control_dispatcher.h', |
| 97 'protocol/client_event_dispatcher.cc', | 91 'protocol/client_event_dispatcher.cc', |
| 98 'protocol/client_event_dispatcher.h', | 92 'protocol/client_event_dispatcher.h', |
| 99 'protocol/client_stub.h', | 93 'protocol/client_stub.h', |
| 100 'protocol/client_video_dispatcher.cc', | 94 'protocol/client_video_dispatcher.cc', |
| 101 'protocol/client_video_dispatcher.h', | 95 'protocol/client_video_dispatcher.h', |
| 102 'protocol/clipboard_echo_filter.cc', | 96 'protocol/clipboard_echo_filter.cc', |
| 103 'protocol/clipboard_echo_filter.h', | 97 'protocol/clipboard_echo_filter.h', |
| 104 'protocol/clipboard_filter.cc', | 98 'protocol/clipboard_filter.cc', |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'protocol/third_party_client_authenticator.cc', | 195 'protocol/third_party_client_authenticator.cc', |
| 202 'protocol/third_party_client_authenticator.h', | 196 'protocol/third_party_client_authenticator.h', |
| 203 'protocol/third_party_host_authenticator.cc', | 197 'protocol/third_party_host_authenticator.cc', |
| 204 'protocol/third_party_host_authenticator.h', | 198 'protocol/third_party_host_authenticator.h', |
| 205 'protocol/token_validator.h', | 199 'protocol/token_validator.h', |
| 206 'protocol/transport.cc', | 200 'protocol/transport.cc', |
| 207 'protocol/transport.h', | 201 'protocol/transport.h', |
| 208 'protocol/v2_authenticator.cc', | 202 'protocol/v2_authenticator.cc', |
| 209 'protocol/v2_authenticator.h', | 203 'protocol/v2_authenticator.h', |
| 210 'protocol/video_stub.h', | 204 'protocol/video_stub.h', |
| 205 ], |
| 206 |
| 207 # Files in protocol that don't compile for NaCl. |
| 208 'remoting_protocol_nonnacl_sources': [ |
| 209 'protocol/capture_scheduler.cc', |
| 210 'protocol/capture_scheduler.h', |
| 211 'protocol/chromium_port_allocator.cc', |
| 212 'protocol/chromium_port_allocator.h', |
| 213 'protocol/chromium_port_allocator_factory.cc', |
| 214 'protocol/chromium_port_allocator_factory.h', |
| 215 'protocol/chromium_socket_factory.cc', |
| 216 'protocol/chromium_socket_factory.h', |
| 217 'protocol/video_frame_pump.cc', |
| 218 'protocol/video_frame_pump.h', |
| 211 'protocol/webrtc_transport.cc', | 219 'protocol/webrtc_transport.cc', |
| 212 'protocol/webrtc_transport.h', | 220 'protocol/webrtc_transport.h', |
| 213 ], | 221 ], |
| 214 | 222 |
| 215 'remoting_signaling_sources': [ | 223 'remoting_signaling_sources': [ |
| 216 'signaling/iq_sender.cc', | 224 'signaling/iq_sender.cc', |
| 217 'signaling/iq_sender.h', | 225 'signaling/iq_sender.h', |
| 218 'signaling/jid_util.cc', | 226 'signaling/jid_util.cc', |
| 219 'signaling/jid_util.h', | 227 'signaling/jid_util.h', |
| 220 'signaling/jingle_info_request.cc', | 228 'signaling/jingle_info_request.cc', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 'client/plugin/pepper_util.cc', | 303 'client/plugin/pepper_util.cc', |
| 296 'client/plugin/pepper_util.h', | 304 'client/plugin/pepper_util.h', |
| 297 'client/plugin/pepper_video_renderer.h', | 305 'client/plugin/pepper_video_renderer.h', |
| 298 'client/plugin/pepper_video_renderer_2d.cc', | 306 'client/plugin/pepper_video_renderer_2d.cc', |
| 299 'client/plugin/pepper_video_renderer_2d.h', | 307 'client/plugin/pepper_video_renderer_2d.h', |
| 300 'client/plugin/pepper_video_renderer_3d.cc', | 308 'client/plugin/pepper_video_renderer_3d.cc', |
| 301 'client/plugin/pepper_video_renderer_3d.h', | 309 'client/plugin/pepper_video_renderer_3d.h', |
| 302 ], | 310 ], |
| 303 } | 311 } |
| 304 } | 312 } |
| OLD | NEW |