| 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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 'inputs': [ | 502 'inputs': [ |
| 503 'tools/zip2msi.py', | 503 'tools/zip2msi.py', |
| 504 ], | 504 ], |
| 505 'outputs': [ | 505 'outputs': [ |
| 506 '<(PRODUCT_DIR)/chromoting.msi', | 506 '<(PRODUCT_DIR)/chromoting.msi', |
| 507 ], | 507 ], |
| 508 'action': [ | 508 'action': [ |
| 509 'python', 'tools/zip2msi.py', | 509 'python', 'tools/zip2msi.py', |
| 510 '--wix_path', '<(wix_path)', | 510 '--wix_path', '<(wix_path)', |
| 511 '--intermediate_dir', '<(INTERMEDIATE_DIR)/installation', | 511 '--intermediate_dir', '<(INTERMEDIATE_DIR)/installation', |
| 512 '--target_arch', '<(target_arch)', |
| 512 '<(RULE_INPUT_PATH)', | 513 '<(RULE_INPUT_PATH)', |
| 513 '<@(_outputs)', | 514 '<@(_outputs)', |
| 514 ], | 515 ], |
| 515 'message': 'Generating <@(_outputs)', | 516 'message': 'Generating <@(_outputs)', |
| 516 }, | 517 }, |
| 517 ], | 518 ], |
| 518 }, # end of target 'remoting_host_installation' | 519 }, # end of target 'remoting_host_installation' |
| 519 | 520 |
| 520 { | 521 { |
| 521 'target_name': 'remoting_me2me_host_archive', | 522 'target_name': 'remoting_me2me_host_archive', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 '--defs', '<@(_defs)', | 609 '--defs', '<@(_defs)', |
| 609 ], | 610 ], |
| 610 }, | 611 }, |
| 611 ], # actions | 612 ], # actions |
| 612 }, # end of target 'remoting_me2me_host_archive' | 613 }, # end of target 'remoting_me2me_host_archive' |
| 613 ], # end of 'targets' | 614 ], # end of 'targets' |
| 614 }], # '<(wix_path) != ""' | 615 }], # '<(wix_path) != ""' |
| 615 | 616 |
| 616 ], # end of 'conditions' | 617 ], # end of 'conditions' |
| 617 } | 618 } |
| OLD | NEW |