OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 6 'includes': [ |
7 'remoting_host_linux.gypi', | 7 'remoting_host_linux.gypi', |
8 'remoting_host_mac.gypi', | 8 'remoting_host_mac.gypi', |
9 'remoting_host_win.gypi', | 9 'remoting_host_win.gypi', |
10 ], | 10 ], |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 'host/server_log_entry.cc', | 211 'host/server_log_entry.cc', |
212 'host/server_log_entry.h', | 212 'host/server_log_entry.h', |
213 'host/service_urls.cc', | 213 'host/service_urls.cc', |
214 'host/service_urls.h', | 214 'host/service_urls.h', |
215 'host/session_manager_factory.cc', | 215 'host/session_manager_factory.cc', |
216 'host/session_manager_factory.h', | 216 'host/session_manager_factory.h', |
217 'host/shaped_screen_capturer.cc', | 217 'host/shaped_screen_capturer.cc', |
218 'host/shaped_screen_capturer.h', | 218 'host/shaped_screen_capturer.h', |
219 'host/signaling_connector.cc', | 219 'host/signaling_connector.cc', |
220 'host/signaling_connector.h', | 220 'host/signaling_connector.h', |
| 221 'host/token_validator_base.cc', |
| 222 'host/token_validator_base.h', |
221 'host/token_validator_factory_impl.cc', | 223 'host/token_validator_factory_impl.cc', |
222 'host/token_validator_factory_impl.h', | 224 'host/token_validator_factory_impl.h', |
223 'host/usage_stats_consent.h', | 225 'host/usage_stats_consent.h', |
224 'host/usage_stats_consent_mac.cc', | 226 'host/usage_stats_consent_mac.cc', |
225 'host/usage_stats_consent_win.cc', | 227 'host/usage_stats_consent_win.cc', |
226 'host/username.cc', | 228 'host/username.cc', |
227 'host/username.h', | 229 'host/username.h', |
228 'host/video_scheduler.cc', | 230 'host/video_scheduler.cc', |
229 'host/video_scheduler.h', | 231 'host/video_scheduler.h', |
230 'host/win/com_security.cc', | 232 'host/win/com_security.cc', |
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
809 '../base/allocator/allocator.gyp:allocator', | 811 '../base/allocator/allocator.gyp:allocator', |
810 ], | 812 ], |
811 }], # OS=linux | 813 }], # OS=linux |
812 ], # end of 'conditions' | 814 ], # end of 'conditions' |
813 }, # end of target 'remoting_me2me_host' | 815 }, # end of target 'remoting_me2me_host' |
814 ], # end of 'targets' | 816 ], # end of 'targets' |
815 }], # OS!="win" | 817 }], # OS!="win" |
816 | 818 |
817 ], # end of 'conditions' | 819 ], # end of 'conditions' |
818 } | 820 } |
OLD | NEW |