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

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

Issue 12315122: Make sure .RC file including elevated_controller.tlb is rebuilt every time .TLB is updated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 9 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 | « no previous file | remoting/remoting.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "core_resource.h" 3 #include "core_resource.h"
4 4
5 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
7 // 7 //
8 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
9 // 9 //
10 #include "afxres.h" 10 #include "afxres.h"
11 11
12 ///////////////////////////////////////////////////////////////////////////// 12 /////////////////////////////////////////////////////////////////////////////
13 #undef APSTUDIO_READONLY_SYMBOLS 13 #undef APSTUDIO_READONLY_SYMBOLS
14 14
15 ///////////////////////////////////////////////////////////////////////////// 15 /////////////////////////////////////////////////////////////////////////////
16 // English (U.S.) resources 16 // English (U.S.) resources
17 17
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19 #ifdef _WIN32 19 #ifdef _WIN32
20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21 #pragma code_page(1252) 21 #pragma code_page(1252)
22 #endif //_WIN32 22 #endif //_WIN32
23 23
24 // Embedded type library.
25 1 typelib "remoting/host/elevated_controller.tlb"
26
27 ///////////////////////////////////////////////////////////////////////////// 24 /////////////////////////////////////////////////////////////////////////////
28 // 25 //
29 // String Table 26 // String Table
30 // 27 //
31 28
32 STRINGTABLE 29 STRINGTABLE
33 BEGIN 30 BEGIN
34 #ifdef OFFICIAL_BUILD 31 #ifdef OFFICIAL_BUILD
35 IDS_DISPLAY_SERVICE_NAME "Chrome Remote Desktop Service" 32 IDS_DISPLAY_SERVICE_NAME "Chrome Remote Desktop Service"
36 IDS_SERVICE_DESCRIPTION "This service enables incoming connections from Chrome Remote Desktop clients." 33 IDS_SERVICE_DESCRIPTION "This service enables incoming connections from Chrome Remote Desktop clients."
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 CAPTION "kTitle" 78 CAPTION "kTitle"
82 FONT 8, "MS Shell Dlg", 400, 0, 0x1 79 FONT 8, "MS Shell Dlg", 400, 0, 0x1
83 BEGIN 80 BEGIN
84 DEFPUSHBUTTON "kDefault",IDC_CONTINUE_DEFAULT,116,38,98,14 81 DEFPUSHBUTTON "kDefault",IDC_CONTINUE_DEFAULT,116,38,98,14
85 LTEXT "kMessage",IDC_CONTINUE_MESSAGE,7,7,207,30 82 LTEXT "kMessage",IDC_CONTINUE_MESSAGE,7,7,207,30
86 PUSHBUTTON "kCancel",IDC_CONTINUE_CANCEL,7,38,98,14 83 PUSHBUTTON "kCancel",IDC_CONTINUE_CANCEL,7,38,98,14
87 END 84 END
88 85
89 #endif // English (U.S.) resources 86 #endif // English (U.S.) resources
90 ///////////////////////////////////////////////////////////////////////////// 87 /////////////////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698