| 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 'rules': [ | 446 'rules': [ |
| 447 { | 447 { |
| 448 'rule_name': 'version', | 448 'rule_name': 'version', |
| 449 'extension': 'jinja2', | 449 'extension': 'jinja2', |
| 450 'variables': { | 450 'variables': { |
| 451 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE', | 451 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE', |
| 452 }, | 452 }, |
| 453 'inputs': [ | 453 'inputs': [ |
| 454 '<(chrome_version_path)', | 454 '<(chrome_version_path)', |
| 455 '<(remoting_version_path)', | 455 '<(remoting_version_path)', |
| 456 '<(RULE_INPUT_PATH)', | |
| 457 ], | 456 ], |
| 458 'outputs': [ | 457 'outputs': [ |
| 459 '<(SHARED_INTERMEDIATE_DIR)/remoting/<(RULE_INPUT_ROOT)', | 458 '<(SHARED_INTERMEDIATE_DIR)/remoting/<(RULE_INPUT_ROOT)', |
| 460 ], | 459 ], |
| 461 'action': [ | 460 'action': [ |
| 462 'python', '<(remoting_localize_path)', | 461 'python', '<(remoting_localize_path)', |
| 463 '--variables', '<(chrome_version_path)', | 462 '--variables', '<(chrome_version_path)', |
| 464 # |remoting_version_path| must be after |chrome_version_path| | 463 # |remoting_version_path| must be after |chrome_version_path| |
| 465 # because it can contain overrides for the version numbers. | 464 # because it can contain overrides for the version numbers. |
| 466 '--variables', '<(remoting_version_path)', | 465 '--variables', '<(remoting_version_path)', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 '--defs', '<@(_defs)', | 608 '--defs', '<@(_defs)', |
| 610 ], | 609 ], |
| 611 }, | 610 }, |
| 612 ], # actions | 611 ], # actions |
| 613 }, # end of target 'remoting_me2me_host_archive' | 612 }, # end of target 'remoting_me2me_host_archive' |
| 614 ], # end of 'targets' | 613 ], # end of 'targets' |
| 615 }], # '<(wix_path) != ""' | 614 }], # '<(wix_path) != ""' |
| 616 | 615 |
| 617 ], # end of 'conditions' | 616 ], # end of 'conditions' |
| 618 } | 617 } |
| OLD | NEW |