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

Side by Side Diff: third_party/libpng/libpng.pc.in

Issue 2033063003: Check libpng directly into third_party/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: public.bzl Created 4 years, 6 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
(Empty)
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
5
6 Name: libpng
7 Description: Loads and saves PNG files
8 Version: @PNGLIB_VERSION@
9 Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
10 Libs.private: @LIBS@
11 Cflags: -I${includedir}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698