| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'host/linux/x_server_clipboard.h', | 201 'host/linux/x_server_clipboard.h', |
| 202 'host/local_input_monitor.h', | 202 'host/local_input_monitor.h', |
| 203 'host/local_input_monitor_linux.cc', | 203 'host/local_input_monitor_linux.cc', |
| 204 'host/local_input_monitor_mac.mm', | 204 'host/local_input_monitor_mac.mm', |
| 205 'host/local_input_monitor_win.cc', | 205 'host/local_input_monitor_win.cc', |
| 206 'host/logging.h', | 206 'host/logging.h', |
| 207 'host/logging_posix.cc', | 207 'host/logging_posix.cc', |
| 208 'host/logging_win.cc', | 208 'host/logging_win.cc', |
| 209 'host/me2me_desktop_environment.cc', | 209 'host/me2me_desktop_environment.cc', |
| 210 'host/me2me_desktop_environment.h', | 210 'host/me2me_desktop_environment.h', |
| 211 'host/minimum_heartbeat_supporter.cc', |
| 212 'host/minimum_heartbeat_supporter.h', |
| 211 'host/mouse_clamping_filter.cc', | 213 'host/mouse_clamping_filter.cc', |
| 212 'host/mouse_clamping_filter.h', | 214 'host/mouse_clamping_filter.h', |
| 213 'host/oauth_token_getter.cc', | 215 'host/oauth_token_getter.cc', |
| 214 'host/oauth_token_getter.h', | 216 'host/oauth_token_getter.h', |
| 215 'host/pairing_registry_delegate.cc', | 217 'host/pairing_registry_delegate.cc', |
| 216 'host/pairing_registry_delegate.h', | 218 'host/pairing_registry_delegate.h', |
| 217 'host/pairing_registry_delegate_linux.cc', | 219 'host/pairing_registry_delegate_linux.cc', |
| 218 'host/pairing_registry_delegate_linux.h', | 220 'host/pairing_registry_delegate_linux.h', |
| 219 'host/pairing_registry_delegate_mac.cc', | 221 'host/pairing_registry_delegate_mac.cc', |
| 220 'host/pairing_registry_delegate_win.cc', | 222 'host/pairing_registry_delegate_win.cc', |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 941 }], # mac_breakpad==1 | 943 }], # mac_breakpad==1 |
| 942 ], # conditions | 944 ], # conditions |
| 943 }], # OS=mac | 945 }], # OS=mac |
| 944 ], | 946 ], |
| 945 }, # end of target 'remoting_it2me_native_messaging_host' | 947 }, # end of target 'remoting_it2me_native_messaging_host' |
| 946 ], # end of 'targets' | 948 ], # end of 'targets' |
| 947 }], # # end of OS!="win" and enable_it2me_host==1 | 949 }], # # end of OS!="win" and enable_it2me_host==1 |
| 948 | 950 |
| 949 ], # end of 'conditions' | 951 ], # end of 'conditions' |
| 950 } | 952 } |
| OLD | NEW |