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

Side by Side Diff: net/tools/spdyshark/moduleinfo.h

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/README.chromium ('k') | net/tools/spdyshark/moduleinfo.nmake » ('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 /* Included *after* config.h, in order to re-define these macros */
2
3 #ifdef PACKAGE
4 #undef PACKAGE
5 #endif
6
7 /* Name of package */
8 #define PACKAGE "spdy"
9
10
11 #ifdef VERSION
12 #undef VERSION
13 #endif
14
15 /* Version number of package */
16 #define VERSION "0.1.0"
OLDNEW
« no previous file with comments | « net/tools/spdyshark/README.chromium ('k') | net/tools/spdyshark/moduleinfo.nmake » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698