| 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 # Note: sources list duplicated in GN build. | 8 # Note: sources list duplicated in GN build. |
| 9 # See remoting/base/BUILD.gn | 9 # See remoting/base/BUILD.gn |
| 10 'base/auth_token_util.cc', | 10 'base/auth_token_util.cc', |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 'protocol/network_settings.cc', | 157 'protocol/network_settings.cc', |
| 158 'protocol/network_settings.h', | 158 'protocol/network_settings.h', |
| 159 'protocol/pairing_authenticator_base.cc', | 159 'protocol/pairing_authenticator_base.cc', |
| 160 'protocol/pairing_authenticator_base.h', | 160 'protocol/pairing_authenticator_base.h', |
| 161 'protocol/pairing_client_authenticator.cc', | 161 'protocol/pairing_client_authenticator.cc', |
| 162 'protocol/pairing_client_authenticator.h', | 162 'protocol/pairing_client_authenticator.h', |
| 163 'protocol/pairing_host_authenticator.cc', | 163 'protocol/pairing_host_authenticator.cc', |
| 164 'protocol/pairing_host_authenticator.h', | 164 'protocol/pairing_host_authenticator.h', |
| 165 'protocol/pairing_registry.cc', | 165 'protocol/pairing_registry.cc', |
| 166 'protocol/pairing_registry.h', | 166 'protocol/pairing_registry.h', |
| 167 'protocol/protobuf_video_reader.cc', | |
| 168 'protocol/protobuf_video_reader.h', | |
| 169 'protocol/protobuf_video_writer.cc', | |
| 170 'protocol/protobuf_video_writer.h', | |
| 171 'protocol/pseudotcp_channel_factory.cc', | 167 'protocol/pseudotcp_channel_factory.cc', |
| 172 'protocol/pseudotcp_channel_factory.h', | 168 'protocol/pseudotcp_channel_factory.h', |
| 173 'protocol/secure_channel_factory.cc', | 169 'protocol/secure_channel_factory.cc', |
| 174 'protocol/secure_channel_factory.h', | 170 'protocol/secure_channel_factory.h', |
| 175 'protocol/session.h', | 171 'protocol/session.h', |
| 176 'protocol/session_config.cc', | 172 'protocol/session_config.cc', |
| 177 'protocol/session_config.h', | 173 'protocol/session_config.h', |
| 178 'protocol/session_manager.h', | 174 'protocol/session_manager.h', |
| 179 'protocol/socket_util.cc', | 175 'protocol/socket_util.cc', |
| 180 'protocol/socket_util.h', | 176 'protocol/socket_util.h', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 'client/plugin/pepper_plugin_thread_delegate.h', | 264 'client/plugin/pepper_plugin_thread_delegate.h', |
| 269 'client/plugin/pepper_port_allocator.cc', | 265 'client/plugin/pepper_port_allocator.cc', |
| 270 'client/plugin/pepper_port_allocator.h', | 266 'client/plugin/pepper_port_allocator.h', |
| 271 'client/plugin/pepper_util.cc', | 267 'client/plugin/pepper_util.cc', |
| 272 'client/plugin/pepper_util.h', | 268 'client/plugin/pepper_util.h', |
| 273 'client/plugin/pepper_view.cc', | 269 'client/plugin/pepper_view.cc', |
| 274 'client/plugin/pepper_view.h', | 270 'client/plugin/pepper_view.h', |
| 275 ], | 271 ], |
| 276 } | 272 } |
| 277 } | 273 } |
| OLD | NEW |