| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 ], | 250 ], |
| 251 'sources': [ | 251 'sources': [ |
| 252 'host/setup/daemon_controller.cc', | 252 'host/setup/daemon_controller.cc', |
| 253 'host/setup/daemon_controller.h', | 253 'host/setup/daemon_controller.h', |
| 254 'host/setup/daemon_controller_delegate_linux.cc', | 254 'host/setup/daemon_controller_delegate_linux.cc', |
| 255 'host/setup/daemon_controller_delegate_linux.h', | 255 'host/setup/daemon_controller_delegate_linux.h', |
| 256 'host/setup/daemon_controller_delegate_mac.h', | 256 'host/setup/daemon_controller_delegate_mac.h', |
| 257 'host/setup/daemon_controller_delegate_mac.mm', | 257 'host/setup/daemon_controller_delegate_mac.mm', |
| 258 'host/setup/daemon_controller_delegate_win.cc', | 258 'host/setup/daemon_controller_delegate_win.cc', |
| 259 'host/setup/daemon_controller_delegate_win.h', | 259 'host/setup/daemon_controller_delegate_win.h', |
| 260 'host/setup/daemon_installer_win.cc', | |
| 261 'host/setup/daemon_installer_win.h', | |
| 262 'host/setup/me2me_native_messaging_host.cc', | 260 'host/setup/me2me_native_messaging_host.cc', |
| 263 'host/setup/me2me_native_messaging_host.h', | 261 'host/setup/me2me_native_messaging_host.h', |
| 264 'host/setup/oauth_client.cc', | 262 'host/setup/oauth_client.cc', |
| 265 'host/setup/oauth_client.h', | 263 'host/setup/oauth_client.h', |
| 266 'host/setup/oauth_helper.cc', | 264 'host/setup/oauth_helper.cc', |
| 267 'host/setup/oauth_helper.h', | 265 'host/setup/oauth_helper.h', |
| 268 'host/setup/pin_validator.cc', | 266 'host/setup/pin_validator.cc', |
| 269 'host/setup/pin_validator.h', | 267 'host/setup/pin_validator.h', |
| 270 'host/setup/service_client.cc', | 268 'host/setup/service_client.cc', |
| 271 'host/setup/service_client.h', | 269 'host/setup/service_client.h', |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 }], # mac_breakpad==1 | 736 }], # mac_breakpad==1 |
| 739 ], # conditions | 737 ], # conditions |
| 740 }], # OS=mac | 738 }], # OS=mac |
| 741 ], | 739 ], |
| 742 }, # end of target 'remoting_it2me_native_messaging_host' | 740 }, # end of target 'remoting_it2me_native_messaging_host' |
| 743 ], # end of 'targets' | 741 ], # end of 'targets' |
| 744 }], # # end of OS!="win" and enable_it2me_host==1 | 742 }], # # end of OS!="win" and enable_it2me_host==1 |
| 745 | 743 |
| 746 ], # end of 'conditions' | 744 ], # end of 'conditions' |
| 747 } | 745 } |
| OLD | NEW |