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

Unified Diff: third_party/fontconfig/README.chromium

Issue 20220002: Add libpoppler PDF rasterizer (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix Windows GYP defines Created 7 years, 4 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/fontconfig/README.chromium
diff --git a/third_party/fontconfig/README.chromium b/third_party/fontconfig/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..2ae9deef8f9d51d8c9302670d479d52af0678cf2
--- /dev/null
+++ b/third_party/fontconfig/README.chromium
@@ -0,0 +1,34 @@
+Name: fontconfig
+Short Name: fontconfig
+URL: git://anongit.freedesktop.org/fontconfig
+Version: 2.10.93 (upstream Git repo tag)
+License: MIT, LGPL (Windows)
vandebo (ex-Chrome) 2013/08/07 17:36:44 nit: , -> and. , often means a choice of licenses
ducky 2013/08/08 00:43:19 Done.
+License File: LICENSE / NOT_SHIPPED
+Security Critical: No
+
+Description:
+Dependency of libpoppler.
+
+Local Modifications:
+No changes to files from the upstream repository.
+Platform-specific configuration files added to third_party/fontconfig/(platform):
+ config.h
+ fcstdint.h
+ src/fcalias.h
+ src/fcaliastail.h
+ src/fcftalias.h
+ src/fcftaliastail.h
+ These are Windows replacements for POSIX headers:
+ dirent.c
+ dirent.h
+ unistd.h
+
+Autogenerated files (consistent across platforms) added to third_party/fontconfig:
+ fc-case/fccase.h
+ fc-glyphname/fcglyphname.h
+ fc-lang/fclang.h
+ src/fcobjshash.h
+
+On Linux and Mac, these are the files generated by ./configure, with no additional flags.
+On Windows, the configuration files were from http://comments.gmane.org/gmane.comp.fonts.fontconfig/4438 (fontconfig development list).
+

Powered by Google App Engine
This is Rietveld 408576698