Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(776)

Side by Side Diff: remoting/remoting_host_win.gypi

Issue 197233010: Remove RULE_INPUT_PATH from inputs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698