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

Side by Side Diff: webkit/tools/pepper_test_plugin/pepper_test_plugin.rc

Issue 269087: Add a skeleton "Pepper" NPAPI plugin. This is basically a copy of the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
OLDNEW
(Empty)
1 1 VERSIONINFO
2 FILEVERSION 1,0,0,1
3 PRODUCTVERSION 1,0,0,1
4 FILEFLAGSMASK 0x17L
5 FILEFLAGS 0x0L
6 FILEOS 0x4L
7 FILETYPE 0x2L
8 FILESUBTYPE 0x0L
9 BEGIN
10 BLOCK "StringFileInfo"
11 BEGIN
12 BLOCK "040904b0"
13 BEGIN
14 VALUE "CompanyName", "Google"
15 VALUE "FileDescription", "Pepper Test Plugin"
16 VALUE "FileVersion", "1, 0, 0, 1"
17 VALUE "InternalName", "pepper_test_plugin"
18 VALUE "LegalCopyright", "Copyright (C) 2009"
19 VALUE "OriginalFilename", "pepper_test_plugin.dll"
20 VALUE "ProductName", "Pepper Test Plugin"
21 VALUE "ProductVersion", "1, 0, 0, 1"
22 VALUE "MIMEType", "pepper-application/x-pepper-test-plugin"
23 VALUE "FileExtents", "ptp"
24 END
25 END
26 BLOCK "VarFileInfo"
27 BEGIN
28 VALUE "Translation", 0x409, 1200
29 END
30 END
OLDNEW
« no previous file with comments | « webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp ('k') | webkit\tools\pepper_test_plugin\PluginObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698