| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'host/host_event_logger.h', | 134 'host/host_event_logger.h', |
| 135 'host/host_event_logger_posix.cc', | 135 'host/host_event_logger_posix.cc', |
| 136 'host/host_event_logger_win.cc', | 136 'host/host_event_logger_win.cc', |
| 137 'host/host_exit_codes.cc', | 137 'host/host_exit_codes.cc', |
| 138 'host/host_exit_codes.h', | 138 'host/host_exit_codes.h', |
| 139 'host/host_export.h', | 139 'host/host_export.h', |
| 140 'host/host_extension.h', | 140 'host/host_extension.h', |
| 141 'host/host_extension_session.h', | 141 'host/host_extension_session.h', |
| 142 'host/host_secret.cc', | 142 'host/host_secret.cc', |
| 143 'host/host_secret.h', | 143 'host/host_secret.h', |
| 144 'host/host_status_logger.cc', |
| 145 'host/host_status_logger.h', |
| 144 'host/host_status_monitor.h', | 146 'host/host_status_monitor.h', |
| 145 'host/host_status_observer.h', | 147 'host/host_status_observer.h', |
| 146 'host/host_status_sender.cc', | 148 'host/host_status_sender.cc', |
| 147 'host/host_status_sender.h', | 149 'host/host_status_sender.h', |
| 148 'host/host_window.h', | 150 'host/host_window.h', |
| 149 'host/host_window_proxy.cc', | 151 'host/host_window_proxy.cc', |
| 150 'host/host_window_proxy.h', | 152 'host/host_window_proxy.h', |
| 151 'host/in_memory_host_config.cc', | 153 'host/in_memory_host_config.cc', |
| 152 'host/in_memory_host_config.h', | 154 'host/in_memory_host_config.h', |
| 153 'host/input_injector.h', | 155 'host/input_injector.h', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 180 'host/linux/unicode_to_keysym.cc', | 182 'host/linux/unicode_to_keysym.cc', |
| 181 'host/linux/unicode_to_keysym.h', | 183 'host/linux/unicode_to_keysym.h', |
| 182 'host/linux/x11_util.cc', | 184 'host/linux/x11_util.cc', |
| 183 'host/linux/x11_util.h', | 185 'host/linux/x11_util.h', |
| 184 'host/linux/x_server_clipboard.cc', | 186 'host/linux/x_server_clipboard.cc', |
| 185 'host/linux/x_server_clipboard.h', | 187 'host/linux/x_server_clipboard.h', |
| 186 'host/local_input_monitor.h', | 188 'host/local_input_monitor.h', |
| 187 'host/local_input_monitor_linux.cc', | 189 'host/local_input_monitor_linux.cc', |
| 188 'host/local_input_monitor_mac.mm', | 190 'host/local_input_monitor_mac.mm', |
| 189 'host/local_input_monitor_win.cc', | 191 'host/local_input_monitor_win.cc', |
| 190 'host/log_to_server.cc', | |
| 191 'host/log_to_server.h', | |
| 192 'host/logging.h', | 192 'host/logging.h', |
| 193 'host/logging_posix.cc', | 193 'host/logging_posix.cc', |
| 194 'host/logging_win.cc', | 194 'host/logging_win.cc', |
| 195 'host/me2me_desktop_environment.cc', | 195 'host/me2me_desktop_environment.cc', |
| 196 'host/me2me_desktop_environment.h', | 196 'host/me2me_desktop_environment.h', |
| 197 'host/mouse_clamping_filter.cc', | 197 'host/mouse_clamping_filter.cc', |
| 198 'host/mouse_clamping_filter.h', | 198 'host/mouse_clamping_filter.h', |
| 199 'host/oauth_token_getter.cc', | 199 'host/oauth_token_getter.cc', |
| 200 'host/oauth_token_getter.h', | 200 'host/oauth_token_getter.h', |
| 201 'host/pairing_registry_delegate.cc', | 201 'host/pairing_registry_delegate.cc', |
| (...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 }], # mac_breakpad==1 | 840 }], # mac_breakpad==1 |
| 841 ], # conditions | 841 ], # conditions |
| 842 }], # OS=mac | 842 }], # OS=mac |
| 843 ], | 843 ], |
| 844 }, # end of target 'remoting_it2me_native_messaging_host' | 844 }, # end of target 'remoting_it2me_native_messaging_host' |
| 845 ], # end of 'targets' | 845 ], # end of 'targets' |
| 846 }], # OS!="win" | 846 }], # OS!="win" |
| 847 | 847 |
| 848 ], # end of 'conditions' | 848 ], # end of 'conditions' |
| 849 } | 849 } |
| OLD | NEW |