| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 'protocol/third_party_client_authenticator.cc', | 200 'protocol/third_party_client_authenticator.cc', |
| 201 'protocol/third_party_client_authenticator.h', | 201 'protocol/third_party_client_authenticator.h', |
| 202 'protocol/third_party_host_authenticator.cc', | 202 'protocol/third_party_host_authenticator.cc', |
| 203 'protocol/third_party_host_authenticator.h', | 203 'protocol/third_party_host_authenticator.h', |
| 204 'protocol/token_validator.h', | 204 'protocol/token_validator.h', |
| 205 'protocol/transport.cc', | 205 'protocol/transport.cc', |
| 206 'protocol/transport.h', | 206 'protocol/transport.h', |
| 207 'protocol/v2_authenticator.cc', | 207 'protocol/v2_authenticator.cc', |
| 208 'protocol/v2_authenticator.h', | 208 'protocol/v2_authenticator.h', |
| 209 'protocol/video_stub.h', | 209 'protocol/video_stub.h', |
| 210 'protocol/webrtc_transport.cc', |
| 211 'protocol/webrtc_transport.h', |
| 210 ], | 212 ], |
| 211 | 213 |
| 212 'remoting_signaling_sources': [ | 214 'remoting_signaling_sources': [ |
| 213 'signaling/iq_sender.cc', | 215 'signaling/iq_sender.cc', |
| 214 'signaling/iq_sender.h', | 216 'signaling/iq_sender.h', |
| 215 'signaling/jid_util.cc', | 217 'signaling/jid_util.cc', |
| 216 'signaling/jid_util.h', | 218 'signaling/jid_util.h', |
| 217 'signaling/jingle_info_request.cc', | 219 'signaling/jingle_info_request.cc', |
| 218 'signaling/jingle_info_request.h', | 220 'signaling/jingle_info_request.h', |
| 219 'signaling/log_to_server.cc', | 221 'signaling/log_to_server.cc', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 'client/plugin/pepper_util.cc', | 294 'client/plugin/pepper_util.cc', |
| 293 'client/plugin/pepper_util.h', | 295 'client/plugin/pepper_util.h', |
| 294 'client/plugin/pepper_video_renderer.h', | 296 'client/plugin/pepper_video_renderer.h', |
| 295 'client/plugin/pepper_video_renderer_2d.cc', | 297 'client/plugin/pepper_video_renderer_2d.cc', |
| 296 'client/plugin/pepper_video_renderer_2d.h', | 298 'client/plugin/pepper_video_renderer_2d.h', |
| 297 'client/plugin/pepper_video_renderer_3d.cc', | 299 'client/plugin/pepper_video_renderer_3d.cc', |
| 298 'client/plugin/pepper_video_renderer_3d.h', | 300 'client/plugin/pepper_video_renderer_3d.h', |
| 299 ], | 301 ], |
| 300 } | 302 } |
| 301 } | 303 } |
| OLD | NEW |