From b1c49c37cca99c91bd2628a42e4a00ef0baf9c91 Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Fri, 7 Feb 2014 22:15:03 +0000 Subject: 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 --- remoting/remoting_host_mac.gypi | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'remoting/remoting_host_mac.gypi') 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)', -- cgit v1.1