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

Side by Side Diff: test/test_foo.rc

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « test/test_foo.cc ('k') | test/test_foo.wxs.xml » ('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 // Copyright 2007-2010 Google Inc.
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 // http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 // ========================================================================
15
16 // Microsoft Visual C++ generated resource script.
17 //
18 #include "test/test_foo_resource.h"
19
20 #define APSTUDIO_READONLY_SYMBOLS
21 /////////////////////////////////////////////////////////////////////////////
22 //
23 // Generated from the TEXTINCLUDE 2 resource.
24 //
25 #include "afxres.h"
26
27 /////////////////////////////////////////////////////////////////////////////
28 #undef APSTUDIO_READONLY_SYMBOLS
29
30 /////////////////////////////////////////////////////////////////////////////
31 // English (U.S.) resources
32
33 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
34 #ifdef _WIN32
35 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
36 #pragma code_page(1252)
37 #endif //_WIN32
38
39 #ifdef APSTUDIO_INVOKED
40 /////////////////////////////////////////////////////////////////////////////
41 //
42 // TEXTINCLUDE
43 //
44
45 1 TEXTINCLUDE
46 BEGIN
47 "test/test_foo_resource.h\0"
48 END
49
50 2 TEXTINCLUDE
51 BEGIN
52 "#include ""afxres.h""\r\n"
53 "\0"
54 END
55
56 3 TEXTINCLUDE
57 BEGIN
58 "\r\n"
59 "\0"
60 END
61
62 #endif // APSTUDIO_INVOKED
63
64 /////////////////////////////////////////////////////////////////////////////
65 //
66 // Version
67 //
68
69 VS_VERSION_INFO VERSIONINFO
70 FILEVERSION MAJOR,MINOR,BUILD,PATCH
71 PRODUCTVERSION MAJOR,MINOR,BUILD,PATCH
72 FILEFLAGSMASK 0x3fL
73 #ifdef _DEBUG
74 FILEFLAGS 0x1L
75 #else
76 FILEFLAGS 0x0L
77 #endif
78 FILEOS 0x4L
79 FILETYPE 0x2L
80 FILESUBTYPE 0x0L
81 BEGIN
82 BLOCK "StringFileInfo"
83 BEGIN
84 BLOCK "040904e4"
85 BEGIN
86 VALUE "CompanyName", "Google Inc."
87 VALUE "FileDescription", "test_foo.exe"
88 VALUE "FileVersion", VERSION_STRING
89 VALUE "LegalCopyright", "Copyright 2007-2010 Google Inc."
90 VALUE "InternalName", "test_foo.exe"
91 VALUE "OriginalFilename", "test_foo.exe"
92 VALUE "ProductName", "test_foo.exe"
93 VALUE "ProductVersion", VERSION_STRING
94 END
95 END
96 BLOCK "VarFileInfo"
97 BEGIN
98 VALUE "Translation", 0x409, 1252
99 END
100 END
101
102 #endif // English (U.S.) resources
103 /////////////////////////////////////////////////////////////////////////////
104
105
106
107 #ifndef APSTUDIO_INVOKED
108 /////////////////////////////////////////////////////////////////////////////
109 //
110 // Generated from the TEXTINCLUDE 3 resource.
111 //
112
113
114 /////////////////////////////////////////////////////////////////////////////
115 #endif // not APSTUDIO_INVOKED
116
OLDNEW
« no previous file with comments | « test/test_foo.cc ('k') | test/test_foo.wxs.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698