summaryrefslogtreecommitdiff
path: root/chromium/remoting/remoting_version.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/remoting/remoting_version.gni')
-rw-r--r--chromium/remoting/remoting_version.gni11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium/remoting/remoting_version.gni b/chromium/remoting/remoting_version.gni
index 565011b15e3..8a0df67463f 100644
--- a/chromium/remoting/remoting_version.gni
+++ b/chromium/remoting/remoting_version.gni
@@ -77,4 +77,15 @@ if (is_mac) {
prefpane_bundle_id = _result.prefpane_bundle_id
remote_assistance_host_bundle_id = _result.remote_assistance_host_bundle_id
uninstaller_bundle_id = _result.uninstaller_bundle_id
+
+ host_name_nospace = exec_script("//remoting/tools/remove_spaces.py",
+ [ "$host_name" ],
+ "trim string")
+ host_service_name_nospace = exec_script("//remoting/tools/remove_spaces.py",
+ [ "$host_service_name" ],
+ "trim string")
+ host_uninstaller_name_nospace =
+ exec_script("//remoting/tools/remove_spaces.py",
+ [ "$host_uninstaller_name" ],
+ "trim string")
}