From b301e8f6f8db1cdf203a705ac8effcd9b56117af Mon Sep 17 00:00:00 2001 From: "weitaosu@chromium.org" Date: Thu, 13 Feb 2014 21:47:39 +0000 Subject: Enable pairing registry in me2me native messaging host on Windows: 1. Build a standalone remoting_native_messaging_host.exe. remoting_host.exe is a win32 application (as opposed to console application) thus not suitable as a native messaging host. 2. Initialize the pairing registry reg keys in the native messaging host. 3. GetPairdClients doesn't require elevation. 4. Add the native messaging host binary and manifest and the pairing reg keys to the installer. Enable pairing registry in Me2Me native messaging host on Windows. BUG=325567 Review URL: https://codereview.chromium.org/143303007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251137 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/remoting_host_win.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'remoting/remoting_host_win.gypi') diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi index 87b64a6..4e24861 100644 --- a/remoting/remoting_host_win.gypi +++ b/remoting/remoting_host_win.gypi @@ -465,17 +465,20 @@ 'remoting_core', 'remoting_desktop', 'remoting_host_exe', + 'remoting_me2me_native_messaging_host', 'remoting_native_messaging_manifests', ], 'compiled_inputs': [ '<(PRODUCT_DIR)/remoting_core.dll', '<(PRODUCT_DIR)/remoting_desktop.exe', '<(PRODUCT_DIR)/remoting_host.exe', + '<(PRODUCT_DIR)/remoting_native_messaging_host.exe', ], 'compiled_inputs_dst': [ 'files/remoting_core.dll', 'files/remoting_desktop.exe', 'files/remoting_host.exe', + 'files/remoting_native_messaging_host.exe', ], 'conditions': [ ['buildtype == "Official"', { -- cgit v1.1