| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'remoting_native_messaging_base', | 190 'remoting_native_messaging_base', |
| 191 'remoting_protocol', | 191 'remoting_protocol', |
| 192 'remoting_windows_resources', | 192 'remoting_windows_resources', |
| 193 ], | 193 ], |
| 194 'sources': [ | 194 'sources': [ |
| 195 '<(SHARED_INTERMEDIATE_DIR)/remoting/core.rc', | 195 '<(SHARED_INTERMEDIATE_DIR)/remoting/core.rc', |
| 196 '<(SHARED_INTERMEDIATE_DIR)/remoting/host/chromoting_lib.rc', | 196 '<(SHARED_INTERMEDIATE_DIR)/remoting/host/chromoting_lib.rc', |
| 197 '<(SHARED_INTERMEDIATE_DIR)/remoting/host/remoting_host_messages.rc'
, | 197 '<(SHARED_INTERMEDIATE_DIR)/remoting/host/remoting_host_messages.rc'
, |
| 198 '<(SHARED_INTERMEDIATE_DIR)/remoting/version.rc', | 198 '<(SHARED_INTERMEDIATE_DIR)/remoting/version.rc', |
| 199 'host/desktop_process_main.cc', | 199 'host/desktop_process_main.cc', |
| 200 'host/host_main.cc', | |
| 201 'host/host_main.h', | |
| 202 'host/ipc_constants.cc', | |
| 203 'host/ipc_constants.h', | |
| 204 'host/it2me/it2me_native_messaging_host_main.cc', | |
| 205 'host/it2me/it2me_native_messaging_host_main.h', | |
| 206 'host/remoting_me2me_host.cc', | |
| 207 'host/sas_injector.h', | |
| 208 'host/sas_injector_win.cc', | |
| 209 'host/setup/me2me_native_messaging_host.cc', | |
| 210 'host/setup/me2me_native_messaging_host.h', | |
| 211 'host/setup/me2me_native_messaging_host_main.cc', | |
| 212 'host/setup/me2me_native_messaging_host_main.h', | |
| 213 'host/verify_config_window_win.cc', | 200 'host/verify_config_window_win.cc', |
| 214 'host/verify_config_window_win.h', | 201 'host/verify_config_window_win.h', |
| 215 'host/win/chromoting_module.cc', | 202 'host/win/chromoting_module.cc', |
| 216 'host/win/chromoting_module.h', | 203 'host/win/chromoting_module.h', |
| 217 'host/win/core.cc', | 204 'host/win/core.cc', |
| 218 'host/win/core_resource.h', | 205 'host/win/core_resource.h', |
| 219 'host/win/elevated_controller.cc', | 206 'host/win/elevated_controller.cc', |
| 220 'host/win/elevated_controller.h', | 207 'host/win/elevated_controller.h', |
| 221 'host/win/host_service.cc', | 208 'host/win/host_service.cc', |
| 222 'host/win/host_service.h', | 209 'host/win/host_service.h', |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 '--defs', '<@(_defs)', | 595 '--defs', '<@(_defs)', |
| 609 ], | 596 ], |
| 610 }, | 597 }, |
| 611 ], # actions | 598 ], # actions |
| 612 }, # end of target 'remoting_me2me_host_archive' | 599 }, # end of target 'remoting_me2me_host_archive' |
| 613 ], # end of 'targets' | 600 ], # end of 'targets' |
| 614 }], # '<(wix_path) != ""' | 601 }], # '<(wix_path) != ""' |
| 615 | 602 |
| 616 ], # end of 'conditions' | 603 ], # end of 'conditions' |
| 617 } | 604 } |
| OLD | NEW |