| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'host/register_support_host_request.h', | 214 'host/register_support_host_request.h', |
| 215 'host/remote_input_filter.cc', | 215 'host/remote_input_filter.cc', |
| 216 'host/remote_input_filter.h', | 216 'host/remote_input_filter.h', |
| 217 'host/resizing_host_observer.cc', | 217 'host/resizing_host_observer.cc', |
| 218 'host/resizing_host_observer.h', | 218 'host/resizing_host_observer.h', |
| 219 'host/sas_injector.h', | 219 'host/sas_injector.h', |
| 220 'host/sas_injector_win.cc', | 220 'host/sas_injector_win.cc', |
| 221 'host/screen_controls.h', | 221 'host/screen_controls.h', |
| 222 'host/screen_resolution.cc', | 222 'host/screen_resolution.cc', |
| 223 'host/screen_resolution.h', | 223 'host/screen_resolution.h', |
| 224 'host/server_log_entry.cc', | 224 'host/server_log_entry_host.cc', |
| 225 'host/server_log_entry.h', | 225 'host/server_log_entry_host.h', |
| 226 'host/service_urls.cc', | 226 'host/service_urls.cc', |
| 227 'host/service_urls.h', | 227 'host/service_urls.h', |
| 228 'host/session_manager_factory.cc', | 228 'host/session_manager_factory.cc', |
| 229 'host/session_manager_factory.h', | 229 'host/session_manager_factory.h', |
| 230 'host/shaped_screen_capturer.cc', | 230 'host/shaped_screen_capturer.cc', |
| 231 'host/shaped_screen_capturer.h', | 231 'host/shaped_screen_capturer.h', |
| 232 'host/signaling_connector.cc', | 232 'host/signaling_connector.cc', |
| 233 'host/signaling_connector.h', | 233 'host/signaling_connector.h', |
| 234 'host/token_validator_base.cc', | 234 'host/token_validator_base.cc', |
| 235 'host/token_validator_base.h', | 235 'host/token_validator_base.h', |
| (...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 937 }], # mac_breakpad==1 | 937 }], # mac_breakpad==1 |
| 938 ], # conditions | 938 ], # conditions |
| 939 }], # OS=mac | 939 }], # OS=mac |
| 940 ], | 940 ], |
| 941 }, # end of target 'remoting_it2me_native_messaging_host' | 941 }, # end of target 'remoting_it2me_native_messaging_host' |
| 942 ], # end of 'targets' | 942 ], # end of 'targets' |
| 943 }], # OS!="win" | 943 }], # OS!="win" |
| 944 | 944 |
| 945 ], # end of 'conditions' | 945 ], # end of 'conditions' |
| 946 } | 946 } |
| OLD | NEW |