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

Side by Side Diff: remoting/remoting_host.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_android.gypi ('k') | remoting/remoting_host_win.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 'remoting_host_linux.gypi', 7 'remoting_host_linux.gypi',
8 'remoting_host_mac.gypi', 8 'remoting_host_mac.gypi',
9 'remoting_host_win.gypi', 9 'remoting_host_win.gypi',
10 ], 10 ],
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ], 315 ],
316 'direct_dependent_settings': { 316 'direct_dependent_settings': {
317 'include_dirs': [ 317 'include_dirs': [
318 '<(output_dir)', 318 '<(output_dir)',
319 ], 319 ],
320 }, 320 },
321 'rules': [{ 321 'rules': [{
322 # Rule to run the message compiler. 322 # Rule to run the message compiler.
323 'rule_name': 'message_compiler', 323 'rule_name': 'message_compiler',
324 'extension': 'mc', 324 'extension': 'mc',
325 'inputs': [ '<(RULE_INPUT_PATH)' ],
326 'outputs': [ 325 'outputs': [
327 '<(output_dir)/<(RULE_INPUT_ROOT).h', 326 '<(output_dir)/<(RULE_INPUT_ROOT).h',
328 '<(output_dir)/<(RULE_INPUT_ROOT).rc', 327 '<(output_dir)/<(RULE_INPUT_ROOT).rc',
329 ], 328 ],
330 'action': [ 329 'action': [
331 'mc.exe', 330 'mc.exe',
332 '-h', '<(output_dir)', 331 '-h', '<(output_dir)',
333 '-r', '<(output_dir)/.', 332 '-r', '<(output_dir)/.',
334 '-u', 333 '-u',
335 '<(RULE_INPUT_PATH)', 334 '<(RULE_INPUT_PATH)',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'sources': [ 594 'sources': [
596 'host/it2me/com.google.chrome.remote_assistance.json.jinja2', 595 'host/it2me/com.google.chrome.remote_assistance.json.jinja2',
597 'host/setup/com.google.chrome.remote_desktop.json.jinja2', 596 'host/setup/com.google.chrome.remote_desktop.json.jinja2',
598 ], 597 ],
599 'rules': [{ 598 'rules': [{
600 'rule_name': 'generate_manifest', 599 'rule_name': 'generate_manifest',
601 'extension': 'jinja2', 600 'extension': 'jinja2',
602 'inputs': [ 601 'inputs': [
603 '<(remoting_localize_path)', 602 '<(remoting_localize_path)',
604 '<(branding_path)', 603 '<(branding_path)',
605 '<(RULE_INPUT_PATH)',
606 ], 604 ],
607 'outputs': [ 605 'outputs': [
608 '<(PRODUCT_DIR)/remoting/<(RULE_INPUT_ROOT)', 606 '<(PRODUCT_DIR)/remoting/<(RULE_INPUT_ROOT)',
609 ], 607 ],
610 'action': [ 608 'action': [
611 'python', '<(remoting_localize_path)', 609 'python', '<(remoting_localize_path)',
612 '--define', 'ME2ME_HOST_PATH=<(me2me_host_path)', 610 '--define', 'ME2ME_HOST_PATH=<(me2me_host_path)',
613 '--define', 'IT2ME_HOST_PATH=<(it2me_host_path)', 611 '--define', 'IT2ME_HOST_PATH=<(it2me_host_path)',
614 '--variables', '<(branding_path)', 612 '--variables', '<(branding_path)',
615 '--template', '<(RULE_INPUT_PATH)', 613 '--template', '<(RULE_INPUT_PATH)',
(...skipping 13 matching lines...) Expand all
629 'host/plugin/host_plugin-InfoPlist.strings.jinja2', 627 'host/plugin/host_plugin-InfoPlist.strings.jinja2',
630 'host/remoting_me2me_host-InfoPlist.strings.jinja2', 628 'host/remoting_me2me_host-InfoPlist.strings.jinja2',
631 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', 629 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2',
632 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strin gs.jinja2', 630 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strin gs.jinja2',
633 ], 631 ],
634 'rules': [{ 632 'rules': [{
635 'rule_name': 'generate_strings', 633 'rule_name': 'generate_strings',
636 'extension': 'jinja2', 634 'extension': 'jinja2',
637 'inputs': [ 635 'inputs': [
638 '<(remoting_localize_path)', 636 '<(remoting_localize_path)',
639 '<(RULE_INPUT_PATH)',
640 ], 637 ],
641 'outputs': [ 638 'outputs': [
642 '<!@pymod_do_main(remoting_localize --locale_output ' 639 '<!@pymod_do_main(remoting_localize --locale_output '
643 '"<(SHARED_INTERMEDIATE_DIR)/remoting/<(RULE_INPUT_ROOT)/@{jso n_suffix}.lproj/InfoPlist.strings" ' 640 '"<(SHARED_INTERMEDIATE_DIR)/remoting/<(RULE_INPUT_ROOT)/@{jso n_suffix}.lproj/InfoPlist.strings" '
644 '--print_only <(remoting_locales))', 641 '--print_only <(remoting_locales))',
645 ], 642 ],
646 'action': [ 643 'action': [
647 'python', '<(remoting_localize_path)', 644 'python', '<(remoting_localize_path)',
648 '--locale_dir', '<(webapp_locale_dir)', 645 '--locale_dir', '<(webapp_locale_dir)',
649 '--template', '<(RULE_INPUT_PATH)', 646 '--template', '<(RULE_INPUT_PATH)',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 '../base/allocator/allocator.gyp:allocator', 806 '../base/allocator/allocator.gyp:allocator',
810 ], 807 ],
811 }], 808 }],
812 ], 809 ],
813 }, # end of target 'remoting_it2me_native_messaging_host' 810 }, # end of target 'remoting_it2me_native_messaging_host'
814 ], # end of 'targets' 811 ], # end of 'targets'
815 }], # OS!="win" 812 }], # OS!="win"
816 813
817 ], # end of 'conditions' 814 ], # end of 'conditions'
818 } 815 }
OLDNEW
« no previous file with comments | « remoting/remoting_android.gypi ('k') | remoting/remoting_host_win.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698