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