summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_mac.gypi
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-07 22:15:03 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-07 22:15:03 +0000
commitb1c49c37cca99c91bd2628a42e4a00ef0baf9c91 (patch)
tree2d7f82d3dda4d502fd73ade97caa293b68c188ce /remoting/remoting_host_mac.gypi
parent5202efe82ad8cf78bea37322e5a9594c6c2166e1 (diff)
downloadchromium_src-b1c49c37cca99c91bd2628a42e4a00ef0baf9c91.zip
chromium_src-b1c49c37cca99c91bd2628a42e4a00ef0baf9c91.tar.gz
chromium_src-b1c49c37cca99c91bd2628a42e4a00ef0baf9c91.tar.bz2
Package It2Me NM host on Mac
BUG=338952 R=garykac@chromium.org Review URL: https://codereview.chromium.org/135933004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_host_mac.gypi')
-rw-r--r--remoting/remoting_host_mac.gypi12
1 files changed, 10 insertions, 2 deletions
diff --git a/remoting/remoting_host_mac.gypi b/remoting/remoting_host_mac.gypi
index 749a329..79a93bb 100644
--- a/remoting/remoting_host_mac.gypi
+++ b/remoting/remoting_host_mac.gypi
@@ -78,6 +78,7 @@
'remoting_host_uninstaller',
'remoting_me2me_host',
'remoting_me2me_native_messaging_host',
+ 'remoting_it2me_native_messaging_host',
'remoting_native_messaging_manifests',
],
'variables': {
@@ -99,16 +100,23 @@
'generated_files': [
'<(PRODUCT_DIR)/remoting_host_prefpane.prefPane',
'<(PRODUCT_DIR)/remoting_me2me_host.app',
- '<(PRODUCT_DIR)/remoting_host_uninstaller.app',
'<(PRODUCT_DIR)/remoting_native_messaging_host',
+ '<(PRODUCT_DIR)/remoting_it2me_native_messaging_host',
+ '<(PRODUCT_DIR)/remoting_host_uninstaller.app',
'<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
+ '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
],
'generated_files_dst': [
'PreferencePanes/org.chromium.chromoting.prefPane',
+
+ # TODO(sergeyu): Rename org.chromium.chromoting.me2me_host. e.g.
+ # to com.google.chrome.remote-desktop .
'PrivilegedHelperTools/org.chromium.chromoting.me2me_host.app',
- 'Applications/<(host_uninstaller_name).app',
'PrivilegedHelperTools/org.chromium.chromoting.me2me_host.app/Contents/MacOS/native_messaging_host',
+ 'PrivilegedHelperTools/org.chromium.chromoting.me2me_host.app/Contents/MacOS/remote_assistance_host',
+ 'Applications/<(host_uninstaller_name).app',
'Config/com.google.chrome.remote_desktop.json',
+ 'Config/com.google.chrome.remote_assistance.json',
],
'source_files': [
'<@(remoting_host_installer_mac_files)',