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

Unified Diff: remoting/host/win/host_service.rc

Issue 12094024: Revert "Merged all Chromoting Host code into remoting_core.dll (Windows)." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/host/win/host_service.cc ('k') | remoting/host/win/host_service_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/host_service.rc
diff --git a/chrome/test/data/resource.rc b/remoting/host/win/host_service.rc
similarity index 67%
copy from chrome/test/data/resource.rc
copy to remoting/host/win/host_service.rc
index bacb974db81f87f3395efbe49eb335f273290223..98e7a562f8e6c8ec743ac93f28646ab06593b230 100644
--- a/chrome/test/data/resource.rc
+++ b/remoting/host/win/host_service.rc
@@ -1,15 +1,13 @@
// Microsoft Visual C++ generated resource script.
//
-#include "ui/base/test/data/resource.h"
+#include "host_service_resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
-#define APSTUDIO_HIDDEN_SYMBOLS
-#include "windows.h"
-#undef APSTUDIO_HIDDEN_SYMBOLS
+#include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -29,20 +27,18 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// TEXTINCLUDE
//
-1 TEXTINCLUDE
+1 TEXTINCLUDE
BEGIN
- "resource.h\0"
+ "host_service_resource.\0"
END
-2 TEXTINCLUDE
+2 TEXTINCLUDE
BEGIN
- "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
- "#include ""windows.h""\r\n"
- "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
+ "#include ""afxres.h""\r\n"
"\0"
END
-3 TEXTINCLUDE
+3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
@@ -56,15 +52,15 @@ END
// String Table
//
-STRINGTABLE
+STRINGTABLE
BEGIN
- IDS_SIMPLE "Hello World!"
- IDS_PLACEHOLDERS "Hello, $1. Your number is $2."
- IDS_PLACEHOLDERS_2 "You owe me $$$1."
- IDS_PLACEHOLDERS_3 "Hello, $2. Your number is $1."
- IDS_LOCALE_BOOL "false"
- IDS_LOCALE_INT "1"
- IDS_LOCALE_STRING "hello"
+#ifdef OFFICIAL_BUILD
+ IDS_DISPLAY_SERVICE_NAME "Chrome Remote Desktop Service"
+ IDS_SERVICE_DESCRIPTION "This service enables incoming connections from Chrome Remote Desktop clients."
+#else
+ IDS_DISPLAY_SERVICE_NAME "Chromoting Service"
+ IDS_SERVICE_DESCRIPTION "This service enables incoming connections from Chromoting clients."
+#endif
END
#endif // English (U.S.) resources
« no previous file with comments | « remoting/host/win/host_service.cc ('k') | remoting/host/win/host_service_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698