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

Side by Side Diff: content/test/plugin/npapi_test.rc

Issue 1182303010: Delete the NPAPI plugin browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 6 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 | « content/test/plugin/npapi_test.def ('k') | content/test/plugin/plugin_arguments_test.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 "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 #ifdef _WIN32
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23 #pragma code_page(1252)
24 #endif //_WIN32
25
26 #ifdef APSTUDIO_INVOKED
27 /////////////////////////////////////////////////////////////////////////////
28 //
29 // TEXTINCLUDE
30 //
31
32 1 TEXTINCLUDE
33 BEGIN
34 "resource.h\0"
35 END
36
37 2 TEXTINCLUDE
38 BEGIN
39 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
40 "#include ""windows.h""\r\n"
41 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
42 "\0"
43 END
44
45 3 TEXTINCLUDE
46 BEGIN
47 "\r\n"
48 "\0"
49 END
50
51 #endif // APSTUDIO_INVOKED
52
53
54 /////////////////////////////////////////////////////////////////////////////
55 //
56 // Version
57 //
58
59 VS_VERSION_INFO VERSIONINFO
60 FILEVERSION 1,0,0,1
61 PRODUCTVERSION 1,0,0,1
62 FILEFLAGSMASK 0x17L
63 #ifdef _DEBUG
64 FILEFLAGS 0x1L
65 #else
66 FILEFLAGS 0x0L
67 #endif
68 FILEOS 0x4L
69 FILETYPE 0x2L
70 FILESUBTYPE 0x0L
71 BEGIN
72 BLOCK "StringFileInfo"
73 BEGIN
74 BLOCK "040904e4"
75 BEGIN
76 VALUE "FileDescription", "NPAPI Test Plugin"
77 VALUE "FileVersion", "1, 0, 0, 1"
78 VALUE "InternalName", "npapi_test_plugin"
79 VALUE "LegalCopyright", "Copyright (C) 2007"
80 VALUE "MIMEType", "application/vnd.npapi-test"
81 VALUE "OriginalFilename", "npapi_test_plugin.dll"
82 VALUE "ProductName", "NPAPI Test Plugin"
83 VALUE "ProductVersion", "1, 0, 0, 1"
84 END
85 END
86 BLOCK "VarFileInfo"
87 BEGIN
88 VALUE "Translation", 0x409, 1252
89 END
90 END
91
92 #endif // English (U.S.) resources
93 /////////////////////////////////////////////////////////////////////////////
94
95
96
97 #ifndef APSTUDIO_INVOKED
98 /////////////////////////////////////////////////////////////////////////////
99 //
100 // Generated from the TEXTINCLUDE 3 resource.
101 //
102
103
104 /////////////////////////////////////////////////////////////////////////////
105 #endif // not APSTUDIO_INVOKED
106
OLDNEW
« no previous file with comments | « content/test/plugin/npapi_test.def ('k') | content/test/plugin/plugin_arguments_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698