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

Side by Side Diff: webkit/glue/plugins/test/npapi_test.rc

Issue 1073003: Added a test for pepper3d. It ensures that we can successfully load a pepper ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/ui/pepper_uitest.cc ('k') | webkit/glue/plugins/test/plugin_client.cc » ('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 "afxres.h" 10 #include "afxres.h"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 FILEFLAGS 0x1L 60 FILEFLAGS 0x1L
61 #else 61 #else
62 FILEFLAGS 0x0L 62 FILEFLAGS 0x0L
63 #endif 63 #endif
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 "FileDescription", "npapites Dynamic Link Library" 72 VALUE "FileDescription", "NPAPI Test Plugin"
73 VALUE "FileVersion", "1, 0, 0, 1" 73 VALUE "FileVersion", "1, 0, 0, 1"
74 VALUE "InternalName", "npapites" 74 VALUE "InternalName", "npapi_test_plugin"
75 VALUE "LegalCopyright", "Copyright (C) 2007" 75 VALUE "LegalCopyright", "Copyright (C) 2007"
76 VALUE "OriginalFilename", "npapites.dll" 76 VALUE "MIMEType", "application/vnd.npapi-test"
77 VALUE "ProductName", " npapites Dynamic Link Library" 77 VALUE "OriginalFilename", "npapi_test_plugin.dll"
78 VALUE "ProductName", "NPAPI Test Plugin"
78 VALUE "ProductVersion", "1, 0, 0, 1" 79 VALUE "ProductVersion", "1, 0, 0, 1"
79 VALUE "MIMEType", "application/vnd.npapi-test\0"
80 END 80 END
81 END 81 END
82 BLOCK "VarFileInfo" 82 BLOCK "VarFileInfo"
83 BEGIN 83 BEGIN
84 VALUE "Translation", 0x409, 1200 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 | « chrome/test/ui/pepper_uitest.cc ('k') | webkit/glue/plugins/test/plugin_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698