Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: remoting/remoting_version.gni

Issue 2424893003: Renaming package names to use no spaces. (Closed)
Patch Set: Merging master into mac_dmg_name. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/remoting_version.gni
diff --git a/remoting/remoting_version.gni b/remoting/remoting_version.gni
index 565011b15e3fb59310e716b49203ce6435272c35..8a0df67463f101465406c2847f643707cb7a314c 100644
--- a/remoting/remoting_version.gni
+++ b/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",
Lambros 2016/10/17 23:09:20 Do we need these exec_script() calls? IIRC, Chrome
+ [ "$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")
}

Powered by Google App Engine
This is Rietveld 408576698