| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'protocol/third_party_host_authenticator.cc', | 188 'protocol/third_party_host_authenticator.cc', |
| 189 'protocol/third_party_host_authenticator.h', | 189 'protocol/third_party_host_authenticator.h', |
| 190 'protocol/token_validator.h', | 190 'protocol/token_validator.h', |
| 191 'protocol/transport.cc', | 191 'protocol/transport.cc', |
| 192 'protocol/transport.h', | 192 'protocol/transport.h', |
| 193 'protocol/v2_authenticator.cc', | 193 'protocol/v2_authenticator.cc', |
| 194 'protocol/v2_authenticator.h', | 194 'protocol/v2_authenticator.h', |
| 195 'protocol/video_stub.h', | 195 'protocol/video_stub.h', |
| 196 'signaling/iq_sender.cc', | 196 'signaling/iq_sender.cc', |
| 197 'signaling/iq_sender.h', | 197 'signaling/iq_sender.h', |
| 198 'signaling/jid_util.cc', |
| 199 'signaling/jid_util.h', |
| 198 'signaling/jingle_info_request.cc', | 200 'signaling/jingle_info_request.cc', |
| 199 'signaling/jingle_info_request.h', | 201 'signaling/jingle_info_request.h', |
| 200 'signaling/log_to_server.cc', | 202 'signaling/log_to_server.cc', |
| 201 'signaling/log_to_server.h', | 203 'signaling/log_to_server.h', |
| 202 'signaling/server_log_entry.cc', | 204 'signaling/server_log_entry.cc', |
| 203 'signaling/server_log_entry.h', | 205 'signaling/server_log_entry.h', |
| 204 'signaling/signal_strategy.h', | 206 'signaling/signal_strategy.h', |
| 205 'signaling/xmpp_signal_strategy.cc', | 207 'signaling/xmpp_signal_strategy.cc', |
| 206 'signaling/xmpp_signal_strategy.h', | 208 'signaling/xmpp_signal_strategy.h', |
| 207 'signaling/xmpp_stream_parser.cc', | 209 'signaling/xmpp_stream_parser.cc', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'client/plugin/pepper_video_renderer.h', | 275 'client/plugin/pepper_video_renderer.h', |
| 274 'client/plugin/pepper_video_renderer_2d.cc', | 276 'client/plugin/pepper_video_renderer_2d.cc', |
| 275 'client/plugin/pepper_video_renderer_2d.h', | 277 'client/plugin/pepper_video_renderer_2d.h', |
| 276 'client/plugin/pepper_video_renderer_3d.cc', | 278 'client/plugin/pepper_video_renderer_3d.cc', |
| 277 'client/plugin/pepper_video_renderer_3d.h', | 279 'client/plugin/pepper_video_renderer_3d.h', |
| 278 'client/plugin/touch_input_scaler.cc', | 280 'client/plugin/touch_input_scaler.cc', |
| 279 'client/plugin/touch_input_scaler.h', | 281 'client/plugin/touch_input_scaler.h', |
| 280 ], | 282 ], |
| 281 } | 283 } |
| 282 } | 284 } |
| OLD | NEW |