| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'protocol/transport.cc', | 170 'protocol/transport.cc', |
| 171 'protocol/transport.h', | 171 'protocol/transport.h', |
| 172 'protocol/util.cc', | 172 'protocol/util.cc', |
| 173 'protocol/util.h', | 173 'protocol/util.h', |
| 174 'protocol/third_party_authenticator_base.cc', | 174 'protocol/third_party_authenticator_base.cc', |
| 175 'protocol/third_party_authenticator_base.h', | 175 'protocol/third_party_authenticator_base.h', |
| 176 'protocol/third_party_client_authenticator.cc', | 176 'protocol/third_party_client_authenticator.cc', |
| 177 'protocol/third_party_client_authenticator.h', | 177 'protocol/third_party_client_authenticator.h', |
| 178 'protocol/third_party_host_authenticator.cc', | 178 'protocol/third_party_host_authenticator.cc', |
| 179 'protocol/third_party_host_authenticator.h', | 179 'protocol/third_party_host_authenticator.h', |
| 180 'protocol/token_validator.h', |
| 180 'protocol/v2_authenticator.cc', | 181 'protocol/v2_authenticator.cc', |
| 181 'protocol/v2_authenticator.h', | 182 'protocol/v2_authenticator.h', |
| 182 'protocol/video_reader.cc', | 183 'protocol/video_reader.cc', |
| 183 'protocol/video_reader.h', | 184 'protocol/video_reader.h', |
| 184 'protocol/video_stub.h', | 185 'protocol/video_stub.h', |
| 185 'protocol/video_writer.cc', | 186 'protocol/video_writer.cc', |
| 186 'protocol/video_writer.h', | 187 'protocol/video_writer.h', |
| 187 ], | 188 ], |
| 188 | 189 |
| 189 'remoting_client_sources': [ | 190 'remoting_client_sources': [ |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 'client/plugin/pepper_port_allocator.h', | 237 'client/plugin/pepper_port_allocator.h', |
| 237 'client/plugin/pepper_token_fetcher.cc', | 238 'client/plugin/pepper_token_fetcher.cc', |
| 238 'client/plugin/pepper_token_fetcher.h', | 239 'client/plugin/pepper_token_fetcher.h', |
| 239 'client/plugin/pepper_util.cc', | 240 'client/plugin/pepper_util.cc', |
| 240 'client/plugin/pepper_util.h', | 241 'client/plugin/pepper_util.h', |
| 241 'client/plugin/pepper_view.cc', | 242 'client/plugin/pepper_view.cc', |
| 242 'client/plugin/pepper_view.h', | 243 'client/plugin/pepper_view.h', |
| 243 ], | 244 ], |
| 244 } | 245 } |
| 245 } | 246 } |
| OLD | NEW |