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

Side by Side Diff: remoting/remoting_host.gypi

Issue 147273003: Use correct path for remote_assistance_host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | 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 (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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 '<(remoting_localize_path)', 639 '<(remoting_localize_path)',
640 '<(branding_path)', 640 '<(branding_path)',
641 '<(RULE_INPUT_PATH)', 641 '<(RULE_INPUT_PATH)',
642 ], 642 ],
643 'outputs': [ 643 'outputs': [
644 '<(PRODUCT_DIR)/remoting/<(RULE_INPUT_ROOT)', 644 '<(PRODUCT_DIR)/remoting/<(RULE_INPUT_ROOT)',
645 ], 645 ],
646 'action': [ 646 'action': [
647 'python', '<(remoting_localize_path)', 647 'python', '<(remoting_localize_path)',
648 '--define', 'ME2ME_HOST_PATH=<(me2me_host_path)', 648 '--define', 'ME2ME_HOST_PATH=<(me2me_host_path)',
649 '--define', 'IT2ME_HOST_PATH=<(me2me_host_path)', 649 '--define', 'IT2ME_HOST_PATH=<(it2me_host_path)',
650 '--variables', '<(branding_path)', 650 '--variables', '<(branding_path)',
651 '--template', '<(RULE_INPUT_PATH)', 651 '--template', '<(RULE_INPUT_PATH)',
652 '--locale_output', '<@(_outputs)', 652 '--locale_output', '<@(_outputs)',
653 'en', 653 'en',
654 ], 654 ],
655 }], 655 }],
656 }, # end of target 'remoting_native_messaging_manifests' 656 }, # end of target 'remoting_native_messaging_manifests'
657 657
658 { 658 {
659 'target_name': 'remoting_infoplist_strings', 659 'target_name': 'remoting_infoplist_strings',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 '../base/allocator/allocator.gyp:allocator', 806 '../base/allocator/allocator.gyp:allocator',
807 ], 807 ],
808 }], 808 }],
809 ], 809 ],
810 }, # end of target 'remoting_me2me_native_messaging_host' 810 }, # end of target 'remoting_me2me_native_messaging_host'
811 ], # end of 'targets' 811 ], # end of 'targets'
812 }], # OS!="win" 812 }], # OS!="win"
813 813
814 ], # end of 'conditions' 814 ], # end of 'conditions'
815 } 815 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698