Chromium Code Reviews| 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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 382 ], | 382 ], |
| 383 'rules': [ | 383 'rules': [ |
| 384 { | 384 { |
| 385 'rule_name': 'version', | 385 'rule_name': 'version', |
| 386 'extension': 'jinja2', | 386 'extension': 'jinja2', |
| 387 'variables': { | 387 'variables': { |
| 388 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE', | 388 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE', |
| 389 }, | 389 }, |
| 390 'inputs': [ | 390 'inputs': [ |
| 391 '<(chrome_version_path)', | 391 '<(chrome_version_path)', |
| 392 '<(lastchange_path)', | |
|
Jamie
2014/01/29 23:43:26
Can you add a comment explaining why we don't want
Sergey Ulanov
2014/01/29 23:50:22
Done.
| |
| 393 '<(remoting_version_path)', | 392 '<(remoting_version_path)', |
| 394 '<(RULE_INPUT_PATH)', | 393 '<(RULE_INPUT_PATH)', |
| 395 ], | 394 ], |
| 396 'outputs': [ | 395 'outputs': [ |
| 397 '<(SHARED_INTERMEDIATE_DIR)/remoting/<(RULE_INPUT_ROOT)', | 396 '<(SHARED_INTERMEDIATE_DIR)/remoting/<(RULE_INPUT_ROOT)', |
| 398 ], | 397 ], |
| 399 'action': [ | 398 'action': [ |
| 400 'python', '<(remoting_localize_path)', | 399 'python', '<(remoting_localize_path)', |
| 401 '--variables', '<(chrome_version_path)', | 400 '--variables', '<(chrome_version_path)', |
| 402 # |remoting_version_path| must be after |chrome_version_path| | 401 # |remoting_version_path| must be after |chrome_version_path| |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 539 '--defs', '<@(_defs)', | 538 '--defs', '<@(_defs)', |
| 540 ], | 539 ], |
| 541 }, | 540 }, |
| 542 ], # actions | 541 ], # actions |
| 543 }, # end of target 'remoting_me2me_host_archive' | 542 }, # end of target 'remoting_me2me_host_archive' |
| 544 ], # end of 'targets' | 543 ], # end of 'targets' |
| 545 }], # '<(wix_path) != ""' | 544 }], # '<(wix_path) != ""' |
| 546 | 545 |
| 547 ], # end of 'conditions' | 546 ], # end of 'conditions' |
| 548 } | 547 } |
| OLD | NEW |