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

Side by Side Diff: runtime/third_party/zlib/zlib.pc.cmakein

Issue 11198034: Introduce (private) ZLibFilter to dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « runtime/third_party/zlib/zlib.3.pdf ('k') | runtime/third_party/zlib/zlib.pc.in » ('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 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=@CMAKE_INSTALL_PREFIX@
3 libdir=@INSTALL_LIB_DIR@
4 sharedlibdir=@INSTALL_LIB_DIR@
5 includedir=@INSTALL_INC_DIR@
6
7 Name: zlib
8 Description: zlib compression library
9 Version: @VERSION@
10
11 Requires:
12 Libs: -L${libdir} -L${sharedlibdir} -lz
13 Cflags: -I${includedir}
OLDNEW
« no previous file with comments | « runtime/third_party/zlib/zlib.3.pdf ('k') | runtime/third_party/zlib/zlib.pc.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698