| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 'host/resizing_host_observer.h', | 229 'host/resizing_host_observer.h', |
| 230 'host/sas_injector.h', | 230 'host/sas_injector.h', |
| 231 'host/sas_injector_win.cc', | 231 'host/sas_injector_win.cc', |
| 232 'host/screen_controls.h', | 232 'host/screen_controls.h', |
| 233 'host/screen_resolution.cc', | 233 'host/screen_resolution.cc', |
| 234 'host/screen_resolution.h', | 234 'host/screen_resolution.h', |
| 235 'host/server_log_entry_host.cc', | 235 'host/server_log_entry_host.cc', |
| 236 'host/server_log_entry_host.h', | 236 'host/server_log_entry_host.h', |
| 237 'host/session_manager_factory.cc', | 237 'host/session_manager_factory.cc', |
| 238 'host/session_manager_factory.h', | 238 'host/session_manager_factory.h', |
| 239 'host/shaped_screen_capturer.cc', | 239 'host/shaped_desktop_capturer.cc', |
| 240 'host/shaped_screen_capturer.h', | 240 'host/shaped_desktop_capturer.h', |
| 241 'host/signaling_connector.cc', | 241 'host/signaling_connector.cc', |
| 242 'host/signaling_connector.h', | 242 'host/signaling_connector.h', |
| 243 'host/token_validator_base.cc', | 243 'host/token_validator_base.cc', |
| 244 'host/token_validator_base.h', | 244 'host/token_validator_base.h', |
| 245 'host/token_validator_factory_impl.cc', | 245 'host/token_validator_factory_impl.cc', |
| 246 'host/token_validator_factory_impl.h', | 246 'host/token_validator_factory_impl.h', |
| 247 'host/usage_stats_consent.h', | 247 'host/usage_stats_consent.h', |
| 248 'host/usage_stats_consent_mac.cc', | 248 'host/usage_stats_consent_mac.cc', |
| 249 'host/usage_stats_consent_win.cc', | 249 'host/usage_stats_consent_win.cc', |
| 250 'host/username.cc', | 250 'host/username.cc', |
| (...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 }], # mac_breakpad==1 | 855 }], # mac_breakpad==1 |
| 856 ], # conditions | 856 ], # conditions |
| 857 }], # OS=mac | 857 }], # OS=mac |
| 858 ], | 858 ], |
| 859 }, # end of target 'remoting_it2me_native_messaging_host' | 859 }, # end of target 'remoting_it2me_native_messaging_host' |
| 860 ], # end of 'targets' | 860 ], # end of 'targets' |
| 861 }], # OS!="win" | 861 }], # OS!="win" |
| 862 | 862 |
| 863 ], # end of 'conditions' | 863 ], # end of 'conditions' |
| 864 } | 864 } |
| OLD | NEW |