| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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.cc', | 110 'protocol/connection_to_client.cc', |
| 111 'protocol/connection_to_client.h', | 111 'protocol/connection_to_client.h', |
| 112 'protocol/connection_to_host.cc', | |
| 113 'protocol/connection_to_host.h', | 112 'protocol/connection_to_host.h', |
| 113 'protocol/connection_to_host_impl.cc', |
| 114 'protocol/connection_to_host_impl.h', |
| 114 'protocol/content_description.cc', | 115 'protocol/content_description.cc', |
| 115 'protocol/content_description.h', | 116 'protocol/content_description.h', |
| 116 'protocol/datagram_channel_factory.h', | 117 'protocol/datagram_channel_factory.h', |
| 117 'protocol/errors.h', | 118 'protocol/errors.h', |
| 118 'protocol/host_control_dispatcher.cc', | 119 'protocol/host_control_dispatcher.cc', |
| 119 'protocol/host_control_dispatcher.h', | 120 'protocol/host_control_dispatcher.h', |
| 120 'protocol/host_event_dispatcher.cc', | 121 'protocol/host_event_dispatcher.cc', |
| 121 'protocol/host_event_dispatcher.h', | 122 'protocol/host_event_dispatcher.h', |
| 122 'protocol/host_stub.h', | 123 'protocol/host_stub.h', |
| 123 'protocol/host_video_dispatcher.cc', | 124 'protocol/host_video_dispatcher.cc', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'client/plugin/pepper_video_renderer.h', | 273 'client/plugin/pepper_video_renderer.h', |
| 273 'client/plugin/pepper_video_renderer_2d.cc', | 274 'client/plugin/pepper_video_renderer_2d.cc', |
| 274 'client/plugin/pepper_video_renderer_2d.h', | 275 'client/plugin/pepper_video_renderer_2d.h', |
| 275 'client/plugin/pepper_video_renderer_3d.cc', | 276 'client/plugin/pepper_video_renderer_3d.cc', |
| 276 'client/plugin/pepper_video_renderer_3d.h', | 277 'client/plugin/pepper_video_renderer_3d.h', |
| 277 'client/plugin/touch_input_scaler.cc', | 278 'client/plugin/touch_input_scaler.cc', |
| 278 'client/plugin/touch_input_scaler.h', | 279 'client/plugin/touch_input_scaler.h', |
| 279 ], | 280 ], |
| 280 } | 281 } |
| 281 } | 282 } |
| OLD | NEW |