| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 'host/it2me/it2me_native_messaging_host_main.cc', | 202 'host/it2me/it2me_native_messaging_host_main.cc', |
| 203 'host/it2me/it2me_native_messaging_host_main.h', | 203 'host/it2me/it2me_native_messaging_host_main.h', |
| 204 'host/setup/me2me_native_messaging_host_main.cc', | 204 'host/setup/me2me_native_messaging_host_main.cc', |
| 205 'host/setup/me2me_native_messaging_host_main.h', | 205 'host/setup/me2me_native_messaging_host_main.h', |
| 206 'host/verify_config_window_win.cc', | 206 'host/verify_config_window_win.cc', |
| 207 'host/verify_config_window_win.h', | 207 'host/verify_config_window_win.h', |
| 208 'host/win/chromoting_module.cc', | 208 'host/win/chromoting_module.cc', |
| 209 'host/win/chromoting_module.h', | 209 'host/win/chromoting_module.h', |
| 210 'host/win/core.cc', | 210 'host/win/core.cc', |
| 211 'host/win/core_resource.h', | 211 'host/win/core_resource.h', |
| 212 'host/win/elevated_controller.cc', | |
| 213 'host/win/elevated_controller.h', | |
| 214 'host/win/host_service.cc', | 212 'host/win/host_service.cc', |
| 215 'host/win/host_service.h', | 213 'host/win/host_service.h', |
| 216 'host/win/omaha.cc', | 214 'host/win/omaha.cc', |
| 217 'host/win/omaha.h', | 215 'host/win/omaha.h', |
| 218 'host/win/rdp_desktop_session.cc', | 216 'host/win/rdp_desktop_session.cc', |
| 219 'host/win/rdp_desktop_session.h', | 217 'host/win/rdp_desktop_session.h', |
| 220 'host/win/unprivileged_process_delegate.cc', | 218 'host/win/unprivileged_process_delegate.cc', |
| 221 'host/win/unprivileged_process_delegate.h', | 219 'host/win/unprivileged_process_delegate.h', |
| 222 'host/win/worker_process_launcher.cc', | 220 'host/win/worker_process_launcher.cc', |
| 223 'host/win/worker_process_launcher.h', | 221 'host/win/worker_process_launcher.h', |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 612 '--defs', '<@(_defs)', | 610 '--defs', '<@(_defs)', |
| 613 ], | 611 ], |
| 614 }, | 612 }, |
| 615 ], # actions | 613 ], # actions |
| 616 }, # end of target 'remoting_me2me_host_archive' | 614 }, # end of target 'remoting_me2me_host_archive' |
| 617 ], # end of 'targets' | 615 ], # end of 'targets' |
| 618 }], # '<(wix_path) != ""' | 616 }], # '<(wix_path) != ""' |
| 619 | 617 |
| 620 ], # end of 'conditions' | 618 ], # end of 'conditions' |
| 621 } | 619 } |
| OLD | NEW |