| 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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 'variables': { | 791 'variables': { |
| 792 'host_bundle_id': '<!(python <(version_py_path) -f <(branding_p
ath) -t "@MAC_REMOTE_ASSISTANCE_HOST_BUNDLE_ID@")', | 792 'host_bundle_id': '<!(python <(version_py_path) -f <(branding_p
ath) -t "@MAC_REMOTE_ASSISTANCE_HOST_BUNDLE_ID@")', |
| 793 }, | 793 }, |
| 794 'xcode_settings': { | 794 'xcode_settings': { |
| 795 'INFOPLIST_FILE': 'host/it2me/remote_assistance_host-Info.plist'
, | 795 'INFOPLIST_FILE': 'host/it2me/remote_assistance_host-Info.plist'
, |
| 796 'INFOPLIST_PREPROCESS': 'YES', | 796 'INFOPLIST_PREPROCESS': 'YES', |
| 797 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_f
ull)" VERSION_SHORT="<(version_short)" BUNDLE_ID="<(host_bundle_id)"', | 797 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_f
ull)" VERSION_SHORT="<(version_short)" BUNDLE_ID="<(host_bundle_id)"', |
| 798 }, | 798 }, |
| 799 'mac_bundle_resources': [ | 799 'mac_bundle_resources': [ |
| 800 '<(PRODUCT_DIR)/icudtl.dat', | 800 '<(PRODUCT_DIR)/icudtl.dat', |
| 801 'host/disconnect_window.xib', |
| 801 'host/it2me/remote_assistance_host-Info.plist', | 802 'host/it2me/remote_assistance_host-Info.plist', |
| 802 '<!@pymod_do_main(remoting_copy_locales -o -p <(OS) -x <(PRODUCT
_DIR) <(remoting_locales))', | 803 '<!@pymod_do_main(remoting_copy_locales -o -p <(OS) -x <(PRODUCT
_DIR) <(remoting_locales))', |
| 803 | 804 |
| 804 # Localized strings for 'Info.plist' | 805 # Localized strings for 'Info.plist' |
| 805 '<!@pymod_do_main(remoting_localize --locale_output ' | 806 '<!@pymod_do_main(remoting_localize --locale_output ' |
| 806 '"<(SHARED_INTERMEDIATE_DIR)/remoting/remote_assistance_host
-InfoPlist.strings/@{json_suffix}.lproj/InfoPlist.strings" ' | 807 '"<(SHARED_INTERMEDIATE_DIR)/remoting/remote_assistance_host
-InfoPlist.strings/@{json_suffix}.lproj/InfoPlist.strings" ' |
| 807 '--print_only <(remoting_locales))', | 808 '--print_only <(remoting_locales))', |
| 808 ], | 809 ], |
| 809 'mac_bundle_resources!': [ | 810 'mac_bundle_resources!': [ |
| 810 'host/it2me/remote_assistance_host-Info.plist', | 811 'host/it2me/remote_assistance_host-Info.plist', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 843 }], # mac_breakpad==1 | 844 }], # mac_breakpad==1 |
| 844 ], # conditions | 845 ], # conditions |
| 845 }], # OS=mac | 846 }], # OS=mac |
| 846 ], | 847 ], |
| 847 }, # end of target 'remoting_it2me_native_messaging_host' | 848 }, # end of target 'remoting_it2me_native_messaging_host' |
| 848 ], # end of 'targets' | 849 ], # end of 'targets' |
| 849 }], # OS!="win" | 850 }], # OS!="win" |
| 850 | 851 |
| 851 ], # end of 'conditions' | 852 ], # end of 'conditions' |
| 852 } | 853 } |
| OLD | NEW |