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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Name: fontconfig
2 Short Name: fontconfig
3 URL: git://anongit.freedesktop.org/fontconfig
4 Version: 2.10.93 (upstream Git repo tag)
5 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.
6 License File: LICENSE / NOT_SHIPPED
7 Security Critical: No
8
9 Description:
10 Dependency of libpoppler.
11
12 Local Modifications:
13 No changes to files from the upstream repository.
14 Platform-specific configuration files added to third_party/fontconfig/(platform) :
15 config.h
16 fcstdint.h
17 src/fcalias.h
18 src/fcaliastail.h
19 src/fcftalias.h
20 src/fcftaliastail.h
21 These are Windows replacements for POSIX headers:
22 dirent.c
23 dirent.h
24 unistd.h
25
26 Autogenerated files (consistent across platforms) added to third_party/fontconfi g:
27 fc-case/fccase.h
28 fc-glyphname/fcglyphname.h
29 fc-lang/fclang.h
30 src/fcobjshash.h
31
32 On Linux and Mac, these are the files generated by ./configure, with no addition al flags.
33 On Windows, the configuration files were from http://comments.gmane.org/gmane.co mp.fonts.fontconfig/4438 (fontconfig development list).
34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698