| Index: remoting/remoting_host_mac.gypi
|
| diff --git a/remoting/remoting_host_mac.gypi b/remoting/remoting_host_mac.gypi
|
| index 744de5f4432819183f1573ada8130706d77e9129..8ae28dd099c1cae1e9559c624f0a45211db4d5fc 100644
|
| --- a/remoting/remoting_host_mac.gypi
|
| +++ b/remoting/remoting_host_mac.gypi
|
| @@ -88,7 +88,7 @@
|
| 'remoting_native_messaging_manifests',
|
| ],
|
| 'variables': {
|
| - 'host_name': '<!(python <(version_py_path) -f <(branding_path) -t "@MAC_HOST_PACKAGE_NAME@")',
|
| + 'host_name': '<!(python <(version_py_path) -f <(branding_path) -t "@HOST_PLUGIN_FILE_NAME@")',
|
| 'host_service_name': '<!(python <(version_py_path) -f <(branding_path) -t "@DAEMON_FILE_NAME@")',
|
| 'host_uninstaller_name': '<!(python <(version_py_path) -f <(branding_path) -t "@MAC_UNINSTALLER_NAME@")',
|
| 'bundle_prefix': '<!(python <(version_py_path) -f <(branding_path) -t "@MAC_UNINSTALLER_BUNDLE_PREFIX@")',
|
|
|