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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 'protocol/ssl_hmac_channel_authenticator.cc', | 177 'protocol/ssl_hmac_channel_authenticator.cc', |
178 'protocol/ssl_hmac_channel_authenticator.h', | 178 'protocol/ssl_hmac_channel_authenticator.h', |
179 'protocol/stream_channel_factory.h', | 179 'protocol/stream_channel_factory.h', |
180 'protocol/third_party_authenticator_base.cc', | 180 'protocol/third_party_authenticator_base.cc', |
181 'protocol/third_party_authenticator_base.h', | 181 'protocol/third_party_authenticator_base.h', |
182 'protocol/third_party_client_authenticator.cc', | 182 'protocol/third_party_client_authenticator.cc', |
183 'protocol/third_party_client_authenticator.h', | 183 'protocol/third_party_client_authenticator.h', |
184 'protocol/third_party_host_authenticator.cc', | 184 'protocol/third_party_host_authenticator.cc', |
185 'protocol/third_party_host_authenticator.h', | 185 'protocol/third_party_host_authenticator.h', |
186 'protocol/token_validator.h', | 186 'protocol/token_validator.h', |
| 187 'protocol/touch_input_filter.cc', |
| 188 'protocol/touch_input_filter.h', |
187 'protocol/transport.cc', | 189 'protocol/transport.cc', |
188 'protocol/transport.h', | 190 'protocol/transport.h', |
189 'protocol/v2_authenticator.cc', | 191 'protocol/v2_authenticator.cc', |
190 'protocol/v2_authenticator.h', | 192 'protocol/v2_authenticator.h', |
191 'protocol/video_stub.h', | 193 'protocol/video_stub.h', |
192 'signaling/iq_sender.cc', | 194 'signaling/iq_sender.cc', |
193 'signaling/iq_sender.h', | 195 'signaling/iq_sender.h', |
194 'signaling/jingle_info_request.cc', | 196 'signaling/jingle_info_request.cc', |
195 'signaling/jingle_info_request.h', | 197 'signaling/jingle_info_request.h', |
196 'signaling/log_to_server.cc', | 198 'signaling/log_to_server.cc', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 'client/plugin/pepper_util.cc', | 265 'client/plugin/pepper_util.cc', |
264 'client/plugin/pepper_util.h', | 266 'client/plugin/pepper_util.h', |
265 'client/plugin/pepper_video_renderer.h', | 267 'client/plugin/pepper_video_renderer.h', |
266 'client/plugin/pepper_video_renderer_2d.cc', | 268 'client/plugin/pepper_video_renderer_2d.cc', |
267 'client/plugin/pepper_video_renderer_2d.h', | 269 'client/plugin/pepper_video_renderer_2d.h', |
268 'client/plugin/pepper_video_renderer_3d.cc', | 270 'client/plugin/pepper_video_renderer_3d.cc', |
269 'client/plugin/pepper_video_renderer_3d.h', | 271 'client/plugin/pepper_video_renderer_3d.h', |
270 ], | 272 ], |
271 } | 273 } |
272 } | 274 } |
OLD | NEW |