Chromium Code Reviews| 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..d4051b37128a54cb13cbe7ec80c10ad235544956 |
| --- /dev/null |
| +++ b/third_party/fontconfig/README.chromium |
| @@ -0,0 +1,40 @@ |
| +Name: fontconfig |
| +Short Name: fontconfig |
| +URL: git://anongit.freedesktop.org/fontconfig |
| +Version: 2.10.93 |
| +License: MIT, except for Windows-specific files, which are LGPL |
| +License File: LICENSE |
| +Security Critical: No |
| + |
| +Description: |
| +A library for configuring and customizing font access. |
| +Used in Skia as a dependency of libpoppler, for PDF rasterization during |
| +testing. |
| + |
| +Local Modifications: |
| +No changes to files from the upstream repository. |
| +Platform-specific configuration files added to |
| +third_party/fontconfig/config/(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/config: |
|
Lei Zhang
2013/08/14 02:15:28
80 col
ducky
2013/08/14 02:27:01
Done.
|
| + 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). |
| + |