| Index: remoting/remoting_host_mac.gypi
|
| diff --git a/remoting/remoting_host_mac.gypi b/remoting/remoting_host_mac.gypi
|
| index fb03e28226435b3339a2c4166f4d39b8c182d812..db9bea8f3517eb530c9228667de733e2e0ebcad0 100644
|
| --- a/remoting/remoting_host_mac.gypi
|
| +++ b/remoting/remoting_host_mac.gypi
|
| @@ -52,8 +52,9 @@
|
| ],
|
| 'xcode_settings': {
|
| 'INFOPLIST_FILE': 'host/installer/mac/uninstaller/remoting_uninstaller-Info.plist',
|
| - 'INFOPLIST_PREPROCESS': 'YES',
|
| - 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_full)" VERSION_SHORT="<(version_short)" BUNDLE_ID="<(bundle_id)"',
|
| + 'VERSION_FULL': '<(version_full)',
|
| + 'VERSION_SHORT': '<(version_short)',
|
| + 'BUNDLE_ID': '<(bundle_id)',
|
| },
|
| 'mac_bundle_resources': [
|
| 'host/installer/mac/uninstaller/remoting_uninstaller.icns',
|
| @@ -212,8 +213,9 @@
|
| 'xcode_settings': {
|
| 'GCC_ENABLE_OBJC_GC': 'supported',
|
| 'INFOPLIST_FILE': 'host/mac/me2me_preference_pane-Info.plist',
|
| - 'INFOPLIST_PREPROCESS': 'YES',
|
| - 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_full)" VERSION_SHORT="<(version_short)" BUNDLE_ID="<(bundle_id)"',
|
| + 'VERSION_FULL': '<(version_full)',
|
| + 'VERSION_SHORT': '<(version_short)',
|
| + 'BUNDLE_ID': '<(bundle_id)',
|
| },
|
| 'mac_bundle_resources': [
|
| 'host/mac/me2me_preference_pane.xib',
|
|
|