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

Unified Diff: remoting/version.rc.version

Issue 12088049: Merged all Chromoting Host code into remoting_core.dll (Windows). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 11 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 caf48429a9b4f7c6666c11163e7a5ea50ae723b6..6d9789c772c7185e88bf4acb0f0130eed776f7cb 100644
--- a/remoting/version.rc.version
+++ b/remoting/version.rc.version
@@ -15,6 +15,7 @@
#define BINARY_DAEMON 3
#define BINARY_CONTROLLER 4
#define BINARY_DESKTOP 5
+#define BINARY_CORE 6
#define BINARY @BINARY@
#if (BINARY == BINARY_HOST_PLUGIN)
@@ -27,6 +28,8 @@
#define FILE_DESCRIPTION "@CONTROLLER_DESCRIPTION@"
#elif (BINARY == BINARY_DESKTOP)
#define FILE_DESCRIPTION "@DESKTOP_DESCRIPTION@"
+#elif (BINARY == BINARY_CORE)
+#define FILE_DESCRIPTION "@CORE_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