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

Unified Diff: third_party/libpng/scripts/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, 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 side-by-side diff with in-line comments
Download patch
Index: third_party/libpng/scripts/libpng.pc.in
diff --git a/third_party/libpng/scripts/libpng.pc.in b/third_party/libpng/scripts/libpng.pc.in
new file mode 100644
index 0000000000000000000000000000000000000000..9469faa22b4f5f220067f50bb5ec67206229b9aa
--- /dev/null
+++ b/third_party/libpng/scripts/libpng.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/libpng16
+
+Name: libpng
+Description: Loads and saves PNG files
+Version: 1.6.22rc01
+Libs: -L${libdir} -lpng16
+Cflags: -I${includedir}

Powered by Google App Engine
This is Rietveld 408576698