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

Side by Side Diff: third_party/libxslt/src/libexslt.pc.in

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Add back OWNERS I accidentally deleted. Created 3 years, 7 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 5
6 6
7 Name: libexslt 7 Name: libexslt
8 Version: @LIBEXSLT_VERSION@ 8 Version: @LIBEXSLT_VERSION@
9 Description: EXSLT Extension library 9 Description: EXSLT Extension library
10 Requires: libxml-2.0 10 Requires: libxml-2.0
11 Libs: @EXSLT_LIBDIR@ @EXSLT_LIBS@ 11 Libs: @EXSLT_LIBDIR@ @EXSLT_LIBS@
12 Cflags: @EXSLT_INCLUDEDIR@ 12 Cflags: @EXSLT_INCLUDEDIR@
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698