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

Unified Diff: third_party/fontconfig/README.chromium

Issue 294683003: Since we're only using it on Linux now, just require poppler as a system dependency. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: set -e Created 6 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
« no previous file with comments | « third_party/fontconfig/LICENSE.win ('k') | third_party/fontconfig/config/fc-case/fccase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/fontconfig/README.chromium
diff --git a/third_party/fontconfig/README.chromium b/third_party/fontconfig/README.chromium
deleted file mode 100644
index 07bc5f59f8ac79ca5840b6cbc2382682dccf4126..0000000000000000000000000000000000000000
--- a/third_party/fontconfig/README.chromium
+++ /dev/null
@@ -1,46 +0,0 @@
-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:
- fc-case/fccase.h
- fc-glyphname/fcglyphname.h
- fc-lang/fclang.h
- src/fcobjshash.h
-
-On Mac, these are the files generated by
- ./configure --with-add-fonts=/System/Library/Fonts,/Library/Fonts
-config/mac/config.h.template then has a section added to the top:
-
-+/* Manually added template defines */
-+#define FC_CACHEDIR "@FC_CACHEDIR@"
-+#define FONTCONFIG_PATH "@FONTCONFIG_PATH@"
-
-On Windows, the configuration files were from
-http://comments.gmane.org/gmane.comp.fonts.fontconfig/4438
-(fontconfig development list).
« no previous file with comments | « third_party/fontconfig/LICENSE.win ('k') | third_party/fontconfig/config/fc-case/fccase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698