| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'host/local_input_monitor_win.cc', | 172 'host/local_input_monitor_win.cc', |
| 173 'host/log_to_server.cc', | 173 'host/log_to_server.cc', |
| 174 'host/log_to_server.h', | 174 'host/log_to_server.h', |
| 175 'host/logging.h', | 175 'host/logging.h', |
| 176 'host/logging_posix.cc', | 176 'host/logging_posix.cc', |
| 177 'host/logging_win.cc', | 177 'host/logging_win.cc', |
| 178 'host/me2me_desktop_environment.cc', | 178 'host/me2me_desktop_environment.cc', |
| 179 'host/me2me_desktop_environment.h', | 179 'host/me2me_desktop_environment.h', |
| 180 'host/mouse_clamping_filter.cc', | 180 'host/mouse_clamping_filter.cc', |
| 181 'host/mouse_clamping_filter.h', | 181 'host/mouse_clamping_filter.h', |
| 182 'host/oauth_token_getter.cc', |
| 183 'host/oauth_token_getter.h', |
| 182 'host/pairing_registry_delegate.cc', | 184 'host/pairing_registry_delegate.cc', |
| 183 'host/pairing_registry_delegate.h', | 185 'host/pairing_registry_delegate.h', |
| 184 'host/pairing_registry_delegate_linux.cc', | 186 'host/pairing_registry_delegate_linux.cc', |
| 185 'host/pairing_registry_delegate_linux.h', | 187 'host/pairing_registry_delegate_linux.h', |
| 186 'host/pairing_registry_delegate_mac.cc', | 188 'host/pairing_registry_delegate_mac.cc', |
| 187 'host/pairing_registry_delegate_win.cc', | 189 'host/pairing_registry_delegate_win.cc', |
| 188 'host/pairing_registry_delegate_win.h', | 190 'host/pairing_registry_delegate_win.h', |
| 189 'host/pam_authorization_factory_posix.cc', | 191 'host/pam_authorization_factory_posix.cc', |
| 190 'host/pam_authorization_factory_posix.h', | 192 'host/pam_authorization_factory_posix.h', |
| 191 'host/pin_hash.cc', | 193 'host/pin_hash.cc', |
| (...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 806 '../base/allocator/allocator.gyp:allocator', | 808 '../base/allocator/allocator.gyp:allocator', |
| 807 ], | 809 ], |
| 808 }], | 810 }], |
| 809 ], | 811 ], |
| 810 }, # end of target 'remoting_me2me_native_messaging_host' | 812 }, # end of target 'remoting_me2me_native_messaging_host' |
| 811 ], # end of 'targets' | 813 ], # end of 'targets' |
| 812 }], # OS!="win" | 814 }], # OS!="win" |
| 813 | 815 |
| 814 ], # end of 'conditions' | 816 ], # end of 'conditions' |
| 815 } | 817 } |
| OLD | NEW |