Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Unified Diff: remoting/host/win/version.rc.jinja2

Issue 2049173003: Updating remoting_start_host to use remoting_core.dll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/win/version.rc.jinja2
diff --git a/remoting/host/win/version.rc.jinja2 b/remoting/host/win/version.rc.jinja2
index f20e36ad306e85f2d20ed8382220a3b1681735e8..0ba93cbf1375aa31536d393d4890deca3df0a94b 100644
--- a/remoting/host/win/version.rc.jinja2
+++ b/remoting/host/win/version.rc.jinja2
@@ -71,6 +71,10 @@ BEGIN
VALUE "FileDescription", "{% trans %}REMOTING_REMOTE_SECURITY_KEY_DESCRIPTION{% endtrans %}"
VALUE "InternalName", "remote_security_key.exe"
VALUE "OriginalFilename", "remote_security_key.exe"
+#elif (BINARY == BINARY_REMOTING_START_HOST)
+ VALUE "FileDescription", "{% trans %}REMOTING_START_HOST_DESCRIPTION{% endtrans %}"
+ VALUE "InternalName", "remoting_start_host.exe"
+ VALUE "OriginalFilename", "remoting_start_host.exe"
#else
#error BINARY must be set to one of BINARY_XXX values.
#endif

Powered by Google App Engine
This is Rietveld 408576698