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

Unified Diff: remoting/version.rc.version

Issue 10829327: [Chromoting] Cleanup branding variables in Chromoting gyp file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« remoting/remoting.gyp ('K') | « 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
===================================================================
--- remoting/version.rc.version (revision 151393)
+++ remoting/version.rc.version (working copy)
@@ -18,11 +18,11 @@
#if (BINARY == BINARY_HOST_PLUGIN)
#define FILE_DESCRIPTION "@HOST_PLUGIN_FILE_DESCRIPTION@"
#elif (BINARY == BINARY_ME2ME_HOST)
-#define FILE_DESCRIPTION "@ME2ME_HOST_FILE_DESCRIPTION@"
+#define FILE_DESCRIPTION "@HOST_FILE_DESCRIPTION@"
#elif (BINARY == BINARY_SERVICE)
-#define FILE_DESCRIPTION "@SERVICE_FILE_DESCRIPTION@"
+#define FILE_DESCRIPTION "@HOST_SERVICE_FILE_DESCRIPTION@"
#elif (BINARY == BINARY_SERVICE_CONTROLLER)
-#define FILE_DESCRIPTION "@SERVICE_CONTROLLER_FILE_DESCRIPTION@"
+#define FILE_DESCRIPTION "@HOST_CONTROLLER_FILE_DESCRIPTION@"
#endif
VS_VERSION_INFO VERSIONINFO
« remoting/remoting.gyp ('K') | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698