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

Side by Side Diff: net/tools/spdyshark/plugin.rc.in

Issue 68013005: Remove net/tools/spdyshark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « net/tools/spdyshark/packet-spdy.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #include "winver.h"
2
3 VS_VERSION_INFO VERSIONINFO
4 FILEVERSION @RC_MODULE_VERSION@
5 PRODUCTVERSION @RC_VERSION@
6 FILEFLAGSMASK 0x0L
7 #ifdef _DEBUG
8 FILEFLAGS VS_FF_DEBUG
9 #else
10 FILEFLAGS 0
11 #endif
12 FILEOS VOS_NT_WINDOWS32
13 FILETYPE VFT_DLL
14 BEGIN
15 BLOCK "StringFileInfo"
16 BEGIN
17 BLOCK "040904b0"
18 BEGIN
19 VALUE "CompanyName", "The Wireshark developer community, http://www. wireshark.org/\0"
20 VALUE "FileDescription", "@PACKAGE@ dissector\0"
21 VALUE "FileVersion", "@MODULE_VERSION@\0"
22 VALUE "InternalName", "@PACKAGE@ @MODULE_VERSION@\0"
23 VALUE "LegalCopyright", "Copyright © 1998 Gerald Combs <gerald@wires hark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
24 VALUE "OriginalFilename", "@PLUGIN_NAME@.dll\0"
25 VALUE "ProductName", "Wireshark\0"
26 VALUE "ProductVersion", "@VERSION@\0"
27 VALUE "Comments", "Build with @MSVC_VARIANT@\0"
28 END
29 END
30 BLOCK "VarFileInfo"
31 BEGIN
32 VALUE "Translation", 0x409, 1200
33 END
34 END
OLDNEW
« no previous file with comments | « net/tools/spdyshark/packet-spdy.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698