| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'protocol/errors.cc', | 112 'protocol/errors.cc', |
| 113 'protocol/errors.h', | 113 'protocol/errors.h', |
| 114 'protocol/frame_consumer.h', | 114 'protocol/frame_consumer.h', |
| 115 'protocol/host_control_dispatcher.cc', | 115 'protocol/host_control_dispatcher.cc', |
| 116 'protocol/host_control_dispatcher.h', | 116 'protocol/host_control_dispatcher.h', |
| 117 'protocol/host_event_dispatcher.cc', | 117 'protocol/host_event_dispatcher.cc', |
| 118 'protocol/host_event_dispatcher.h', | 118 'protocol/host_event_dispatcher.h', |
| 119 'protocol/host_stub.h', | 119 'protocol/host_stub.h', |
| 120 'protocol/host_video_dispatcher.cc', | 120 'protocol/host_video_dispatcher.cc', |
| 121 'protocol/host_video_dispatcher.h', | 121 'protocol/host_video_dispatcher.h', |
| 122 'protocol/http_ice_config_request.cc', |
| 123 'protocol/http_ice_config_request.h', |
| 122 'protocol/ice_config.cc', | 124 'protocol/ice_config.cc', |
| 123 'protocol/ice_config.h', | 125 'protocol/ice_config.h', |
| 124 'protocol/ice_config_request.h', | 126 'protocol/ice_config_request.h', |
| 125 'protocol/ice_connection_to_host.cc', | 127 'protocol/ice_connection_to_host.cc', |
| 126 'protocol/ice_connection_to_host.h', | 128 'protocol/ice_connection_to_host.h', |
| 127 'protocol/ice_transport.cc', | 129 'protocol/ice_transport.cc', |
| 128 'protocol/ice_transport.h', | 130 'protocol/ice_transport.h', |
| 129 'protocol/ice_transport_channel.cc', | 131 'protocol/ice_transport_channel.cc', |
| 130 'protocol/ice_transport_channel.h', | 132 'protocol/ice_transport_channel.h', |
| 131 'protocol/input_event_tracker.cc', | 133 'protocol/input_event_tracker.cc', |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 'client/plugin/pepper_util.cc', | 328 'client/plugin/pepper_util.cc', |
| 327 'client/plugin/pepper_util.h', | 329 'client/plugin/pepper_util.h', |
| 328 'client/plugin/pepper_video_renderer.h', | 330 'client/plugin/pepper_video_renderer.h', |
| 329 'client/plugin/pepper_video_renderer_2d.cc', | 331 'client/plugin/pepper_video_renderer_2d.cc', |
| 330 'client/plugin/pepper_video_renderer_2d.h', | 332 'client/plugin/pepper_video_renderer_2d.h', |
| 331 'client/plugin/pepper_video_renderer_3d.cc', | 333 'client/plugin/pepper_video_renderer_3d.cc', |
| 332 'client/plugin/pepper_video_renderer_3d.h', | 334 'client/plugin/pepper_video_renderer_3d.h', |
| 333 ], | 335 ], |
| 334 } | 336 } |
| 335 } | 337 } |
| OLD | NEW |