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

Side by Side Diff: remoting/host/plugin/host_plugin.rc

Issue 8418039: Get web-app name, MIME type and description from gyp file for all platforms, and brand correctly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed comments. Created 9 years, 1 month 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/plugin/host_plugin.cc ('k') | remoting/host/plugin/host_plugin-Info.plist » ('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 "host_plugin_resource.h" 3 #include "host_plugin_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"
(...skipping 22 matching lines...) Expand all
33 END 33 END
34 34
35 2 TEXTINCLUDE 35 2 TEXTINCLUDE
36 BEGIN 36 BEGIN
37 "#include ""afxres.h""\r\n" 37 "#include ""afxres.h""\r\n"
38 "\0" 38 "\0"
39 END 39 END
40 40
41 3 TEXTINCLUDE 41 3 TEXTINCLUDE
42 BEGIN 42 BEGIN
43 "\r\n" 43 "\r#include ""remoting/host/plugin/host_plugin_version.rc""\0"
44 "\0"
45 END 44 END
46 45
47 #endif // APSTUDIO_INVOKED 46 #endif // APSTUDIO_INVOKED
48 47
49 48
50 ///////////////////////////////////////////////////////////////////////////// 49 /////////////////////////////////////////////////////////////////////////////
51 // 50 //
52 // Version
53 //
54
55 VS_VERSION_INFO VERSIONINFO
56 FILEVERSION 1,0,0,1
57 PRODUCTVERSION 1,0,0,1
58 FILEFLAGSMASK 0x17L
59 #ifdef _DEBUG
60 FILEFLAGS 0x1L
61 #else
62 FILEFLAGS 0x0L
63 #endif
64 FILEOS 0x4L
65 FILETYPE 0x2L
66 FILESUBTYPE 0x0L
67 BEGIN
68 BLOCK "StringFileInfo"
69 BEGIN
70 BLOCK "040904b0"
71 BEGIN
72 VALUE "FileDescription", "Remoting Host Plugin"
73 VALUE "FileVersion", "1, 0, 0, 1"
74 VALUE "InternalName", "remoting_host_plugin.dll"
75 VALUE "LegalCopyright", "Copyright (C) 2011 The Chromium Authors. Al l rights reserved."
76 VALUE "MIMEType", "application/vnd.chromium.remoting-host"
77 VALUE "OriginalFilename", "remoting_host_plugin.dll"
78 VALUE "ProductName", "Remoting Host Plugin"
79 VALUE "ProductVersion", "1, 0, 0, 1"
80 END
81 END
82 BLOCK "VarFileInfo"
83 BEGIN
84 VALUE "Translation", 0x409, 1200
85 END
86 END
87
88
89 /////////////////////////////////////////////////////////////////////////////
90 //
91 // Dialog 51 // Dialog
92 // 52 //
93 53
94 IDD_DISCONNECT DIALOGEX 0, 0, 145, 24 54 IDD_DISCONNECT DIALOGEX 0, 0, 145, 24
95 STYLE DS_SETFONT | WS_POPUP 55 STYLE DS_SETFONT | WS_POPUP
96 EXSTYLE WS_EX_TOPMOST 56 EXSTYLE WS_EX_TOPMOST
97 FONT 9, "Microsoft Sans Serif", 400, 0, 0x0 57 FONT 9, "Microsoft Sans Serif", 400, 0, 0x0
98 BEGIN 58 BEGIN
99 DEFPUSHBUTTON "kDisconnectButton",IDC_DISCONNECT,68,5,70,14 59 DEFPUSHBUTTON "kDisconnectButton",IDC_DISCONNECT,68,5,70,14
100 LTEXT "kSharingWith",IDC_DISCONNECT_SHARINGWITH,18,7,43,8 60 LTEXT "kSharingWith",IDC_DISCONNECT_SHARINGWITH,18,7,43,8
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 #endif // English (U.S.) resources 104 #endif // English (U.S.) resources
145 ///////////////////////////////////////////////////////////////////////////// 105 /////////////////////////////////////////////////////////////////////////////
146 106
147 107
148 108
149 #ifndef APSTUDIO_INVOKED 109 #ifndef APSTUDIO_INVOKED
150 ///////////////////////////////////////////////////////////////////////////// 110 /////////////////////////////////////////////////////////////////////////////
151 // 111 //
152 // Generated from the TEXTINCLUDE 3 resource. 112 // Generated from the TEXTINCLUDE 3 resource.
153 // 113 //
154 114 #include "remoting/host/plugin/host_plugin_version.rc"
155 115
156 ///////////////////////////////////////////////////////////////////////////// 116 /////////////////////////////////////////////////////////////////////////////
157 #endif // not APSTUDIO_INVOKED 117 #endif // not APSTUDIO_INVOKED
158 118
OLDNEW
« no previous file with comments | « remoting/host/plugin/host_plugin.cc ('k') | remoting/host/plugin/host_plugin-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698