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

Unified Diff: remoting/remoting.gyp

Issue 10243015: [Chromoting] Sign uninstaller and fixup user-visible package and dmg names. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « remoting/host/installer/mac/do_signing.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
===================================================================
--- remoting/remoting.gyp (revision 134339)
+++ remoting/remoting.gyp (working copy)
@@ -1272,12 +1272,13 @@
'HOST_NAME=<(host_name)',
'HOST_SERVICE_NAME=<(host_service_name)',
'HOST_UNINSTALLER_NAME=<(host_uninstaller_name)',
- 'HOST_PKG=<!(echo <(host_name) | sed "s/ //g")',
+ 'HOST_PKG=<(host_name)',
'HOST_SERVICE_PKG=<!(echo <(host_service_name) | sed "s/ //g")',
'HOST_UNINSTALLER_PKG=<!(echo <(host_uninstaller_name) | sed "s/ //g")',
'BUNDLE_ID_HOST=<(bundle_prefix).<(host_name)',
'BUNDLE_ID_HOST_SERVICE=<(bundle_prefix).<(host_service_name)',
'BUNDLE_ID_HOST_UNINSTALLER=<(bundle_prefix).<(host_uninstaller_name)',
+ 'DMG_NAME=<(host_name)',
],
}], # OS=="mac"
['OS=="win"', {
« no previous file with comments | « remoting/host/installer/mac/do_signing.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698