| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'protocol/audio_reader.cc', | 77 'protocol/audio_reader.cc', |
| 78 'protocol/audio_reader.h', | 78 'protocol/audio_reader.h', |
| 79 'protocol/audio_stub.h', | 79 'protocol/audio_stub.h', |
| 80 'protocol/audio_writer.cc', | 80 'protocol/audio_writer.cc', |
| 81 'protocol/audio_writer.h', | 81 'protocol/audio_writer.h', |
| 82 'protocol/auth_util.cc', | 82 'protocol/auth_util.cc', |
| 83 'protocol/auth_util.h', | 83 'protocol/auth_util.h', |
| 84 'protocol/authenticator.cc', | 84 'protocol/authenticator.cc', |
| 85 'protocol/authenticator.h', | 85 'protocol/authenticator.h', |
| 86 'protocol/capability_names.h', | 86 'protocol/capability_names.h', |
| 87 'protocol/client_authentication_config.cc', | |
| 88 'protocol/client_authentication_config.h', | |
| 89 'protocol/channel_authenticator.h', | 87 'protocol/channel_authenticator.h', |
| 90 'protocol/channel_dispatcher_base.cc', | 88 'protocol/channel_dispatcher_base.cc', |
| 91 'protocol/channel_dispatcher_base.h', | 89 'protocol/channel_dispatcher_base.h', |
| 92 'protocol/channel_multiplexer.cc', | 90 'protocol/channel_multiplexer.cc', |
| 93 'protocol/channel_multiplexer.h', | 91 'protocol/channel_multiplexer.h', |
| 94 'protocol/channel_socket_adapter.cc', | 92 'protocol/channel_socket_adapter.cc', |
| 95 'protocol/channel_socket_adapter.h', | 93 'protocol/channel_socket_adapter.h', |
| 94 'protocol/client_authentication_config.cc', |
| 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/clipboard_echo_filter.cc', | 103 'protocol/clipboard_echo_filter.cc', |
| 104 'protocol/clipboard_echo_filter.h', | 104 'protocol/clipboard_echo_filter.h', |
| 105 'protocol/clipboard_filter.cc', | 105 'protocol/clipboard_filter.cc', |
| 106 'protocol/clipboard_filter.h', | 106 'protocol/clipboard_filter.h', |
| 107 'protocol/clipboard_stub.h', | 107 'protocol/clipboard_stub.h', |
| 108 'protocol/clipboard_thread_proxy.cc', | 108 'protocol/clipboard_thread_proxy.cc', |
| 109 'protocol/clipboard_thread_proxy.h', | 109 'protocol/clipboard_thread_proxy.h', |
| 110 'protocol/connection_to_client.h', | 110 'protocol/connection_to_client.h', |
| 111 'protocol/connection_to_host.cc', | 111 'protocol/connection_to_host.cc', |
| 112 'protocol/connection_to_host.h', | 112 'protocol/connection_to_host.h', |
| 113 'protocol/content_description.cc', | 113 'protocol/content_description.cc', |
| 114 'protocol/content_description.h', | 114 'protocol/content_description.h', |
| 115 'protocol/datagram_channel_factory.h', | 115 'protocol/datagram_channel_factory.h', |
| 116 'protocol/errors.cc', | 116 'protocol/errors.cc', |
| 117 'protocol/errors.h', | 117 'protocol/errors.h', |
| 118 'protocol/frame_consumer.h', | 118 'protocol/frame_consumer.h', |
| 119 'protocol/frame_stats.cc', |
| 120 'protocol/frame_stats.h', |
| 119 'protocol/host_control_dispatcher.cc', | 121 'protocol/host_control_dispatcher.cc', |
| 120 'protocol/host_control_dispatcher.h', | 122 'protocol/host_control_dispatcher.h', |
| 121 'protocol/host_event_dispatcher.cc', | 123 'protocol/host_event_dispatcher.cc', |
| 122 'protocol/host_event_dispatcher.h', | 124 'protocol/host_event_dispatcher.h', |
| 123 'protocol/host_stub.h', | 125 'protocol/host_stub.h', |
| 124 'protocol/host_video_dispatcher.cc', | 126 'protocol/host_video_dispatcher.cc', |
| 125 'protocol/host_video_dispatcher.h', | 127 'protocol/host_video_dispatcher.h', |
| 126 'protocol/http_ice_config_request.cc', | 128 'protocol/http_ice_config_request.cc', |
| 127 'protocol/http_ice_config_request.h', | 129 'protocol/http_ice_config_request.h', |
| 128 'protocol/ice_config.cc', | 130 'protocol/ice_config.cc', |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 'client/plugin/pepper_util.cc', | 344 'client/plugin/pepper_util.cc', |
| 343 'client/plugin/pepper_util.h', | 345 'client/plugin/pepper_util.h', |
| 344 'client/plugin/pepper_video_renderer.h', | 346 'client/plugin/pepper_video_renderer.h', |
| 345 'client/plugin/pepper_video_renderer_2d.cc', | 347 'client/plugin/pepper_video_renderer_2d.cc', |
| 346 'client/plugin/pepper_video_renderer_2d.h', | 348 'client/plugin/pepper_video_renderer_2d.h', |
| 347 'client/plugin/pepper_video_renderer_3d.cc', | 349 'client/plugin/pepper_video_renderer_3d.cc', |
| 348 'client/plugin/pepper_video_renderer_3d.h', | 350 'client/plugin/pepper_video_renderer_3d.h', |
| 349 ], | 351 ], |
| 350 } | 352 } |
| 351 } | 353 } |
| OLD | NEW |