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

Side by Side Diff: chrome/installer/setup/setup_unittests.rc

Issue 1212163010: GN support for setup_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iwt
Patch Set: both_gn_and_gyp Created 5 years, 5 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 | « chrome/installer/setup/BUILD.gn ('k') | chrome/installer/setup/setup_unittests_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 "setup_unittests_resource.h"
4
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS
11 #include "windows.h"
12 #undef APSTUDIO_HIDDEN_SYMBOLS
13
14 /////////////////////////////////////////////////////////////////////////////
15 #undef APSTUDIO_READONLY_SYMBOLS
16
17 /////////////////////////////////////////////////////////////////////////////
18 // English (U.S.) resources
19
20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21 LANGUAGE 9, 1
22 #pragma code_page(1252)
23
24 #ifdef APSTUDIO_INVOKED
25 /////////////////////////////////////////////////////////////////////////////
26 //
27 // TEXTINCLUDE
28 //
29
30 1 TEXTINCLUDE
31 BEGIN
32 "setup_unittests_resource.h\0"
33 END
34
35 2 TEXTINCLUDE
36 BEGIN
37 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
38 "#include ""windows.h""\r\n"
39 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
40 "\0"
41 END
42
43 3 TEXTINCLUDE
44 BEGIN
45 "\r\n"
46 "\0"
47 END
48
49 #endif // APSTUDIO_INVOKED
50
51 #endif // English (U.S.) resources
52 /////////////////////////////////////////////////////////////////////////////
53
54 /////////////////////////////////////////////////////////////////////////////
55 //
56 // String Table
57 //
58 #include "chrome/installer/util/installer_util_strings.rc"
59
60 #ifndef APSTUDIO_INVOKED
61 /////////////////////////////////////////////////////////////////////////////
62 //
63 // Generated from the TEXTINCLUDE 3 resource.
64 //
65
66
67 /////////////////////////////////////////////////////////////////////////////
68 #endif // not APSTUDIO_INVOKED
69
OLDNEW
« no previous file with comments | « chrome/installer/setup/BUILD.gn ('k') | chrome/installer/setup/setup_unittests_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698