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

Unified Diff: remoting/version.rc.version

Issue 10910075: [Chromoting] Adding the desktop integration binary to the host installation on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix preprocessor conditions in .WXS & rebased Created 8 years, 3 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
« no previous file with comments | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/version.rc.version
diff --git a/remoting/version.rc.version b/remoting/version.rc.version
index e637982c28e9dac59b446b75ba56f52ab2f36125..3f4493a57bacd305785936dde0646dfc8cd13585 100644
--- a/remoting/version.rc.version
+++ b/remoting/version.rc.version
@@ -11,18 +11,22 @@
// Let .VER file to select the binary that is being compiled.
#define BINARY_HOST_PLUGIN 1
-#define BINARY_ME2ME_HOST 2
-#define BINARY_SERVICE 3
+#define BINARY_HOST_ME2ME 2
+#define BINARY_DAEMON 3
+#define BINARY_CONTROLLER 4
+#define BINARY_DESKTOP 5
#define BINARY @BINARY@
#if (BINARY == BINARY_HOST_PLUGIN)
-#define FILE_DESCRIPTION "@HOST_PLUGIN_FILE_DESCRIPTION@"
-#elif (BINARY == BINARY_ME2ME_HOST)
-#define FILE_DESCRIPTION "@HOST_FILE_DESCRIPTION@"
-#elif (BINARY == BINARY_SERVICE)
-#define FILE_DESCRIPTION "@HOST_SERVICE_FILE_DESCRIPTION@"
-#elif (BINARY == BINARY_SERVICE_CONTROLLER)
-#define FILE_DESCRIPTION "@HOST_CONTROLLER_FILE_DESCRIPTION@"
+#define FILE_DESCRIPTION "@HOST_PLUGIN_DESCRIPTION@"
+#elif (BINARY == BINARY_HOST_ME2ME)
+#define FILE_DESCRIPTION "@HOST_ME2ME_DESCRIPTION@"
+#elif (BINARY == BINARY_DAEMON)
+#define FILE_DESCRIPTION "@DAEMON_DESCRIPTION@"
+#elif (BINARY == BINARY_CONTROLLER)
+#define FILE_DESCRIPTION "@CONTROLLER_DESCRIPTION@"
+#elif (BINARY == BINARY_DESKTOP)
+#define FILE_DESCRIPTION "@DESKTOP_DESCRIPTION@"
#endif
VS_VERSION_INFO VERSIONINFO
« no previous file with comments | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698