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

Side by Side Diff: gpu/demos/framework/plugin.rc

Issue 554053: Added infrastructure to run gpu demos under Pepper3D. Created a Demo class th... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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 | « gpu/demos/framework/plugin.def ('k') | gpu/demos/framework/window.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /////////////////////////////////////////////////////////////////////////////
2 //
3 // Version
4 //
5
6 1 VERSIONINFO
7 FILEVERSION 1,0,0,1
8 PRODUCTVERSION 1,0,0,1
9 FILEFLAGSMASK 0x17L
10 #ifdef _DEBUG
11 FILEFLAGS 0x1L
12 #else
13 FILEFLAGS 0x0L
14 #endif
15 FILEOS 0x4L
16 FILETYPE 0x7L
17 FILESUBTYPE 0x0L
18 BEGIN
19 BLOCK "StringFileInfo"
20 BEGIN
21 BLOCK "040904b0"
22 BEGIN
23 VALUE "FileDescription", "Pepper GPU Demo"
24 VALUE "FileVersion", "1, 0, 0, 1"
25 VALUE "LegalCopyright", "Copyright (C) 2010"
26 VALUE "ProductName", "Pepper GPU Demo"
27 VALUE "ProductVersion", "1, 0, 0, 1"
28 VALUE "MIMEType", "pepper-application/x-gpu-demo"
29 END
30 END
31 BLOCK "VarFileInfo"
32 BEGIN
33 VALUE "Translation", 0x409, 1200
34 END
35 END
OLDNEW
« no previous file with comments | « gpu/demos/framework/plugin.def ('k') | gpu/demos/framework/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698