From a2393b57066b82d6622d87c4a5917cc1997bb66c Mon Sep 17 00:00:00 2001 From: joedow Date: Fri, 5 Feb 2016 12:53:49 -0800 Subject: Creating remote_security_key target and initial exe shell This change adds the build targets and base files for the remote_security_key process. Future CLs will build on this and add additional functionality. The new exe will invoke an entry point exposed on remoting_core.dll, this mimics the pattern used for other host related executables that share code. For now the remote_security_key target will only build for Windows although a future CL will also add it for Mac. BUG=584463 Review URL: https://codereview.chromium.org/1665393002 Cr-Commit-Position: refs/heads/master@{#373903} --- remoting/resources/remoting_strings.grd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'remoting/resources') diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd index f23825c..99dc565 100644 --- a/remoting/resources/remoting_strings.grd +++ b/remoting/resources/remoting_strings.grd @@ -1086,6 +1086,9 @@ For information about privacy, please see the Google Privacy Policy (http://goo. Native messaging host for remote assistance + + Security Key Remoting Process + Application to issue commands to Chrome remote desktop host. -- cgit v1.1