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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/test/npapi_test.rc
===================================================================
--- webkit/glue/plugins/test/npapi_test.rc (revision 42644)
+++ webkit/glue/plugins/test/npapi_test.rc (working copy)
@@ -67,21 +67,21 @@
BEGIN
BLOCK "StringFileInfo"
BEGIN
- BLOCK "040904E4"
+ BLOCK "040904e4"
BEGIN
- VALUE "FileDescription", "npapites Dynamic Link Library"
+ VALUE "FileDescription", "NPAPI Test Plugin"
VALUE "FileVersion", "1, 0, 0, 1"
- VALUE "InternalName", "npapites"
+ VALUE "InternalName", "npapi_test_plugin"
VALUE "LegalCopyright", "Copyright (C) 2007"
- VALUE "OriginalFilename", "npapites.dll"
- VALUE "ProductName", " npapites Dynamic Link Library"
+ VALUE "MIMEType", "application/vnd.npapi-test"
+ VALUE "OriginalFilename", "npapi_test_plugin.dll"
+ VALUE "ProductName", "NPAPI Test Plugin"
VALUE "ProductVersion", "1, 0, 0, 1"
- VALUE "MIMEType", "application/vnd.npapi-test\0"
END
END
BLOCK "VarFileInfo"
BEGIN
- VALUE "Translation", 0x409, 1200
+ VALUE "Translation", 0x409, 1252
END
END
« 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