| 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 'remoting_base_sources': [ | 7 'remoting_base_sources': [ |
| 8 'base/auth_token_util.cc', | 8 'base/auth_token_util.cc', |
| 9 'base/auth_token_util.h', | 9 'base/auth_token_util.h', |
| 10 'base/auto_thread.cc', | 10 'base/auto_thread.cc', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 'protocol/monitored_video_stub.h', | 147 'protocol/monitored_video_stub.h', |
| 148 'protocol/mouse_input_filter.cc', | 148 'protocol/mouse_input_filter.cc', |
| 149 'protocol/mouse_input_filter.h', | 149 'protocol/mouse_input_filter.h', |
| 150 'protocol/name_value_map.h', | 150 'protocol/name_value_map.h', |
| 151 'protocol/negotiating_authenticator_base.cc', | 151 'protocol/negotiating_authenticator_base.cc', |
| 152 'protocol/negotiating_authenticator_base.h', | 152 'protocol/negotiating_authenticator_base.h', |
| 153 'protocol/negotiating_client_authenticator.cc', | 153 'protocol/negotiating_client_authenticator.cc', |
| 154 'protocol/negotiating_client_authenticator.h', | 154 'protocol/negotiating_client_authenticator.h', |
| 155 'protocol/negotiating_host_authenticator.cc', | 155 'protocol/negotiating_host_authenticator.cc', |
| 156 'protocol/negotiating_host_authenticator.h', | 156 'protocol/negotiating_host_authenticator.h', |
| 157 'protocol/network_settings.cc', | |
| 158 'protocol/network_settings.h', | 157 'protocol/network_settings.h', |
| 159 'protocol/pairing_authenticator_base.cc', | 158 'protocol/pairing_authenticator_base.cc', |
| 160 'protocol/pairing_authenticator_base.h', | 159 'protocol/pairing_authenticator_base.h', |
| 161 'protocol/pairing_client_authenticator.cc', | 160 'protocol/pairing_client_authenticator.cc', |
| 162 'protocol/pairing_client_authenticator.h', | 161 'protocol/pairing_client_authenticator.h', |
| 163 'protocol/pairing_host_authenticator.cc', | 162 'protocol/pairing_host_authenticator.cc', |
| 164 'protocol/pairing_host_authenticator.h', | 163 'protocol/pairing_host_authenticator.h', |
| 165 'protocol/pairing_registry.cc', | 164 'protocol/pairing_registry.cc', |
| 166 'protocol/pairing_registry.h', | 165 'protocol/pairing_registry.h', |
| 166 'protocol/port_range.cc', |
| 167 'protocol/port_range.h', |
| 167 'protocol/pseudotcp_channel_factory.cc', | 168 'protocol/pseudotcp_channel_factory.cc', |
| 168 'protocol/pseudotcp_channel_factory.h', | 169 'protocol/pseudotcp_channel_factory.h', |
| 169 'protocol/secure_channel_factory.cc', | 170 'protocol/secure_channel_factory.cc', |
| 170 'protocol/secure_channel_factory.h', | 171 'protocol/secure_channel_factory.h', |
| 171 'protocol/session.h', | 172 'protocol/session.h', |
| 172 'protocol/session_config.cc', | 173 'protocol/session_config.cc', |
| 173 'protocol/session_config.h', | 174 'protocol/session_config.h', |
| 174 'protocol/session_manager.h', | 175 'protocol/session_manager.h', |
| 175 'protocol/socket_util.cc', | 176 'protocol/socket_util.cc', |
| 176 'protocol/socket_util.h', | 177 'protocol/socket_util.h', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'client/plugin/pepper_util.cc', | 264 'client/plugin/pepper_util.cc', |
| 264 'client/plugin/pepper_util.h', | 265 'client/plugin/pepper_util.h', |
| 265 'client/plugin/pepper_video_renderer.h', | 266 'client/plugin/pepper_video_renderer.h', |
| 266 'client/plugin/pepper_video_renderer_2d.cc', | 267 'client/plugin/pepper_video_renderer_2d.cc', |
| 267 'client/plugin/pepper_video_renderer_2d.h', | 268 'client/plugin/pepper_video_renderer_2d.h', |
| 268 'client/plugin/pepper_video_renderer_3d.cc', | 269 'client/plugin/pepper_video_renderer_3d.cc', |
| 269 'client/plugin/pepper_video_renderer_3d.h', | 270 'client/plugin/pepper_video_renderer_3d.h', |
| 270 ], | 271 ], |
| 271 } | 272 } |
| 272 } | 273 } |
| OLD | NEW |