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

Side by Side Diff: content/shell/tools/plugin/win/TestNetscapePlugin.rc

Issue 1829293002: Make the test NPAPI plugin not handle png (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase; request rebaseline on linux Created 4 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
« no previous file with comments | « content/shell/tools/plugin/main.cpp ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('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 "resource.h" 3 #include "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 "windows.h" 10 #include "windows.h"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 FILEOS 0x4L 64 FILEOS 0x4L
65 FILETYPE 0x2L 65 FILETYPE 0x2L
66 FILESUBTYPE 0x0L 66 FILESUBTYPE 0x0L
67 BEGIN 67 BEGIN
68 BLOCK "StringFileInfo" 68 BLOCK "StringFileInfo"
69 BEGIN 69 BEGIN
70 BLOCK "040904e4" 70 BLOCK "040904e4"
71 BEGIN 71 BEGIN
72 VALUE "CompanyName", "Apple Inc." 72 VALUE "CompanyName", "Apple Inc."
73 VALUE "FileDescription", "Simple Netscape plug-in that handles test content for WebKit" 73 VALUE "FileDescription", "Simple Netscape plug-in that handles test content for WebKit"
74 VALUE "FileExtents", "testnetscape|png" 74 VALUE "FileExtents", "testnetscape"
75 VALUE "FileOpenName", "test netscape content|PNG image" 75 VALUE "FileOpenName", "test netscape content"
76 VALUE "LegalCopyright", "Copyright Apple Inc. 2007-2009" 76 VALUE "LegalCopyright", "Copyright Apple Inc. 2007-2009"
77 VALUE "MIMEType", "application/x-webkit-test-netscape|image/png" 77 VALUE "MIMEType", "application/x-webkit-test-netscape"
78 VALUE "OriginalFilename", "np_test_netscape_plugin.dll" 78 VALUE "OriginalFilename", "np_test_netscape_plugin.dll"
79 VALUE "ProductName", "WebKit Test PlugIn" 79 VALUE "ProductName", "WebKit Test PlugIn"
80 END 80 END
81 END 81 END
82 BLOCK "VarFileInfo" 82 BLOCK "VarFileInfo"
83 BEGIN 83 BEGIN
84 VALUE "Translation", 0x409, 1252 84 VALUE "Translation", 0x409, 1252
85 END 85 END
86 END 86 END
87 87
88 #endif // English (U.S.) resources 88 #endif // English (U.S.) resources
89 ///////////////////////////////////////////////////////////////////////////// 89 /////////////////////////////////////////////////////////////////////////////
90 90
91 91
92 92
93 #ifndef APSTUDIO_INVOKED 93 #ifndef APSTUDIO_INVOKED
94 ///////////////////////////////////////////////////////////////////////////// 94 /////////////////////////////////////////////////////////////////////////////
95 // 95 //
96 // Generated from the TEXTINCLUDE 3 resource. 96 // Generated from the TEXTINCLUDE 3 resource.
97 // 97 //
98 98
99 99
100 ///////////////////////////////////////////////////////////////////////////// 100 /////////////////////////////////////////////////////////////////////////////
101 #endif // not APSTUDIO_INVOKED 101 #endif // not APSTUDIO_INVOKED
102 102
OLDNEW
« no previous file with comments | « content/shell/tools/plugin/main.cpp ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698