| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'protocol/datagram_channel_factory.h', | 116 'protocol/datagram_channel_factory.h', |
| 117 'protocol/errors.cc', | 117 'protocol/errors.cc', |
| 118 'protocol/errors.h', | 118 'protocol/errors.h', |
| 119 'protocol/host_control_dispatcher.cc', | 119 'protocol/host_control_dispatcher.cc', |
| 120 'protocol/host_control_dispatcher.h', | 120 'protocol/host_control_dispatcher.h', |
| 121 'protocol/host_event_dispatcher.cc', | 121 'protocol/host_event_dispatcher.cc', |
| 122 'protocol/host_event_dispatcher.h', | 122 'protocol/host_event_dispatcher.h', |
| 123 'protocol/host_stub.h', | 123 'protocol/host_stub.h', |
| 124 'protocol/host_video_dispatcher.cc', | 124 'protocol/host_video_dispatcher.cc', |
| 125 'protocol/host_video_dispatcher.h', | 125 'protocol/host_video_dispatcher.h', |
| 126 'protocol/ice_transport_factory.cc', | |
| 127 'protocol/ice_transport_factory.h', | |
| 128 'protocol/ice_transport_session.cc', | |
| 129 'protocol/ice_transport_session.h', | |
| 130 'protocol/input_event_tracker.cc', | 126 'protocol/input_event_tracker.cc', |
| 131 'protocol/input_event_tracker.h', | 127 'protocol/input_event_tracker.h', |
| 132 'protocol/input_filter.cc', | 128 'protocol/input_filter.cc', |
| 133 'protocol/input_filter.h', | 129 'protocol/input_filter.h', |
| 134 'protocol/input_stub.h', | 130 'protocol/input_stub.h', |
| 135 'protocol/it2me_host_authenticator_factory.cc', | 131 'protocol/it2me_host_authenticator_factory.cc', |
| 136 'protocol/it2me_host_authenticator_factory.h', | 132 'protocol/it2me_host_authenticator_factory.h', |
| 137 'protocol/jingle_messages.cc', | 133 'protocol/jingle_messages.cc', |
| 138 'protocol/jingle_messages.h', | 134 'protocol/jingle_messages.h', |
| 139 'protocol/jingle_session.cc', | 135 'protocol/jingle_session.cc', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 'client/plugin/pepper_util.cc', | 286 'client/plugin/pepper_util.cc', |
| 291 'client/plugin/pepper_util.h', | 287 'client/plugin/pepper_util.h', |
| 292 'client/plugin/pepper_video_renderer.h', | 288 'client/plugin/pepper_video_renderer.h', |
| 293 'client/plugin/pepper_video_renderer_2d.cc', | 289 'client/plugin/pepper_video_renderer_2d.cc', |
| 294 'client/plugin/pepper_video_renderer_2d.h', | 290 'client/plugin/pepper_video_renderer_2d.h', |
| 295 'client/plugin/pepper_video_renderer_3d.cc', | 291 'client/plugin/pepper_video_renderer_3d.cc', |
| 296 'client/plugin/pepper_video_renderer_3d.h', | 292 'client/plugin/pepper_video_renderer_3d.h', |
| 297 ], | 293 ], |
| 298 } | 294 } |
| 299 } | 295 } |
| OLD | NEW |