| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |