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

Side by Side Diff: third_party/libxml/libxml-2.0.pc.in

Issue 2951008: Update libxml to 2.7.7. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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
OLDNEW
1 prefix=@prefix@ 1 prefix=@prefix@
2 exec_prefix=@exec_prefix@ 2 exec_prefix=@exec_prefix@
3 libdir=@libdir@ 3 libdir=@libdir@
4 includedir=@includedir@ 4 includedir=@includedir@
5 modules=@WITH_MODULES@ 5 modules=@WITH_MODULES@
6 6
7 Name: libXML 7 Name: libXML
8 Version: @VERSION@ 8 Version: @VERSION@
9 Description: libXML library version2. 9 Description: libXML library version2.
10 Requires: 10 Requires:
11 Libs: -L${libdir} -lxml2 11 Libs: -L${libdir} -lxml2
12 Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@ 12 Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
13 Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@ 13 Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698