| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'protocol/audio_reader.h', | 77 'protocol/audio_reader.h', |
| 78 'protocol/audio_stub.h', | 78 'protocol/audio_stub.h', |
| 79 'protocol/audio_writer.cc', | 79 'protocol/audio_writer.cc', |
| 80 'protocol/audio_writer.h', | 80 'protocol/audio_writer.h', |
| 81 'protocol/auth_util.cc', | 81 'protocol/auth_util.cc', |
| 82 'protocol/auth_util.h', | 82 'protocol/auth_util.h', |
| 83 'protocol/authentication_method.cc', | 83 'protocol/authentication_method.cc', |
| 84 'protocol/authentication_method.h', | 84 'protocol/authentication_method.h', |
| 85 'protocol/authenticator.cc', | 85 'protocol/authenticator.cc', |
| 86 'protocol/authenticator.h', | 86 'protocol/authenticator.h', |
| 87 'protocol/capability_names.h', |
| 87 'protocol/channel_authenticator.h', | 88 'protocol/channel_authenticator.h', |
| 88 'protocol/channel_dispatcher_base.cc', | 89 'protocol/channel_dispatcher_base.cc', |
| 89 'protocol/channel_dispatcher_base.h', | 90 'protocol/channel_dispatcher_base.h', |
| 90 'protocol/channel_multiplexer.cc', | 91 'protocol/channel_multiplexer.cc', |
| 91 'protocol/channel_multiplexer.h', | 92 'protocol/channel_multiplexer.h', |
| 92 'protocol/chromium_port_allocator.cc', | 93 'protocol/chromium_port_allocator.cc', |
| 93 'protocol/chromium_port_allocator.h', | 94 'protocol/chromium_port_allocator.h', |
| 94 'protocol/chromium_socket_factory.cc', | 95 'protocol/chromium_socket_factory.cc', |
| 95 'protocol/chromium_socket_factory.h', | 96 'protocol/chromium_socket_factory.h', |
| 96 'protocol/client_control_dispatcher.cc', | 97 'protocol/client_control_dispatcher.cc', |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 'client/plugin/pepper_video_renderer.h', | 279 'client/plugin/pepper_video_renderer.h', |
| 279 'client/plugin/pepper_video_renderer_2d.cc', | 280 'client/plugin/pepper_video_renderer_2d.cc', |
| 280 'client/plugin/pepper_video_renderer_2d.h', | 281 'client/plugin/pepper_video_renderer_2d.h', |
| 281 'client/plugin/pepper_video_renderer_3d.cc', | 282 'client/plugin/pepper_video_renderer_3d.cc', |
| 282 'client/plugin/pepper_video_renderer_3d.h', | 283 'client/plugin/pepper_video_renderer_3d.h', |
| 283 'client/plugin/touch_input_scaler.cc', | 284 'client/plugin/touch_input_scaler.cc', |
| 284 'client/plugin/touch_input_scaler.h', | 285 'client/plugin/touch_input_scaler.h', |
| 285 ], | 286 ], |
| 286 } | 287 } |
| 287 } | 288 } |
| OLD | NEW |