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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 'protocol/pairing_host_authenticator.cc', | 171 'protocol/pairing_host_authenticator.cc', |
172 'protocol/pairing_host_authenticator.h', | 172 'protocol/pairing_host_authenticator.h', |
173 'protocol/pairing_registry.cc', | 173 'protocol/pairing_registry.cc', |
174 'protocol/pairing_registry.h', | 174 'protocol/pairing_registry.h', |
175 'protocol/port_range.cc', | 175 'protocol/port_range.cc', |
176 'protocol/port_range.h', | 176 'protocol/port_range.h', |
177 'protocol/pseudotcp_adapter.cc', | 177 'protocol/pseudotcp_adapter.cc', |
178 'protocol/pseudotcp_adapter.h', | 178 'protocol/pseudotcp_adapter.h', |
179 'protocol/pseudotcp_channel_factory.cc', | 179 'protocol/pseudotcp_channel_factory.cc', |
180 'protocol/pseudotcp_channel_factory.h', | 180 'protocol/pseudotcp_channel_factory.h', |
| 181 'protocol/quic_channel.cc', |
| 182 'protocol/quic_channel.h', |
| 183 'protocol/quic_channel_factory.cc', |
| 184 'protocol/quic_channel_factory.h', |
181 'protocol/secure_channel_factory.cc', | 185 'protocol/secure_channel_factory.cc', |
182 'protocol/secure_channel_factory.h', | 186 'protocol/secure_channel_factory.h', |
183 'protocol/session.h', | 187 'protocol/session.h', |
184 'protocol/session_config.cc', | 188 'protocol/session_config.cc', |
185 'protocol/session_config.h', | 189 'protocol/session_config.h', |
186 'protocol/session_manager.h', | 190 'protocol/session_manager.h', |
187 'protocol/socket_util.cc', | 191 'protocol/socket_util.cc', |
188 'protocol/socket_util.h', | 192 'protocol/socket_util.h', |
189 'protocol/ssl_hmac_channel_authenticator.cc', | 193 'protocol/ssl_hmac_channel_authenticator.cc', |
190 'protocol/ssl_hmac_channel_authenticator.h', | 194 'protocol/ssl_hmac_channel_authenticator.h', |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 'client/plugin/pepper_util.cc', | 293 'client/plugin/pepper_util.cc', |
290 'client/plugin/pepper_util.h', | 294 'client/plugin/pepper_util.h', |
291 'client/plugin/pepper_video_renderer.h', | 295 'client/plugin/pepper_video_renderer.h', |
292 'client/plugin/pepper_video_renderer_2d.cc', | 296 'client/plugin/pepper_video_renderer_2d.cc', |
293 'client/plugin/pepper_video_renderer_2d.h', | 297 'client/plugin/pepper_video_renderer_2d.h', |
294 'client/plugin/pepper_video_renderer_3d.cc', | 298 'client/plugin/pepper_video_renderer_3d.cc', |
295 'client/plugin/pepper_video_renderer_3d.h', | 299 'client/plugin/pepper_video_renderer_3d.h', |
296 ], | 300 ], |
297 } | 301 } |
298 } | 302 } |
OLD | NEW |