| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 'protocol/performance_tracker.h', | 169 'protocol/performance_tracker.h', |
| 170 'protocol/port_allocator_base.cc', | 170 'protocol/port_allocator_base.cc', |
| 171 'protocol/port_allocator_base.h', | 171 'protocol/port_allocator_base.h', |
| 172 'protocol/port_allocator_factory.h', | 172 'protocol/port_allocator_factory.h', |
| 173 'protocol/port_range.cc', | 173 'protocol/port_range.cc', |
| 174 'protocol/port_range.h', | 174 'protocol/port_range.h', |
| 175 'protocol/pseudotcp_adapter.cc', | 175 'protocol/pseudotcp_adapter.cc', |
| 176 'protocol/pseudotcp_adapter.h', | 176 'protocol/pseudotcp_adapter.h', |
| 177 'protocol/pseudotcp_channel_factory.cc', | 177 'protocol/pseudotcp_channel_factory.cc', |
| 178 'protocol/pseudotcp_channel_factory.h', | 178 'protocol/pseudotcp_channel_factory.h', |
| 179 'protocol/rejecting_authenticator.cc', |
| 180 'protocol/rejecting_authenticator.h', |
| 179 'protocol/secure_channel_factory.cc', | 181 'protocol/secure_channel_factory.cc', |
| 180 'protocol/secure_channel_factory.h', | 182 'protocol/secure_channel_factory.h', |
| 181 'protocol/session.h', | 183 'protocol/session.h', |
| 182 'protocol/session_config.cc', | 184 'protocol/session_config.cc', |
| 183 'protocol/session_config.h', | 185 'protocol/session_config.h', |
| 184 'protocol/session_manager.h', | 186 'protocol/session_manager.h', |
| 185 'protocol/socket_util.cc', | 187 'protocol/socket_util.cc', |
| 186 'protocol/socket_util.h', | 188 'protocol/socket_util.h', |
| 187 'protocol/ssl_hmac_channel_authenticator.cc', | 189 'protocol/ssl_hmac_channel_authenticator.cc', |
| 188 'protocol/ssl_hmac_channel_authenticator.h', | 190 'protocol/ssl_hmac_channel_authenticator.h', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 'client/plugin/pepper_util.cc', | 315 'client/plugin/pepper_util.cc', |
| 314 'client/plugin/pepper_util.h', | 316 'client/plugin/pepper_util.h', |
| 315 'client/plugin/pepper_video_renderer.h', | 317 'client/plugin/pepper_video_renderer.h', |
| 316 'client/plugin/pepper_video_renderer_2d.cc', | 318 'client/plugin/pepper_video_renderer_2d.cc', |
| 317 'client/plugin/pepper_video_renderer_2d.h', | 319 'client/plugin/pepper_video_renderer_2d.h', |
| 318 'client/plugin/pepper_video_renderer_3d.cc', | 320 'client/plugin/pepper_video_renderer_3d.cc', |
| 319 'client/plugin/pepper_video_renderer_3d.h', | 321 'client/plugin/pepper_video_renderer_3d.h', |
| 320 ], | 322 ], |
| 321 } | 323 } |
| 322 } | 324 } |
| OLD | NEW |