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

Side by Side Diff: remoting/host/win/host_service.rc

Issue 12092117: 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, 10 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "host_service_resource.h"
4
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #include "afxres.h"
11
12 /////////////////////////////////////////////////////////////////////////////
13 #undef APSTUDIO_READONLY_SYMBOLS
14
15 /////////////////////////////////////////////////////////////////////////////
16 // English (U.S.) resources
17
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19 #ifdef _WIN32
20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21 #pragma code_page(1252)
22 #endif //_WIN32
23
24 #ifdef APSTUDIO_INVOKED
25 /////////////////////////////////////////////////////////////////////////////
26 //
27 // TEXTINCLUDE
28 //
29
30 1 TEXTINCLUDE
31 BEGIN
32 "host_service_resource.\0"
33 END
34
35 2 TEXTINCLUDE
36 BEGIN
37 "#include ""afxres.h""\r\n"
38 "\0"
39 END
40
41 3 TEXTINCLUDE
42 BEGIN
43 "\r\n"
44 "\0"
45 END
46
47 #endif // APSTUDIO_INVOKED
48
49
50 /////////////////////////////////////////////////////////////////////////////
51 //
52 // String Table
53 //
54
55 STRINGTABLE
56 BEGIN
57 #ifdef OFFICIAL_BUILD
58 IDS_DISPLAY_SERVICE_NAME "Chrome Remote Desktop Service"
59 IDS_SERVICE_DESCRIPTION "This service enables incoming connections from Chro me Remote Desktop clients."
60 #else
61 IDS_DISPLAY_SERVICE_NAME "Chromoting Service"
62 IDS_SERVICE_DESCRIPTION "This service enables incoming connections from Chro moting clients."
63 #endif
64 END
65
66 #endif // English (U.S.) resources
67 /////////////////////////////////////////////////////////////////////////////
68
69
70
71 #ifndef APSTUDIO_INVOKED
72 /////////////////////////////////////////////////////////////////////////////
73 //
74 // Generated from the TEXTINCLUDE 3 resource.
75 //
76
77
78 /////////////////////////////////////////////////////////////////////////////
79 #endif // not APSTUDIO_INVOKED
80
OLDNEW
« 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