| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_desktop_capturer.cc', | 239 'host/shaped_desktop_capturer.cc', |
| 240 'host/shaped_desktop_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/single_window_desktop_environment.cc', |
| 244 'host/single_window_desktop_environment.h', |
| 245 'host/single_window_input_injector_linux.cc', |
| 246 'host/single_window_input_injector_mac.cc', |
| 247 'host/single_window_input_injector_win.cc', |
| 248 'host/single_window_input_injector.h', |
| 243 'host/token_validator_base.cc', | 249 'host/token_validator_base.cc', |
| 244 'host/token_validator_base.h', | 250 'host/token_validator_base.h', |
| 245 'host/token_validator_factory_impl.cc', | 251 'host/token_validator_factory_impl.cc', |
| 246 'host/token_validator_factory_impl.h', | 252 'host/token_validator_factory_impl.h', |
| 247 'host/usage_stats_consent.h', | 253 'host/usage_stats_consent.h', |
| 248 'host/usage_stats_consent_mac.cc', | 254 'host/usage_stats_consent_mac.cc', |
| 249 'host/usage_stats_consent_win.cc', | 255 'host/usage_stats_consent_win.cc', |
| 250 'host/username.cc', | 256 'host/username.cc', |
| 251 'host/username.h', | 257 'host/username.h', |
| 252 'host/video_frame_recorder.cc', | 258 'host/video_frame_recorder.cc', |
| (...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 }], # mac_breakpad==1 | 865 }], # mac_breakpad==1 |
| 860 ], # conditions | 866 ], # conditions |
| 861 }], # OS=mac | 867 }], # OS=mac |
| 862 ], | 868 ], |
| 863 }, # end of target 'remoting_it2me_native_messaging_host' | 869 }, # end of target 'remoting_it2me_native_messaging_host' |
| 864 ], # end of 'targets' | 870 ], # end of 'targets' |
| 865 }], # OS!="win" | 871 }], # OS!="win" |
| 866 | 872 |
| 867 ], # end of 'conditions' | 873 ], # end of 'conditions' |
| 868 } | 874 } |
| OLD | NEW |