| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'protocol/audio_reader.cc', | 73 'protocol/audio_reader.cc', |
| 74 'protocol/audio_reader.h', | 74 'protocol/audio_reader.h', |
| 75 'protocol/audio_stub.h', | 75 'protocol/audio_stub.h', |
| 76 'protocol/audio_writer.cc', | 76 'protocol/audio_writer.cc', |
| 77 'protocol/audio_writer.h', | 77 'protocol/audio_writer.h', |
| 78 'protocol/auth_util.cc', | 78 'protocol/auth_util.cc', |
| 79 'protocol/auth_util.h', | 79 'protocol/auth_util.h', |
| 80 'protocol/authenticator.cc', | 80 'protocol/authenticator.cc', |
| 81 'protocol/authenticator.h', | 81 'protocol/authenticator.h', |
| 82 'protocol/capability_names.h', | 82 'protocol/capability_names.h', |
| 83 'protocol/client_authentication_config.cc', |
| 84 'protocol/client_authentication_config.h', |
| 83 'protocol/channel_authenticator.h', | 85 'protocol/channel_authenticator.h', |
| 84 'protocol/channel_dispatcher_base.cc', | 86 'protocol/channel_dispatcher_base.cc', |
| 85 'protocol/channel_dispatcher_base.h', | 87 'protocol/channel_dispatcher_base.h', |
| 86 'protocol/channel_multiplexer.cc', | 88 'protocol/channel_multiplexer.cc', |
| 87 'protocol/channel_multiplexer.h', | 89 'protocol/channel_multiplexer.h', |
| 88 'protocol/channel_socket_adapter.cc', | 90 'protocol/channel_socket_adapter.cc', |
| 89 'protocol/channel_socket_adapter.h', | 91 'protocol/channel_socket_adapter.h', |
| 90 'protocol/client_control_dispatcher.cc', | 92 'protocol/client_control_dispatcher.cc', |
| 91 'protocol/client_control_dispatcher.h', | 93 'protocol/client_control_dispatcher.h', |
| 92 'protocol/client_event_dispatcher.cc', | 94 'protocol/client_event_dispatcher.cc', |
| (...skipping 233 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 |