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

Side by Side Diff: ppapi/example/example.rc

Issue 10697022: Delete the PPAPI example plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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", "ppapi_example"
18 VALUE "LegalCopyright", "Copyright (C) 2010"
19 VALUE "OriginalFilename", "ppapi_example.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

Powered by Google App Engine
This is Rietveld 408576698