| 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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 'variables': { | 698 'variables': { |
| 699 'host_bundle_id': '<!(python <(version_py_path) -f <(branding_p
ath) -t "@MAC_HOST_BUNDLE_ID@")', | 699 'host_bundle_id': '<!(python <(version_py_path) -f <(branding_p
ath) -t "@MAC_HOST_BUNDLE_ID@")', |
| 700 }, | 700 }, |
| 701 'xcode_settings': { | 701 'xcode_settings': { |
| 702 'INFOPLIST_FILE': 'host/remoting_me2me_host-Info.plist', | 702 'INFOPLIST_FILE': 'host/remoting_me2me_host-Info.plist', |
| 703 'INFOPLIST_PREPROCESS': 'YES', | 703 'INFOPLIST_PREPROCESS': 'YES', |
| 704 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_f
ull)" VERSION_SHORT="<(version_short)" BUNDLE_ID="<(host_bundle_id)"', | 704 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_f
ull)" VERSION_SHORT="<(version_short)" BUNDLE_ID="<(host_bundle_id)"', |
| 705 }, | 705 }, |
| 706 'mac_bundle_resources': [ | 706 'mac_bundle_resources': [ |
| 707 '<(PRODUCT_DIR)/icudtl.dat', | 707 '<(PRODUCT_DIR)/icudtl.dat', |
| 708 '<(PRODUCT_DIR)/natives_blob.bin', |
| 709 '<(PRODUCT_DIR)/snapshot_blob.bin', |
| 708 'host/disconnect_window.xib', | 710 'host/disconnect_window.xib', |
| 709 'host/remoting_me2me_host.icns', | 711 'host/remoting_me2me_host.icns', |
| 710 'host/remoting_me2me_host-Info.plist', | 712 'host/remoting_me2me_host-Info.plist', |
| 711 '<!@pymod_do_main(remoting_copy_locales -o -p <(OS) -x <(PRODUCT
_DIR) <(remoting_locales))', | 713 '<!@pymod_do_main(remoting_copy_locales -o -p <(OS) -x <(PRODUCT
_DIR) <(remoting_locales))', |
| 712 | 714 |
| 713 # Localized strings for 'Info.plist' | 715 # Localized strings for 'Info.plist' |
| 714 '<!@pymod_do_main(remoting_localize --locale_output ' | 716 '<!@pymod_do_main(remoting_localize --locale_output ' |
| 715 '"<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_me2me_host-In
foPlist.strings/@{json_suffix}.lproj/InfoPlist.strings" ' | 717 '"<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_me2me_host-In
foPlist.strings/@{json_suffix}.lproj/InfoPlist.strings" ' |
| 716 '--print_only <(remoting_locales))', | 718 '--print_only <(remoting_locales))', |
| 717 ], | 719 ], |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 'variables': { | 890 'variables': { |
| 889 'host_bundle_id': '<!(python <(version_py_path) -f <(branding_p
ath) -t "@MAC_REMOTE_ASSISTANCE_HOST_BUNDLE_ID@")', | 891 'host_bundle_id': '<!(python <(version_py_path) -f <(branding_p
ath) -t "@MAC_REMOTE_ASSISTANCE_HOST_BUNDLE_ID@")', |
| 890 }, | 892 }, |
| 891 'xcode_settings': { | 893 'xcode_settings': { |
| 892 'INFOPLIST_FILE': 'host/it2me/remote_assistance_host-Info.plist'
, | 894 'INFOPLIST_FILE': 'host/it2me/remote_assistance_host-Info.plist'
, |
| 893 'INFOPLIST_PREPROCESS': 'YES', | 895 'INFOPLIST_PREPROCESS': 'YES', |
| 894 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_f
ull)" VERSION_SHORT="<(version_short)" BUNDLE_ID="<(host_bundle_id)"', | 896 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_f
ull)" VERSION_SHORT="<(version_short)" BUNDLE_ID="<(host_bundle_id)"', |
| 895 }, | 897 }, |
| 896 'mac_bundle_resources': [ | 898 'mac_bundle_resources': [ |
| 897 '<(PRODUCT_DIR)/icudtl.dat', | 899 '<(PRODUCT_DIR)/icudtl.dat', |
| 900 '<(PRODUCT_DIR)/natives_blob.bin', |
| 901 '<(PRODUCT_DIR)/snapshot_blob.bin', |
| 898 'host/disconnect_window.xib', | 902 'host/disconnect_window.xib', |
| 899 'host/it2me/remote_assistance_host-Info.plist', | 903 'host/it2me/remote_assistance_host-Info.plist', |
| 900 '<!@pymod_do_main(remoting_copy_locales -o -p <(OS) -x <(PRODUCT
_DIR) <(remoting_locales))', | 904 '<!@pymod_do_main(remoting_copy_locales -o -p <(OS) -x <(PRODUCT
_DIR) <(remoting_locales))', |
| 901 | 905 |
| 902 # Localized strings for 'Info.plist' | 906 # Localized strings for 'Info.plist' |
| 903 '<!@pymod_do_main(remoting_localize --locale_output ' | 907 '<!@pymod_do_main(remoting_localize --locale_output ' |
| 904 '"<(SHARED_INTERMEDIATE_DIR)/remoting/remote_assistance_host
-InfoPlist.strings/@{json_suffix}.lproj/InfoPlist.strings" ' | 908 '"<(SHARED_INTERMEDIATE_DIR)/remoting/remote_assistance_host
-InfoPlist.strings/@{json_suffix}.lproj/InfoPlist.strings" ' |
| 905 '--print_only <(remoting_locales))', | 909 '--print_only <(remoting_locales))', |
| 906 ], | 910 ], |
| 907 'mac_bundle_resources!': [ | 911 'mac_bundle_resources!': [ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 941 }], # mac_breakpad==1 | 945 }], # mac_breakpad==1 |
| 942 ], # conditions | 946 ], # conditions |
| 943 }], # OS=mac | 947 }], # OS=mac |
| 944 ], | 948 ], |
| 945 }, # end of target 'remoting_it2me_native_messaging_host' | 949 }, # end of target 'remoting_it2me_native_messaging_host' |
| 946 ], # end of 'targets' | 950 ], # end of 'targets' |
| 947 }], # # end of OS!="win" and enable_it2me_host==1 | 951 }], # # end of OS!="win" and enable_it2me_host==1 |
| 948 | 952 |
| 949 ], # end of 'conditions' | 953 ], # end of 'conditions' |
| 950 } | 954 } |
| OLD | NEW |