summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_all.gyp
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2016-02-05 12:53:49 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-05 20:59:25 +0000
commita2393b57066b82d6622d87c4a5917cc1997bb66c (patch)
treec568fcdee8aede64335100758fa09b0e3f1e8b6d /remoting/remoting_all.gyp
parentfdd4fc741f5797719784f46799051c31e50ce09f (diff)
downloadchromium_src-a2393b57066b82d6622d87c4a5917cc1997bb66c.zip
chromium_src-a2393b57066b82d6622d87c4a5917cc1997bb66c.tar.gz
chromium_src-a2393b57066b82d6622d87c4a5917cc1997bb66c.tar.bz2
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}
Diffstat (limited to 'remoting/remoting_all.gyp')
-rw-r--r--remoting/remoting_all.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting_all.gyp b/remoting/remoting_all.gyp
index ee135c0..f598f5e 100644
--- a/remoting/remoting_all.gyp
+++ b/remoting/remoting_all.gyp
@@ -31,6 +31,7 @@
'conditions' : [
['OS=="win"', {
'dependencies': [
+ '../remoting/remoting.gyp:remote_security_key',
'../remoting/remoting.gyp:remoting_breakpad_tester',
'../remoting/remoting.gyp:remoting_console',
'../remoting/remoting.gyp:remoting_core',