| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'protocol/pairing_registry.cc', | 166 'protocol/pairing_registry.cc', |
| 167 'protocol/pairing_registry.h', | 167 'protocol/pairing_registry.h', |
| 168 'protocol/performance_tracker.cc', | 168 'protocol/performance_tracker.cc', |
| 169 'protocol/performance_tracker.h', | 169 'protocol/performance_tracker.h', |
| 170 'protocol/port_range.cc', | 170 'protocol/port_range.cc', |
| 171 'protocol/port_range.h', | 171 'protocol/port_range.h', |
| 172 'protocol/pseudotcp_adapter.cc', | 172 'protocol/pseudotcp_adapter.cc', |
| 173 'protocol/pseudotcp_adapter.h', | 173 'protocol/pseudotcp_adapter.h', |
| 174 'protocol/pseudotcp_channel_factory.cc', | 174 'protocol/pseudotcp_channel_factory.cc', |
| 175 'protocol/pseudotcp_channel_factory.h', | 175 'protocol/pseudotcp_channel_factory.h', |
| 176 'protocol/quic_channel.cc', | |
| 177 'protocol/quic_channel.h', | |
| 178 'protocol/quic_channel_factory.cc', | |
| 179 'protocol/quic_channel_factory.h', | |
| 180 'protocol/secure_channel_factory.cc', | 176 'protocol/secure_channel_factory.cc', |
| 181 'protocol/secure_channel_factory.h', | 177 'protocol/secure_channel_factory.h', |
| 182 'protocol/session.h', | 178 'protocol/session.h', |
| 183 'protocol/session_config.cc', | 179 'protocol/session_config.cc', |
| 184 'protocol/session_config.h', | 180 'protocol/session_config.h', |
| 185 'protocol/session_manager.h', | 181 'protocol/session_manager.h', |
| 186 'protocol/socket_util.cc', | 182 'protocol/socket_util.cc', |
| 187 'protocol/socket_util.h', | 183 'protocol/socket_util.h', |
| 188 'protocol/ssl_hmac_channel_authenticator.cc', | 184 'protocol/ssl_hmac_channel_authenticator.cc', |
| 189 'protocol/ssl_hmac_channel_authenticator.h', | 185 'protocol/ssl_hmac_channel_authenticator.h', |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'client/plugin/pepper_util.cc', | 303 'client/plugin/pepper_util.cc', |
| 308 'client/plugin/pepper_util.h', | 304 'client/plugin/pepper_util.h', |
| 309 'client/plugin/pepper_video_renderer.h', | 305 'client/plugin/pepper_video_renderer.h', |
| 310 'client/plugin/pepper_video_renderer_2d.cc', | 306 'client/plugin/pepper_video_renderer_2d.cc', |
| 311 'client/plugin/pepper_video_renderer_2d.h', | 307 'client/plugin/pepper_video_renderer_2d.h', |
| 312 'client/plugin/pepper_video_renderer_3d.cc', | 308 'client/plugin/pepper_video_renderer_3d.cc', |
| 313 'client/plugin/pepper_video_renderer_3d.h', | 309 'client/plugin/pepper_video_renderer_3d.h', |
| 314 ], | 310 ], |
| 315 } | 311 } |
| 316 } | 312 } |
| OLD | NEW |