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

Unified 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, 6 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 | « ppapi/example/example.html ('k') | ppapi/example/example_framed.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/example/example.rc
diff --git a/ppapi/example/example.rc b/ppapi/example/example.rc
deleted file mode 100644
index 9e0670285ef15e0a5c3f30d205aa1d09e8579cbc..0000000000000000000000000000000000000000
--- a/ppapi/example/example.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-1 VERSIONINFO
- FILEVERSION 1,0,0,1
- PRODUCTVERSION 1,0,0,1
- FILEFLAGSMASK 0x17L
- FILEFLAGS 0x0L
- FILEOS 0x4L
- FILETYPE 0x2L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904b0"
- BEGIN
- VALUE "CompanyName", "Google"
- VALUE "FileDescription", "Pepper Test Plugin"
- VALUE "FileVersion", "1, 0, 0, 1"
- VALUE "InternalName", "ppapi_example"
- VALUE "LegalCopyright", "Copyright (C) 2010"
- VALUE "OriginalFilename", "ppapi_example.dll"
- VALUE "ProductName", "Pepper Test Plugin"
- VALUE "ProductVersion", "1, 0, 0, 1"
- VALUE "MIMEType", "pepper-application/x-pepper-test-plugin"
- VALUE "FileExtents", "ptp"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1200
- END
-END
« no previous file with comments | « ppapi/example/example.html ('k') | ppapi/example/example_framed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698