| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'variables': { | 6 'variables': { |
| 7 'remoting_host_installer_win_roots': [ | 7 'remoting_host_installer_win_roots': [ |
| 8 'host/installer/win/', | 8 'host/installer/win/', |
| 9 ], | 9 ], |
| 10 'remoting_host_installer_win_files': [ | 10 'remoting_host_installer_win_files': [ |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 'host/setup/host_starter.cc', | 231 'host/setup/host_starter.cc', |
| 232 'host/setup/host_starter.h', | 232 'host/setup/host_starter.h', |
| 233 'host/setup/me2me_native_messaging_host_main.cc', | 233 'host/setup/me2me_native_messaging_host_main.cc', |
| 234 'host/setup/me2me_native_messaging_host_main.h', | 234 'host/setup/me2me_native_messaging_host_main.h', |
| 235 'host/setup/start_host_main.cc', | 235 'host/setup/start_host_main.cc', |
| 236 'host/setup/start_host_main.h', | 236 'host/setup/start_host_main.h', |
| 237 'host/win/chromoting_module.cc', | 237 'host/win/chromoting_module.cc', |
| 238 'host/win/chromoting_module.h', | 238 'host/win/chromoting_module.h', |
| 239 'host/win/core.cc', | 239 'host/win/core.cc', |
| 240 'host/win/core_resource.h', | 240 'host/win/core_resource.h', |
| 241 'host/win/elevated_native_messaging_host.cc', |
| 242 'host/win/elevated_native_messaging_host.h', |
| 241 'host/win/host_service.cc', | 243 'host/win/host_service.cc', |
| 242 'host/win/host_service.h', | 244 'host/win/host_service.h', |
| 243 'host/win/launch_native_messaging_host_process.cc', | 245 'host/win/launch_native_messaging_host_process.cc', |
| 244 'host/win/launch_native_messaging_host_process.h', | 246 'host/win/launch_native_messaging_host_process.h', |
| 245 'host/win/omaha.cc', | 247 'host/win/omaha.cc', |
| 246 'host/win/omaha.h', | 248 'host/win/omaha.h', |
| 247 'host/win/rdp_desktop_session.cc', | 249 'host/win/rdp_desktop_session.cc', |
| 248 'host/win/rdp_desktop_session.h', | 250 'host/win/rdp_desktop_session.h', |
| 249 'host/win/unprivileged_process_delegate.cc', | 251 'host/win/unprivileged_process_delegate.cc', |
| 250 'host/win/unprivileged_process_delegate.h', | 252 'host/win/unprivileged_process_delegate.h', |
| (...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 | 715 |
| 714 { | 716 { |
| 715 'target_name': 'remoting_me2me_host_archive', | 717 'target_name': 'remoting_me2me_host_archive', |
| 716 'type': 'none', | 718 'type': 'none', |
| 717 }, | 719 }, |
| 718 ], # end of 'targets' | 720 ], # end of 'targets' |
| 719 }], # 'wix_exists == "True" | 721 }], # 'wix_exists == "True" |
| 720 | 722 |
| 721 ], # end of 'conditions' | 723 ], # end of 'conditions' |
| 722 } | 724 } |
| OLD | NEW |